Bugs item #551456, was opened at 2002-05-02 17:24 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=551456&group_id=22866
Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Achim Demelt (ademelt) Assigned to: Nobody/Anonymous (nobody) Summary: ejbLoad not called with commit option C Initial Comment: ejbLoad() is not always called when invoking a method on an entity bean with commit option C (doesn't matter if BMP or CMP). See discussion at http://jboss.org/forums/thread.jsp? forum=46&thread=7066 and example code in the attachment. The problem only occurs when invoking methods *outside* a transaction. The EntitySynchronizationInterceptor then cannot invalidate or remove the bean from the cache in afterCompletion(). When running the demo from the attachment, be sure to set commit option to C for Standard BMP Entity Bean in standardjboss.xml. I've verified this behavior with JBoss 2.4.0 and 3.0.0 with JDK 1.3.1 under Windows 2000. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=551456&group_id=22866 _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
