Patches item #933442, was opened at 2004-04-12 00:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=933442&group_id=22866

Category: JBossServer
Group: CVS HEAD
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthias Germann (germm)
Assigned to: Nobody/Anonymous (nobody)
Summary: InMethod-Flag usage in StatefulSessionFilePersistenceManager

Initial Comment:
I noticed that the class
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager
does not push and pop the InMethod-Flag of the
EnterpriseContext when calling container callback methods.

Therefore, calling any method on the EnterpriseContext
within a callback from the
StatefulSessionFilePersistenceManager  results in an
IllegalStateException ("Cannot obtain inMethodFlag for
...").

This patch ensures that the
StatefulSessionFilePersistenceManager pushes and pops
the InMethod-Flag correctly when calling the follwing
methods:
ejbPassivate()
ejbActivate()
ejbRemove()

Regards,
Matthias

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=933442&group_id=22866


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to