Re: [JBoss-user] Sar deployment order question

2003-08-22 Thread Nicholas
y, August 22, 2003 10:27 AM > To: '[EMAIL PROTECTED]' > Subject: [JBoss-user] RE: [JBoss-user] Sar > deployment order question > > > You can make your application an MBean in an ear > with your jar and sar > included in that ear. > In your jboss-service

Re: [JBoss-user] Sar deployment order question

2003-08-22 Thread Adrian Brock
Your problem is that SARs are deployed first. You have promoted your ejbs and war up the deployment order by putting them in a SAR. Using an EAR will help because they aren't deployed until later. Another simple solution would be to add your datasource as a dependency to the EJB (conf/jboss-servic

[JBoss-user] RE: [JBoss-user] RE: [JBoss-user] Sar deployment order question

2003-08-22 Thread Steven Harris
ailto:[EMAIL PROTECTED]Sent: Friday, August 22, 2003 10:27 AMTo: '[EMAIL PROTECTED]'Subject: [JBoss-user] RE: [JBoss-user] Sar deployment order question You can make your application an MBean in an ear with your jar and sar included in that ear. In your jboss-service.xml d

[JBoss-user] RE: [JBoss-user] Sar deployment order question

2003-08-22 Thread Steven Harris
for JBoss Admin & Development, look at the examples for chapter 2.    -Original Message-From: Stephane Nicoll [mailto:[EMAIL PROTECTED]Sent: Thursday, August 21, 2003 11:32 AMTo: [EMAIL PROTECTED]Subject: Re: [JBoss-user] Sar deployment order question First of all, I will put tho

Re: [JBoss-user] Sar deployment order question

2003-08-22 Thread Stephane Nicoll
First of all, I will put those JAR and WAR into an EAR file, not a SAR. Then apart from that, sorry I don't know the answer :/ On Thu, 2003-08-21 at 11:52, Davide Pozza wrote: Hi all I've packager my application's jar and war into a sar archive and at the first startup of jboss I receive ma

Re: [JBoss-user] Sar deployment order question

2003-08-21 Thread Brian Wallis
On Thu, 21 Aug 2003 19:52, Davide Pozza wrote: > Hi all > I've packager my application's jar and war into a sar archive and at the > first startup of jboss I receive many deployment errors. > I know that this is because the datasources used by my application are > deployed and bounded to jndi after

[JBoss-user] Sar deployment order question

2003-08-21 Thread Davide Pozza
Hi all I've packager my application's jar and war into a sar archive and at the first startup of jboss I receive many deployment errors. I know that this is because the datasources used by my application are deployed and bounded to jndi after the sar deployment, but I don't know hot to tell jboss t