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
- [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins... Scott M Stark
- [JBoss-dev] EntityInstanceInterceptor change Jason Dillon
- Re: [JBoss-dev] EntityInstanceInterceptor change Scott M Stark
- RE: [JBoss-dev] EntityInstanceInterceptor chang... Bill Burke
- Re: [JBoss-dev] EntityInstanceInterceptor c... Scott M Stark
- Re: [JBoss-dev] EntityInstanceInterceptor chang... Jason Dillon
- Re: [JBoss-dev] EntityInstanceInterceptor c... Scott M Stark
- Re: [JBoss-dev] EntityInstanceIntercep... Jason Dillon
- Re: [JBoss-dev] EntityInstanceIntercep... Jason Dillon
- Re: [JBoss-dev] EntityInstanceInte... Scott M Stark
- Re: [JBoss-dev] EntityInstanceInte... Scott M Stark
- Re: [JBoss-dev] EntityInstanceInte... Jason Dillon
- Re: [JBoss-dev] EntityInstanceInte... Scott M Stark
- RE: [JBoss-dev] EntityInstanceInte... marc fleury
- Re: [JBoss-dev] EntityInstanceInte... Jason Dillon
- Re: [JBoss-dev] EntityInstanceInte... Scott M Stark
- Re: [JBoss-dev] EntityInstanceInte... Jason Dillon
- Re: [JBoss-dev] EntityInstanceInte... Jason Dillon
- Re: [JBoss-dev] EntityInstanceInterceptor chang... Jason Dillon
- Re: [JBoss-dev] EntityInstanceInterceptor c... Scott M Stark
- Re: [JBoss-dev] EntityInstanceInterceptor change Scott M Stark
