Take a look at the behavior of your program with the changes to:
org/jboss/ejb/plugins/EntityInstanceInterceptor.java
org/jboss/ejb/plugins/EntitySynchronizationInterceptor.java

This includes a fix for the NPE issue we have been seeing, a fix for a
potential race condition, and a possible fix for a lost notification. I
have also added TRACE level logging to the EntitySynchronizationInterceptor
so if your still seeing a problem uncomment the last line the current
log4j.properties file and use a layout format of "[%c{1},%t,%r] %m%n"
to show the thread and a simple timestamp.

# Turn on TRACE level msgs for the org.jboss.ejb.plugins package
log4j.category.org.jboss.ejb.plugins=TRACE#org.jboss.logging.log4j.TracePrio
rity



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

Reply via email to