Shall I file the bug report to the mailing list or to the jboss site (in
this case the sourceforge one or the jboss.org one?)?

Regards,

Marco
----- Original Message ----- 
From: "Scott M Stark" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, June 01, 2003 8:08 PM
Subject: Re: [JBoss-user] Jboss 3.2.1 - Error in deploying an entity bean
with local interfaces


> Disable strict verification and file a bug report with the details of
> the UsersEJB
> to get the verifier fixed. Setting the StrictVerifier to false in the
> conf/jboss-service.xml
> will allow the deployment to succeed.
>
>    <!-- EJB deployer, remove to disable EJB behavior-->
>    <mbean code="org.jboss.ejb.EJBDeployer"
> name="jboss.ejb:service=EJBDeployer">
>      <attribute name="VerifyDeployments">true</attribute>
>      <attribute name="ValidateDTDs">false</attribute>
>      <attribute name="MetricsEnabled">false</attribute>
>      <attribute name="VerifierVerbose">true</attribute>
>      <!--
>          StrictVerifier: Setting this to 'true' will cause all
> deployments
>          to fail when the Verifier detected a problem with the contained
>          Beans.
>      -->
>      <attribute name="StrictVerifier">true</attribute>
>
> xxxxxxxxxxxxxxxxxxxxxxxx
> Scott Stark
> Chief Technology Officer
> JBoss Group, LLC
> xxxxxxxxxxxxxxxxxxxxxxxx
>
> On Sunday, June 1, 2003, at 11:13  AM, Marco Tedone wrote:
>
> > Hi, I just downloaded and installed Jboss 3.2.1 and tried to deploy an
> > entity bean with local interfaces, following the CMP 2.x specifications
> > which I'm reading from 'Professional EJB' edited by wrox.
> >
> > I had the same problem few days ago, so I wrote on the sun EJB forum
> > and
> > I've been told to download the version 3.2.1 and that what I was doing
> > wasn't wrong. At the end of days I'm obtaining the following error:
> >
> > <!-- BEGIN -->
> > 19:08:51,875 WARN  [verifier] EJB spec violation:
> > Bean   : UsersEJB
> > Section: 9.2.2
> > Warning: The entity bean class must not be defined as abstract.
> >
> > 19:08:51,875 WARN  [verifier] EJB spec violation:
> > Bean   : UsersEJB
> > Section: 9.4.7.1
> > Warning: The primkey-field element must name a public field in the bean
> > implemen
> > tation class.
> > <!-- END -->
> >
> > Even if it could seem that these are only warnings the bean cannot get
> > deployed.
> >
> > Any idea?
> >
> > Thanks,
> >
> > Marco
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: eBay
> Get office equipment for less on eBay!
> http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user





-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to