Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have 2 stateless session beans. When I test this project, I will call only one stateless session bean which call another stateless session bean. I got error with in second stateless session bean on this line of code: "entityManager.Persist(Contract);". It said that

The bean encountered a non-application exception

How can I solve this. Thank you
Posted
Comments
Almalyn 6-Mar-13 22:32pm    
click this link..
http://stackoverflow.com/questions/11979327/ejb-3-multiple-stateless-session-bean-implementations-of-the-same-interface

1 solution

Thanks a lot for your reply, Almaly
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900