Bugs item #441165, was opened at 2001-07-13 13:25
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=441165&group_id=22866

Category: JBossServer
Group: v2.4 BETA (stable)
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Andreas Schaefer (schaefera)
Summary: stateful session passivation

Initial Comment:
There is a problem with reactivation of passivated 
stateful session objects with EJBObject remote 
interfaces as data members.  On 
serialization/passivation the reference gets stored as 
a EJBObject handle.  When the stateful session is 
reactivated, getEJBObject() is called on the handle to 
obtain the reference.  The problem arrises when ejb 
security is turned on.  The call to findByPrimaryKey() 
from getEJBObject() does not have the 
principal/credential information, that was passed by 
the client requesting the reactivation of the stateful 
session bean, and thus fails causing the ejbActivate()
to fail.

This also occurs on v2.2.2(stable)

Currently using.
JDK 1.3
Win 2000
JBoss v2.2.2/v2.2.4

----------------------------------------------------------------------

>Comment By: Andreas Schaefer (schaefera)
Date: 2001-11-10 21:11

Message:
Logged In: YES 
user_id=70434

According to Scott Stark this bug is fixed.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=441165&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to