Re: [JBoss-user] ejb's not deploying

2001-07-02 Thread Scott Van Kirk

Hi Rui,

I look forward to seeing it.

I have a question about the game. What happens when a person is 
disconnected from a
game? Do you just give them their money back?  Do you continue playing for 
them?

Finally,  what's the price for your bingo game?

-Scott


At 02:19 PM 7/1/2001 -0500, you wrote:
>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



Re: [JBoss-user] ejb's not deploying

2001-07-01 Thread G.L. Grobe

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



Re: [JBoss-user] ejb's not deploying

2001-07-01 Thread G.L. Grobe

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



Re: [JBoss-user] ejb's not deploying

2001-07-01 Thread danch

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



Re: [JBoss-user] ejb's not deploying

2001-06-30 Thread Tahir Awan

That's kind of crazy. I am using the same version of jboss-tomcat and only
have *.class files in .jar. .ear just contains ejb.jar and app.war, app.xml.
Must be overlooking some thing. You should probably try to first deploy just
the ejb.jar.

Tahir

- Original Message -
From: "G.L. Grobe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 30, 2001 11:22 PM
Subject: Re: [JBoss-user] ejb's not deploying


> Yeah, tomcat-test.ear deployed ok. The class files are in the ejb.jar
file.
> And although I have the class files in the ejb.jar file, I also have to
jar
> them in the j2ee.ear file in order for it them to deploy. It's like it's
not
> seeing the ejb.jar file.
>
> Here's my applications.xml file.
>
>  
>  Application 1.2//EN" "http://java.sun.com/j2ee/dtds/application_1_2.dtd";>
>
> 
>A.C.A.I.S.
>
>
>   
>  acais-web.war
>  /acais
>   
>
>
>
>   acais-ejb.jar
>
>
> 
>
> ----- Original Message -----
> From: "Tahir Awan" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, June 30, 2001 9:57 PM
> Subject: Re: [JBoss-user] ejb's not deploying
>
>
> > looked ok to me. I am sure you have gone through the ejb.jar to check if
> > Build bean was compiled properly and is included in the jar? btw, are
you
> > able to deploy tomcat-test.ear?
> >
> > Tahir
> >
> > - Original Message -
> > From: "G.L. Grobe" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, June 30, 2001 7:45 PM
> > Subject: Re: [JBoss-user] ejb's not deploying
> >
> >
> > > Sure, here it is. It doesn't have great indentation because I couldn't
> put
> > > carriage returns between the tags, but it's more readable this way.
> > > --
> > >
> > > 
> > >  > > JavaBeans 1.1//EN" "http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd";>
> > >
> > > 
> > >A.C.A.I.S.
> > >A.C.A.I.S. Version 1.0
> > >
> > >
> > >
> > >ConfigBuild
> > >
> > >
> >
>
com.neuroquest.cais.ejb.session.configBuild.ConfigBuild
> > >
> > >
> >
>
com.neuroquest.cais.ejb.session.configBuild.ConfigBuildBean > > class>
> > >
> > com.neuroquest.cais.ejb.session.configBuild.ConfigBuildHome
> > >
> > com.neuroquest.cais.ejb.session.configBuild.ConfigBuild
> > >Stateful
> > >Container
> > >
> > >   ejb/Account
> > >   Entity
> > >   com.neuroquest.cais.ejb.entity.account.AccountHome
> > >   com.neuroquest.cais.ejb.entity.account.Account
> > >
> com.neuroquest.cais.ejb.entity.account.Account
> > >
> > >
> > >
> > >
> > >DBaseFetch
> > >
> > >
> com.neuroquest.cais.ejb.session.dbaseFetch.DBaseFetch
> > >
> > >
> >
>
com.neuroquest.cais.ejb.session.dbaseFetch.DBaseFetchBean > > ass>
> > >
> com.neuroquest.cais.ejb.session.dbaseFetch.DBaseFetchHome
> > >
> com.neuroquest.cais.ejb.session.dbaseFetch.DBaseFetch
> > >Stateful
> > >Container
> > >
> > >
> > >ConfigTools
> > >
> > >
> >
>
com.neuroquest.cais.ejb.session.configTools.ConfigTools
> > >
> > >
> >
>
com.neuroquest.cais.ejb.session.configTools.ConfigToolsBean > > class>
> > >
> > com.neuroquest.cais.ejb.session.configTools.ConfigToolsHome
> > >
> > com.neuroquest.cais.ejb.session.configTools.ConfigTools
> > >Stateful
> > >Container
> > >
> > >
> > >
> > >InitBuild
> > >
> > com.neuroquest.cais.ejb.session.initBuild.InitBuild
> > >
> > >
> >
>
com.neuroquest.cais.ejb.session.initBuild.InitBuildBean > > s>
> > >
com.neuroquest.cais.ejb.session.initBuild.InitBuildHome
> > >
com.neuroquest.cais.ejb.session.initBuild.InitBuild
> > >Stateful
> > >Container
> > >
> > >   ejb/Build
> > >   Entity
> > >   com.neuroquest.cais.ejb.entity.build.BuildHome
> > >   com.neuroquest.cais.ejb.entity.build.Build
> > >   com.neuroquest.cais.ejb.entity.build.Build
> > >    
> > >
> > >
> > >
>

