Hi,

there are some things you should keep in mind when you are doing things like 
this. ;-)

- Are you mixing user transactions with CMT? 
- Is SomeDAO.insert() committing the data to the database?
- What are the CMT settings of the findByPrimaryKey() method?
- And what are the CMT settings of the createSomeInfoMethod()?

What I want to say is: Only if the DAO method has really committed the data, 
you are able to read them using an entity finder.

HTH,
  Wanja


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046949
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to