Hi everybody,
I need your help in this situation:
- I have two stateful session beans (DocumentSessionBean, WorkflowSessionBean)  
and two entity beans (DocumentEntityBean, WorkflowEntityBean).
- The usecase is: User fill in a form, the data then is stored in 
DocumentEntityBean through DocumentSessionBean. After saving the 
DocumentEntityBean. WorkflowSessionBean loads the newly created 
DocumentEntityBean from database using a findByPrimaryKey(..).
-  The program is going fine as long as there's only one concurrent user using 
that use-case.
- If there are two ore more concurrent users using that use-case, then the 
program can not find the DocumentEntityBean which has been stored before. 
NoSuchEntityException is thrown.

Can anyone figure out what could be the reason. Thank you in advance!
Nguyen Duc Tien 

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874395


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to