aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes updating with em.merge(entity) is not working, Please Help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "updating with em.merge(entity) is not working, Please Help" Watch "updating with em.merge(entity) is not working, Please Help" New topic
Author

updating with em.merge(entity) is not working, Please Help

Farhad Rahmati
Ranch Hand

Joined: Dec 16, 2010
Posts: 96
Hello every one

I am totally new in JEE6 world. I am having trouble with updating the records. here is my code.



and here is the error I get.

javax.el.MethodNotFoundException: /supplierdetails.xhtml @30,113 action="#{supplierMB.details.update}": Method not found: MCD.ENTITIES.Supplier[ supplierREF=4 ].update()

I would appreciate if anyone can help me.
Thanks
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: updating with em.merge(entity) is not working, Please Help
 
Similar Threads
Problem with EJB3 MDB on JBoss 4.2.2 GA
Entity Objec previous state
I need to set <s:property> value in the action class
JPA 2.0 em.merge() firing select statements only (no update)
EJB3: how to update the bean on the many side of a one-to-many relation?