RE: [JBoss-dev] Proposal for changes to URL deployment to clean up netboot

2002-12-11 Thread Sacha Labourey
OK. Good luck. Cheers, sacha > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de > Jeremy Boynes > Envoyé : mercredi, 11 décembre 2002 16:56 > À : [EMAIL PROTECTED] > Objet : RE: [JBoss-dev] Proposal for changes to UR

RE: [JBoss-dev] Proposal for changes to URL deployment to clean up netboot

2002-12-11 Thread Sacha Labourey
;origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de > Jeremy Boynes > Envoyé : mardi, 10 décembre 2002 19:03 > À : [EMAIL PROTECTED] > Objet : RE: [JBoss-dev] Proposal for changes to URL deployment to clean > up netboot > > > I have a prototype of

Re: [JBoss-dev] Proposal for changes to URL deployment to clean up netboot

2002-12-10 Thread Peter Fagerlund
tisdagen den 10 december 2002 kl 19.03 skrev Jeremy Boynes: I lean toward A) as there are existing dependencies during boot (e.g. getopt, gnu-regexp, log4j) but I realise that adding more is undesirable. Functionality is desired ... when 'one' dives in a prob on a moving xp target - the 'one'

RE: [JBoss-dev] Proposal for changes to URL deployment to clean up netboot

2002-12-09 Thread Sacha Labourey
MAIL PROTECTED]]De la part de > Jeremy Boynes > Envoyé : dimanche, 8 décembre 2002 09:00 > À : [EMAIL PROTECTED] > Objet : RE: [JBoss-dev] Proposal for changes to URL deployment to clean > up netboot > > > Scott Stark wrote: > > Sounds ok, but l

Re: [JBoss-dev] Proposal for changes to URL deployment to clean up netboot

2002-12-08 Thread Scott M Stark
day, December 07, 2002 11:59 PM Subject: RE: [JBoss-dev] Proposal for changes to URL deployment to clean up netboot > Scott Stark wrote: > > Sounds ok, but let see some more details. Show how you propose to rewrite > > SARDeployer.parseXMLClasspath using this helper framework.

Re: [JBoss-dev] Proposal for changes to URL deployment to clean up netboot

2002-12-07 Thread Scott M Stark
cember 07, 2002 10:36 AM Subject: [JBoss-dev] Proposal for changes to URL deployment to clean up netboot > Wanted to get feedback before starting to implement... > > The current support for loading deployment units has several special cases > to deal with loading from the net

Re: [JBoss-dev] Proposal for changes to URL deployment to clean up netboot

2002-12-07 Thread Jason Dillon
Wanted to get feedback before starting to implement... ;) The current support for loading deployment units has several special cases to deal with loading from the network e.g. in SARDeployer.parseXMLClasspath(), NetBootHelper.getDefaultListUrl() or even HttpURLDeploymentScanner itself. Spec

[JBoss-dev] Proposal for changes to URL deployment to clean up netboot

2002-12-07 Thread Jeremy Boynes
Wanted to get feedback before starting to implement... The current support for loading deployment units has several special cases to deal with loading from the network e.g. in SARDeployer.parseXMLClasspath(), NetBootHelper.getDefaultListUrl() or even HttpURLDeploymentScanner itself. I would like