The method is implemented in AddressEntityCMP.java as

public AddressEntityData getData() {
  ...
  return dataHolder;
}

and in ejb-jar.xml i have
<ejb-class>de.nova.ejb.AccountEntityCMP</ejb-class>

should work fine. and works fine - with jdk1.4 but not with 1.3 :(


On Sun, 2002-06-09 at 03:40, Dain Sundstrom wrote:
> This happens when you have an unimplemented method, which is ok for cmp 
> accessors, cmr accessors, and ejbSelect methods.  If getData is a cmp 
> field, you forgot to declare it.  If it isn't, you need to provide an 
> implementation for the method.
> 
> -dain



_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to