Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Magenta Ricci   on Apr 29 In Java Category.

  
Question Answered By: Jawwad Akram   on Apr 29

as the exception says you problems is:
"detached entity  passed to persist:"
try to attach your entity first by calling "merge" method of your "EntityManager"

if problem is not solved send the entity definitions and the lines that you are using to persist  the entity.

Share: 

 
 
Didn't find what you were looking for? Find more on How to persist an entity in EJB3 which Or get search suggestion and latest updates.


Tagged: