RE: [JBoss-dev] RH, Jetty, Service Archives...

2001-09-21 Thread marc fleury
PROTECTED] |Subject: Re: [JBoss-dev] RH, Jetty, Service Archives... | | |The issue with win32 in general is that programs tend to acquire exclusive |locks on files whereas *nix does not. | |- Original Message - |From: "David Maplesden" <[EMAIL PROTECTED]> |To: <[EMAIL PROTECTE

Re: [JBoss-dev] RH, Jetty, Service Archives...

2001-09-20 Thread David Jencks
<[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, September 20, 2001 8:29 PM > Subject: RE: [JBoss-dev] RH, Jetty, Service Archives... > > > > It definately happens my Windows 2000 system, I don't know if it > happens > > under oth

Re: [JBoss-dev] RH, Jetty, Service Archives...

2001-09-20 Thread Scott M Stark
age- > > From: David Jencks [mailto:[EMAIL PROTECTED]] > > Sent: Friday, September 21, 2001 3:33 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [JBoss-dev] RH, Jetty, Service Archives... > > > > > > > > > All the jars in the sar are also copied

RE: [JBoss-dev] RH, Jetty, Service Archives...

2001-09-20 Thread David Maplesden
: Friday, September 21, 2001 3:33 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] RH, Jetty, Service Archives... > > > > > All the jars in the sar are also copied to > > ${jboss.system.deployed}\sarname > > to avoid the file sharing violations that prevent

Re: [JBoss-dev] RH, Jetty, Service Archives...

2001-09-20 Thread David Jencks
> All the jars in the sar are also copied to > ${jboss.system.deployed}\sarname > to avoid the file sharing violations that prevent the user from simply > moving the original file to undeploy. This is under the assumption that > all > required classes are now in jars, I guess we can copy plain

Re: [JBoss-dev] RH, Jetty, Service Archives...

2001-09-20 Thread Julian Gosnell
marc fleury wrote: > |OTHERWISE ! > | > |If I take the same SAR file, which definitely HAS a > |jboss-service.xml file in > |it, it will sometimes deploy perfectly, othertimes, I get the > |above exception. > | > |Once I have got the exception out of a running JBoss, I have to restart it, > |sinc

RE: [JBoss-dev] RH, Jetty, Service Archives...

2001-09-20 Thread marc fleury
|OK, you saw my last email ( in the "JSR/SAR (Jetty) |Undeployment..." thread) |right? yes i did, |> In fact I need the following |> 1- how would you package it? where? |> 2- how would you specify it? needed? |> 3- what happens on redeploy. | |1- keep it simple. in a sar you can have a director

RE: [JBoss-dev] RH, Jetty, Service Archives...

2001-09-20 Thread David Maplesden
; To: [EMAIL PROTECTED] > Subject: RE: [JBoss-dev] RH, Jetty, Service Archives... > > > |> 3. Can I include jars in it (I tried top level dir and > META-INF/lib - > |> no joy) - how ? > |> > | > |You can't currently include jars, you should be able to in >

RE: [JBoss-dev] RH, Jetty, Service Archives...

2001-09-20 Thread marc fleury
|OTHERWISE ! | |If I take the same SAR file, which definitely HAS a |jboss-service.xml file in |it, it will sometimes deploy perfectly, othertimes, I get the |above exception. | |Once I have got the exception out of a running JBoss, I have to restart it, |since the file will never deploy successfu

RE: [JBoss-dev] RH, Jetty, Service Archives...

2001-09-20 Thread marc fleury
|> 3. Can I include jars in it (I tried top level dir and META-INF/lib - |> no joy) - how ? |> | |You can't currently include jars, you should be able to in my opinion, but |currently you can't. TODO |Whichever you think is best. I personally think there should be room for a |directory structur

Re: [JBoss-dev] RH, Jetty, Service Archives...

2001-09-19 Thread David Jencks
I've been seeing something like this too, could you send it to me also? I think there may be a problem with the URLClassloaders getting stuck if they have a startup problem and then you can never get rid of them. Will try to look soon. Thanks david jencks On 2001.09.19 17:38:53 -0400 Julian Go

Re: [JBoss-dev] RH, Jetty, Service Archives...

2001-09-19 Thread Julian Gosnell
David Maplesden wrote: > Hi Julian, > > Most of your problems are coming from the fact that service deployment has > only really been half done, there are several issues directly relating to > your comments below that need to be sorted out. > > Briefly then... > > > I am working on packaging up t

RE: [JBoss-dev] RH, Jetty, Service Archives...

2001-09-19 Thread David Maplesden
Hi Julian, Most of your problems are coming from the fact that service deployment has only really been half done, there are several issues directly relating to your comments below that need to be sorted out. Briefly then... > I am working on packaging up the Jetty service into an archive. > >