Re: [JBoss-user] ejb's not deploying

2001-06-30 Thread G.L. Grobe

Yeah, tomcat-test.ear deployed ok. The class files are in the ejb.jar file.
And although I have the class files in the ejb.jar file, I also have to jar
them in the j2ee.ear file in order for it them to deploy. It's like it's not
seeing the ejb.jar file.

Here's my applications.xml file.

 
http://java.sun.com/j2ee/dtds/application_1_2.dtd";>


   A.C.A.I.S.

   
  
 acais-web.war
 /acais
  
   

   
  acais-ejb.jar
   



- Original Message -
From: "Tahir Awan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 30, 2001 9:57 PM
Subject: Re: [JBoss-user] ejb's not deploying


> looked ok to me. I am sure you have gone through the ejb.jar to check if
> Build bean was compiled properly and is included in the jar? btw, are you
> able to deploy tomcat-test.ear?
>
> Tahir
>
> - Original Message -
> From: "G.L. Grobe" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, June 30, 2001 7:45 PM
> Subject: Re: [JBoss-user] ejb's not deploying
>
>
> > Sure, here it is. It doesn't have great indentation because I couldn't
put
> > carriage returns between the tags, but it's more readable this way.
> > --
> >
> > 
> >  > JavaBeans 1.1//EN" "http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd";>
> >
> > 
> >A.C.A.I.S.
> >A.C.A.I.S. Version 1.0
> >
> >
> >
> >ConfigBuild
> >
> >
>
com.neuroquest.cais.ejb.session.configBuild.ConfigBuild
> >
> >
>
com.neuroquest.cais.ejb.session.configBuild.ConfigBuildBean > class>
> >
> com.neuroquest.cais.ejb.session.configBuild.ConfigBuildHome
> >
> com.neuroquest.cais.ejb.session.configBuild.ConfigBuild
> >Stateful
> >Container
> >
> >   ejb/Account
> >   Entity
> >   com.neuroquest.cais.ejb.entity.account.AccountHome
> >   com.neuroquest.cais.ejb.entity.account.Account
> >
com.neuroquest.cais.ejb.entity.account.Account
> >
> >
> >
> >
> >DBaseFetch
> >
> >
com.neuroquest.cais.ejb.session.dbaseFetch.DBaseFetch
> >
> >
>
com.neuroquest.cais.ejb.session.dbaseFetch.DBaseFetchBean > ass>
> >
com.neuroquest.cais.ejb.session.dbaseFetch.DBaseFetchHome
> >
com.neuroquest.cais.ejb.session.dbaseFetch.DBaseFetch
> >Stateful
> >Container
> >
> >
> >ConfigTools
> >
> >
>
com.neuroquest.cais.ejb.session.configTools.ConfigTools
> >
> >
>
com.neuroquest.cais.ejb.session.configTools.ConfigToolsBean > class>
> >
> com.neuroquest.cais.ejb.session.configTools.ConfigToolsHome
> >
> com.neuroquest.cais.ejb.session.configTools.ConfigTools
> >Stateful
> >Container
> >
> >
> >
> >InitBuild
> >
> com.neuroquest.cais.ejb.session.initBuild.InitBuild
> >
> >
>
com.neuroquest.cais.ejb.session.initBuild.InitBuildBean > s>
> >com.neuroquest.cais.ejb.session.initBuild.InitBuildHome
> >com.neuroquest.cais.ejb.session.initBuild.InitBuild
> >Stateful
> >Container
> >
> >   ejb/Build
> >   Entity
> >   com.neuroquest.cais.ejb.entity.build.BuildHome
> >   com.neuroquest.cais.ejb.entity.build.Build
> >   com.neuroquest.cais.ejb.entity.build.Build
> >
> >
> >
> >
> >Build
> >com.neuroquest.cais.ejb.entity.build.Build
> >com.neuroquest.cais.ejb.entity.build.BuildBean
> >com.neuroquest.cais.ejb.entity.build.BuildHome
> >com.neuroquest.cais.ejb.entity.build.Build
> >Bean
> >
> >
>
com.neuroquest.cais.ejb.entity.build.BuildPK > >
> >False
> >
> >
> >
> >Account
> >com.neuroquest.cais.ejb.entity.account.Account
> >
> com.neuroquest.cais.ejb.entity.account.AccountBean
> >com.neuroquest.cais.ejb.entity.account.AccountHome
> >com.neuroquest.cais.ejb.entity.account.Account
> >Bean
> >
> >
>
com.neuroquest.cais.ejb.entity.account.AccountPK > lass>
> >false
> >
> >
> >
> >
> >
> >   
> >  Users
> >  users
> >   
> >
> >
> > 
> >
> >
> >
> >
> > - Original Message -
> > From: "Tahir Awan" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, June 30, 2001 6:15 PM

