[EMAIL PROTECTED] wrote:
> [java] In EJB Sequence, CMP fields must NOT be defined in the
> BeanClass. 
> 
> [...]
> 
>       /** Implemetation field for persistent attribute:
> sequenceName */
>       public java.lang.String sequenceName;

Since you're using CMP, the container will manage the persistent fields
for you by subclassing your abstract bean class, implementing the
get/set accessors and storing the values for you. You must not define
members for those persistent fields.

David Harkness
Sr. Software Engineer
Sony Pictures Digital Networks
(310) 482-4756


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id%62&alloc_ida84&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to