Even though upon deployment JBoss will put the ejb-jar.xml file into the
META-INF dir, if it's already placed their, then is doesn't load the beans
correctly.

This fixed it. Heh, I sure like Ant alot, but it's also complicated my
builds and given me lots of "side-effects" to deal with.

----- Original Message -----
From: "G.L. Grobe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 01, 2001 2:19 PM
Subject: Re: [JBoss-user] ejb's not deploying


> I have a temporary like dir where all my files get placed. I populate the
> META-INF dir w/ the ejb-jar.xml and build the jar. Then Ant builds my war
> file, then the j2ee app section of my Ant build file gets built (the ear).
I
> didn't think it would hurt since it's going into the same directory
anyways
> and the ejb.jar still includes it also.
>
> Guess I'll just delete it from the META-INF dir before the ear gets built.
>
> ----- Original Message -----
> From: "danch" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, July 01, 2001 12:22 PM
> Subject: Re: [JBoss-user] ejb's not deploying
>
>
> > G.L. Grobe wrote:
> >
> > > I put my ear file into the ~/jboss/deploy dir and it contains:
> > >
> > > xxx(xxx):/u/public/JBoss-2.2.2_Tomcat-3.2.2/jboss/deploy$ jar tvf
> > > acais-1.0.ear
> > > META-INF/
> > > META-INF/ejb-jar.xml
> >
> > Why do you have this in your .ear file? It needs to be in your ejb-jar
> file
> >
> >
> > > META-INF/MANIFEST.MF
> > > META-INF/application.xml
> > > acais-ejb.jar
> > > acais-web.war
> > > acais-client.jar
> > >
> > > ------- Here is the JBoss output: -------
> > > (if I goto the ~/jboss/tmp/deploy/Default dir, there is no
acais-1.0.ear
> dir
> > > created)
> > > ...
> > > [Auto deploy] Auto deploy of
> > > file:/u/public/JBoss-2.2.2_Tomcat-3.2.2/jboss/deploy/acais-1.0.ear
> > > [J2EE Deployer Default] Deploy J2EE application:
> > > file:/u/public/JBoss-2.2.2_Tomcat-3.2.2/jboss/deploy/acais-1.0.ear
> > > [J2EE Deployer Default] Create application acais-1.0.ear
> > > [J2EE Deployer Default] install module acais-1.0.ear
> > > [Container factory]
> > >
>
Deploying:file:/u/public/JBoss-2.2.2_Tomcat-3.2.2/jboss/tmp/deploy/Default/a
> > > cais-1.0.ear
> > > [Verifier] Verifying
> > >
>
file:/u/public/JBoss-2.2.2_Tomcat-3.2.2/jboss/tmp/deploy/Default/acais-1.0.e
> > > ar/ejb1003.jar
> > > [Verifier]
> > > Bean   : com.neuroquest.cais.ejb.entity.build.Build
> > > Section: 16.2
> > > Warning: The Bean Provider must specify the fully-qualified name of
the
> Java
> > > class that implements the enterprise bean's business methods.
> > >
> > > Any help much appreciated.
> > >
> > >
> > > _______________________________________________
> > > JBoss-user mailing list
> > > [EMAIL PROTECTED]
> > > http://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> >
> >
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-user
> >
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to