Re: [JBoss-dev] FIXED WAR deployment - again

2002-02-02 Thread Jules Gosnell
Marc, I've tested deploying, redeploying and undeploying the following (both hot and jmx) : ear - no problems sar - no problems war - no problems ejb-jar - no problems Looking good. I shall try an ejb-jar inside the jetty-sar, look at why I can't run the web testsuite and go to bed. Have fu

RE: [JBoss-dev] FIXED WAR deployment

2002-02-01 Thread marc fleury
|Ave, Marc. |Morituri te salutant. Vini, vidi, buggy marcf ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] FIXED WAR deployment

2002-02-01 Thread Andreas Schaefer
Hi > Ok so I am genius and my interview is on the server side and since I am a > genius I don't need to test my code (at least in theory). Mybe we should add a new motto to JBoss: JBoss In Geniuses we trust all others test their code. Ave, Marc. Morituri te salutant. ___

RE: [JBoss-dev] FIXED WAR deployment

2002-02-01 Thread marc fleury
There is not enough functionality to justify another class (ithink) marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of David |Jencks |Sent: Friday, February 01, 2002 4:06 PM |To: [EMAIL PROTECTED] |Subject: Re: [JBoss-dev] FIXED WAR deployment

Re: [JBoss-dev] FIXED WAR deployment

2002-02-01 Thread David Jencks
I think this is also missing from EARDeployer... how about a SubDeployerSupport base class that does this? david jencks On 2002.02.01 21:44:33 -0500 marc fleury wrote: > Ok so I am genius and my interview is on the server side and since I am a > genius I don't need to test my code (at least in t

[JBoss-dev] FIXED WAR deployment

2002-02-01 Thread marc fleury
Ok so I am genius and my interview is on the server side and since I am a genius I don't need to test my code (at least in theory). Well turns out I had forgotten to code the "registration" code from the WAR deployer, so no war would ever get deployed. I just fixed this code. he he... hmmm he h