Re: [JBoss-dev] Sar deployed before Jar?

2002-12-21 Thread David Jencks
On 2002.12.19 23:51:40 -0500 Dain Sundstrom wrote: > I'm dumb. I have been work with SARs to much today, and I forgot that > jars are also used for ejb-jars. Does the deployer only look at the > name for distinction of the files? What I mean is can the main > deployer, determine which files i

Re: [JBoss-dev] Sar deployed before Jar?

2002-12-19 Thread Scott M Stark
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 8:51 PM Subject: Re: [JBoss-dev] Sar deployed before Jar? > I'm dumb. I have been work with SARs to much today, and I forgot that > jars are also used for ejb-jars. Does the deployer only look at the > name f

Re: [JBoss-dev] Sar deployed before Jar?

2002-12-19 Thread Dain Sundstrom
I'm dumb. I have been work with SARs to much today, and I forgot that jars are also used for ejb-jars. Does the deployer only look at the name for distinction of the files? What I mean is can the main deployer, determine which files it needs to deploy, classify them into plain old jar, sar,

Re: [JBoss-dev] Sar deployed before Jar?

2002-12-19 Thread David Jencks
This is from the ordering done in or near the main deployer, right? I think the idea is to deploy ejb-jars after .sars. It probably doesn't make much difference any more since you can make an ejb (container) depend on an mbean and vice versa. Is it causing problems? david jencks On 2002.12.19

RE: [JBoss-dev] Sar deployed before Jar?

2002-12-19 Thread Jeremy Boynes
This allows ejb-jar's to use resources defined by the sar. Doesn't ejb deployment fail if e.g. a datasource or queue is undefined? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dain > Sundstrom > Sent: Thursday, December 19, 2002 2:26 PM > To: [EMA