[JBoss-user] [EJB 3.0] - Re: How are entity beans detached?

2006-04-01 Thread epbernard
Just a few additions:
 - on a EXTENDED PC, the PC is destroyed when all SFSB involving with this PC 
are destroyed.
 - if the transaction is rollbacked, the PC is cleared

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3934133#3934133

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934133


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: How are entity beans detached?

2006-03-31 Thread [EMAIL PROTECTED]
entities are detached from entitymanager at end of transaction with a 
transaction scoped entity manager.  If it is an extended entity manager, then 
the entity remains managed.  EntityManager.clear() also detaches all managed 
entities, but you lose an unflushed changes.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3934106#3934106

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934106


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user