I have a persistence context that I wish to only be created within a nested 
conversation and destroyed when that nested conversation ends.

However, after my nested conversation ends and my PersistenceContext destroyed 
it is being recreated in my outer conversation when 
PassivatedEntity.createPassivatedEntity iterates through all of the "touched" 
PersistenceContexts.

This could be fixed by "untouching" PersistenceContexts when in the @Destory 
method of ManagedPersistenceContext.

Does this seem like a reasonable thought or is there a particular reason why 
PersistenceContexts aren't untouched on @Destory?

Mike

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042579#4042579

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042579
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to