aspose file tools
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes entity bean with CMP and CMT Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "entity bean with CMP and CMT" Watch "entity bean with CMP and CMT" New topic
Author

entity bean with CMP and CMT

Timber Lee
Ranch Hand

Joined: Oct 14, 2002
Posts: 157
as for an entity bean with CMP and CMT, if a transaction fails, the persistent instance variables of the entity bean are reloaded by the container after a rollback, how to recover tis non-persistent variables?


SCJP<br />SCWCD<br />SCEA
Thomas Hofmann
Ranch Hand

Joined: Nov 23, 2002
Posts: 72
Non-persistent variables are transient and thus can not be recovered.
 
IntelliJ Java IDE
 
subject: entity bean with CMP and CMT
 
Threads others viewed
Spec Chapter 12 -- BMP Entity Bean, no need for SCBCD?
EJB transaction
enthuware mock exam question 11 from Test 1
Bean, CMP, CMT
BMT Transactions
IntelliJ Java IDE