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

Stefan Reuter wrote:

> hi,
> 
> when i access a bulk getter method on an entity bean i get the following
> exception: 
> 
> javax.ejb.EJBException: Method is not a known CMP field accessor, CMR
> field accessor, or ejbSelect method: methodName=getData
> 
> the exception only occurs when using jdk 1.3, with 1.4 everything is
> fine.
> any ideas?
> 
> regards,
> stefan
> 
> 
> _______________________________________________________________
> 
> 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
> 



_______________________________________________________________

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