Re: [JBoss-user] ejb's not deploying

2001-06-30 Thread G.L. Grobe

If I include my *.class files along w/ the directory structure in my
j2ee-app.jar file, it loads ok ... but if I don't include the class files,
and yet the class files do exists in my ejb.jar file which is in the app
file, it will not load and I get the same results.

> - Original Message -
> From: "G.L. Grobe" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, June 30, 2001 6:53 PM
> Subject: [JBoss-user] ejb's not deploying
>
>
> > 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
> > 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



Re: [JBoss-user] ejb's not deploying

2001-06-30 Thread Tahir Awan

looked ok to me. I am sure you have gone through the ejb.jar to check if
Build bean was compiled properly and is included in the jar? btw, are you
able to deploy tomcat-test.ear?

Tahir

- Original Message -
From: "G.L. Grobe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 30, 2001 7:45 PM
Subject: Re: [JBoss-user] ejb's not deploying


> Sure, here it is. It doesn't have great indentation because I couldn't put
> carriage returns between the tags, but it's more readable this way.
> --
>
> 
>  JavaBeans 1.1//EN" "http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd";>
>
> 
>A.C.A.I.S.
>A.C.A.I.S. Version 1.0
>
>
>
>ConfigBuild
>
>
com.neuroquest.cais.ejb.session.configBuild.ConfigBuild
>
>
com.neuroquest.cais.ejb.session.configBuild.ConfigBuildBean class>
>
com.neuroquest.cais.ejb.session.configBuild.ConfigBuildHome
>
com.neuroquest.cais.ejb.session.configBuild.ConfigBuild
>Stateful
>Container
>
>   ejb/Account
>   Entity
>   com.neuroquest.cais.ejb.entity.account.AccountHome
>   com.neuroquest.cais.ejb.entity.account.Account
>   com.neuroquest.cais.ejb.entity.account.Account
>
>
>
>
>DBaseFetch
>
> com.neuroquest.cais.ejb.session.dbaseFetch.DBaseFetch
>
>
com.neuroquest.cais.ejb.session.dbaseFetch.DBaseFetchBean ass>
>com.neuroquest.cais.ejb.session.dbaseFetch.DBaseFetchHome
>com.neuroquest.cais.ejb.session.dbaseFetch.DBaseFetch
>Stateful
>Container
>
>
>ConfigTools
>
>
com.neuroquest.cais.ejb.session.configTools.ConfigTools
>
>
com.neuroquest.cais.ejb.session.configTools.ConfigToolsBean class>
>
com.neuroquest.cais.ejb.session.configTools.ConfigToolsHome
>
com.neuroquest.cais.ejb.session.configTools.ConfigTools
>Stateful
>Container
>
>
>
>InitBuild
>
com.neuroquest.cais.ejb.session.initBuild.InitBuild
>
>
com.neuroquest.cais.ejb.session.initBuild.InitBuildBean s>
>com.neuroquest.cais.ejb.session.initBuild.InitBuildHome
>com.neuroquest.cais.ejb.session.initBuild.InitBuild
>Stateful
>Container
>
>   ejb/Build
>   Entity
>   com.neuroquest.cais.ejb.entity.build.BuildHome
>   com.neuroquest.cais.ejb.entity.build.Build
>   com.neuroquest.cais.ejb.entity.build.Build
>
>
>
>
>Build
>com.neuroquest.cais.ejb.entity.build.Build
>com.neuroquest.cais.ejb.entity.build.BuildBean
>com.neuroquest.cais.ejb.entity.build.BuildHome
>com.neuroquest.cais.ejb.entity.build.Build
>Bean
>
>
com.neuroquest.cais.ejb.entity.build.BuildPK >
>False
>
>
>
>Account
>com.neuroquest.cais.ejb.entity.account.Account
>
com.neuroquest.cais.ejb.entity.account.AccountBean
>com.neuroquest.cais.ejb.entity.account.AccountHome
>com.neuroquest.cais.ejb.entity.account.Account
>Bean
>
>
com.neuroquest.cais.ejb.entity.account.AccountPK lass>
>false
>
>
>
>
>
>   
>  Users
>  users
>   
>
>
> 
>
>
>
>
> - Original Message -
> From: "Tahir Awan" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, June 30, 2001 6:15 PM
> Subject: Re: [JBoss-user] ejb's not deploying
>
>
> > Can you post your ejb-jar xml files here?
> >
> > Tahir
> >
> > - Original Message -
> > From: "G.L. Grobe" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, June 30, 2001 6:53 PM
> > Subject: [JBoss-user] ejb's not deploying
> >
> >
> > > 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
> > > 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

