cancel
Showing results for 
Search instead for 
Did you mean: 

TransationManagement in CMP

former_member219446
Participant
0 Kudos

hi,

can i implement ACID properties in CMP Beans

regards

Srinu

Accepted Solutions (0)

Answers (1)

Answers (1)

SvetoManolov
Employee
Employee
0 Kudos

Hi Srinu,

the ACID properties are transparently provided by the EJB container, i.e. if you implement simply CMP beans and declare their Object/Relational mappings the EJB container will guarantee ACID transactions.

I would recomend you to check the CMP beans locking mechanisms provided in the EJB developement manual on http://help.sap.com/

Regards,

Svetoslav