The EJB 2.0 verifier is in process.  Next time I work on it I'll try to 
remove all the code generating spurious messages.  Many things have 
changed between EJB 1.1 and EJB 2.0, and I didn't catch them all in the 
process of moving the code over.

Cheers

Dave Smith wrote:

> I am getting these errors over and over again on all of the EJB's  I am
> deploying
> 
> 18:58:31,586 INFO  [EJBDeployer] 
> Bean   : cadex/AcrossResp
> Method : public abstract EJBMetaData getEJBMetaData() throws
> RemoteException
> Section: 12.2.9
> Warning: null
> 
> If the home is extended from EJBHome is this not there?
> 
> 
> 18:58:31,593 INFO  [EJBDeployer] 
> Bean   : cadex/AcrossResp
> Section: 10.8.1
> Warning: The primkey-field must be one of the CMP fields of the entity
> bean.
> 
> Snip from ejb-jar.xml
> 
> <ejb-name>cadex/AcrossResp</ejb-name>
> <prim-key-class>java.lang.Long</prim-key-class>
> 
> <cmp-field >
>   <description><![CDATA[]]></description>
>   <field-name>objectid</field-name>
> </cmp-field>
> <primkey-field>objectid</primkey-field>
> 
> I did declare <cmp-file> in jbosscmp-jdbc.xml without the
> <primkey-field> it should not be necessary?
> 
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 



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

Reply via email to