I was trying to find information about java bean needs to be serializable in a sticky session? Seems to be that if contains a @remot EJB must be, but ¿Is this true?
Asked
Active
Viewed 66 times
0
-
Not sure, if I understand your question, but typically everything you put in session object must be serializable. Another thing is that you shall not pass around reference to remote business interface. – fg78nc Jun 15 '17 at 13:42
-
a j2ee app works perfectly deployed in weblogic servlet and beans doesn't implement serializable interface.. – ZaoTaoBao Jun 15 '17 at 14:35
-
Did you try to add bean into session object? – fg78nc Jun 15 '17 at 14:37
-
is a scope session...so I just trying to understand how it works.. – ZaoTaoBao Jun 15 '17 at 14:39
-
Sorry, I am not getting your last question. – fg78nc Jun 15 '17 at 15:27