cancel
Showing results for 
Search instead for 
Did you mean: 

CMP Beans - Lock registry into WebDynpro and Database for many users

Former Member
0 Kudos

Hi Group,

In WebDynpro Java Application we use the JavaBean Model Approach with EJBs and CMP, the entity beans represent customizing tables. We have created the CommandBeans in the EJB-Development Component. Into WebDynpro we use de CommandBean to execute the SessionBean. This application works fine for one user online.

If I run the application with two or more users logging at same time. All clients can update the same register. I wish to lock the registry in database and into webdynpro, so, if one user is editing a registry, this registry is locked for all others users.

I do not know if is posible to lock a registry while a session is opened.

Thanks for any ideas!

Edited by: Farinango Adrian on Mar 17, 2009 1:15 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Issue was resolved.