Some deployers go beyond just the name to determine if they handle a given type of archive. The main deployer just determines which deployer handles a given deployment archive and hands it off.
Plain old jars referenced by other deployments are deployed first. As long as there is a manifest classpath reference, or a sar classpath reference to the jar it will be deployed before the referencing deployment. xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ----- Original Message ----- From: "Dain Sundstrom" <[EMAIL PROTECTED]> 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 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, ejb-jar, etc and then deploy the plain old jars > first? I'm guessing the answer is "yes, write your own sorter." > > -dain ------------------------------------------------------- This SF.NET email is sponsored by: Geek Gift Procrastinating? Get the perfect geek gift now! Before the Holidays pass you by. T H I N K G E E K . C O M http://www.thinkgeek.com/sf/ _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
