users@glassfish.java.net

Re: EJB3 CMP TOPLINK BUG

From: <glassfish_at_javadesktop.org>
Date: Mon, 26 Mar 2007 15:26:53 PST

Hi,

well I was not assuming anything, I was using NETBEANS wizard :
"Creates Session EJB Facade based on Entity class. This template creates Session EJB for every Entity class with basic access methods."

I even created the Entity via wizard (just added the sequence manually)

and the default destroy of the wizard output:

public void destroy(Account account) {
em.merge(account);
em.remove(account);
}

which worked fine on local but not on remote.
[Message sent by forum member 'gilmichlin' (gilmichlin)]

http://forums.java.net/jive/thread.jspa?messageID=209974