Hi, I have a question according to transaction management in CMP where I cannot 
find an answer (maybe because I don't know what I should look for) but maybe 
you can help me to understand...

I have a session bean A with "Requires New". This creates a new database entry 
for entity bean B that has "Required". Then session bean A calls session bean B 
(also with "Required") which in in turn calls another instance of entity bean B 
to find the entry that was made above.

Here is some pseudo code:


  | SessionBeanA.doSomething()
  |    EntityBeanB.create()
  |    SessionBeanB.doSomething()
  |       EntityBeanB.find...()
  | 

But the finder cannot find the entry that was created above. Is this how it is 
supposed to be?

Thanks for any hint
-Danny

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

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


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to