Re: [JBoss-user] ejb's not deploying

2001-06-30 Thread G.L. Grobe

Sure, here it is. It doesn't have great indentation because I couldn't put
carriage returns between the tags, but it's more readable this way.
--


http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd";>


   A.C.A.I.S.
   A.C.A.I.S. Version 1.0

   
   
   ConfigBuild

com.neuroquest.cais.ejb.session.configBuild.ConfigBuild

com.neuroquest.cais.ejb.session.configBuild.ConfigBuildBean
   com.neuroquest.cais.ejb.session.configBuild.ConfigBuildHome
   com.neuroquest.cais.ejb.session.configBuild.ConfigBuild
   Stateful
   Container
   
  ejb/Account
  Entity
  com.neuroquest.cais.ejb.entity.account.AccountHome
  com.neuroquest.cais.ejb.entity.account.Account
  com.neuroquest.cais.ejb.entity.account.Account
   
   

   
   DBaseFetch

com.neuroquest.cais.ejb.session.dbaseFetch.DBaseFetch

com.neuroquest.cais.ejb.session.dbaseFetch.DBaseFetchBean
   com.neuroquest.cais.ejb.session.dbaseFetch.DBaseFetchHome
   com.neuroquest.cais.ejb.session.dbaseFetch.DBaseFetch
   Stateful
   Container
   
   
   ConfigTools

com.neuroquest.cais.ejb.session.configTools.ConfigTools

com.neuroquest.cais.ejb.session.configTools.ConfigToolsBean
   com.neuroquest.cais.ejb.session.configTools.ConfigToolsHome
   com.neuroquest.cais.ejb.session.configTools.ConfigTools
   Stateful
   Container
   

   
   InitBuild
   com.neuroquest.cais.ejb.session.initBuild.InitBuild

com.neuroquest.cais.ejb.session.initBuild.InitBuildBean
   com.neuroquest.cais.ejb.session.initBuild.InitBuildHome
   com.neuroquest.cais.ejb.session.initBuild.InitBuild
   Stateful
   Container
   
  ejb/Build
  Entity
  com.neuroquest.cais.ejb.entity.build.BuildHome
  com.neuroquest.cais.ejb.entity.build.Build
  com.neuroquest.cais.ejb.entity.build.Build
   
   

   
   Build
   com.neuroquest.cais.ejb.entity.build.Build
   com.neuroquest.cais.ejb.entity.build.BuildBean
   com.neuroquest.cais.ejb.entity.build.BuildHome
   com.neuroquest.cais.ejb.entity.build.Build
   Bean

com.neuroquest.cais.ejb.entity.build.BuildPK
   False
   

   
   Account
   com.neuroquest.cais.ejb.entity.account.Account
   com.neuroquest.cais.ejb.entity.account.AccountBean
   com.neuroquest.cais.ejb.entity.account.AccountHome
   com.neuroquest.cais.ejb.entity.account.Account
   Bean

com.neuroquest.cais.ejb.entity.account.AccountPK
   false
   

   

   
  
 Users
 users
  
   






- Original Message -
From: "Tahir Awan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 30, 2001 6:15 PM
Subject: Re: [JBoss-user] ejb's not deploying


> Can you post your ejb-jar xml files here?
>
> Tahir
>
> - Original Message -
> From: "G.L. Grobe" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, June 30, 2001 6:53 PM
> Subject: [JBoss-user] ejb's not deploying
>
>
> > 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
> > 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



Re: [JBoss-user] ejb's not deploying

2001-06-30 Thread Tahir Awan

Can you post your ejb-jar xml files here?

Tahir

- Original Message -
From: "G.L. Grobe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 30, 2001 6:53 PM
Subject: [JBoss-user] ejb's not deploying


> 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
> 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