[JBoss-dev] EJBDeployer (verifier)

2002-04-10 Thread Dave Smith

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-namecadex/AcrossResp/ejb-name
prim-key-classjava.lang.Long/prim-key-class

cmp-field 
  description![CDATA[]]/description
  field-nameobjectid/field-name
/cmp-field
primkey-fieldobjectid/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



Re: [JBoss-dev] EJBDeployer (verifier)

2002-04-10 Thread Jay Walters

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-namecadex/AcrossResp/ejb-name
 prim-key-classjava.lang.Long/prim-key-class
 
 cmp-field 
   description![CDATA[]]/description
   field-nameobjectid/field-name
 /cmp-field
 primkey-fieldobjectid/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