Jean-Philippe SCHALLER wrote:
> 
> When I launch EJBServer, I get the following message :
> 
> "Cannot read the deployment descriptors 'ejb-jar.xml':
> org.objectweb.jonas_ejb.deployment.api.DeploymentDescException: public field
> profile of primkey-class is not listed as cmp-field in bean
> EntityPublishLink"
> 
> What is the meaning of this message ?
> Thanks.
> 

Hi,

This message means that the field 'profile' of the entity bean
class is not defined as a container managed field in the deployment
descriptor.
Indeed, the names of the fields in the primary key class must be
a subset of the names of the container-managed fields.
(Cf Enterprise JavaBeans Specification, v1.1, Chapter 9.4.7.2).

Kind regards.
-- 
-=- Hélène JOANIN -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  mailto:[EMAIL PROTECTED]   http://www.evidian.com
  Phone: 33.4.76.29.73.53            Fax: 33.4.76.29.76.00
  Download our EJB Server JOnAS at http://www.objectweb.org
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to