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: JBossSX Group: v2.4 BETA (stable) Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) 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 ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=441165&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
