Re: [JBoss-dev] Remote class loading servlet

2003-02-21 Thread Peter Antman
Hi, just curious: will this work with a scoped ear-deployer. How are EJBS: deployed from within a scoped ear-deployer made available to the servlet classloader? With WebService this was done through addClassLoader(), but how is it done in this servlet aproach? //Peter On Mon, 2003-02-17 at

Re: [JBoss-dev] Remote class loading servlet

2003-02-21 Thread Peter Antman
On Fri, 2003-02-21 at 16:52, James Cooley wrote: Hi Peter, This was not a requirement for the servlet and I haven't included it - see previous mails. Scott is deciding how we will integrate the servlet into the JBoss startup script and retire the WebService. He might best explain how

Re: [JBoss-dev] Remote class loading servlet

2003-02-17 Thread James Cooley
Hi Dain, I wrote a servlet (attached) and it looks like it will simplify things. It effectively replaces WebService and WebServer (WebService simply wraps WebServer). WebClassLoader doesn't have a dependency on WebServ* so it can operate as normal. I ran the DynLoadingUnitTestCase and it

RE: [JBoss-dev] Remote class loading servlet

2003-02-17 Thread Bill Burke
1:34 PM To: [EMAIL PROTECTED]; Dain Sundstrom Subject: Re: [JBoss-dev] Remote class loading servlet Hi Dain, I wrote a servlet (attached) and it looks like it will simplify things. It effectively replaces WebService and WebServer (WebService simply wraps WebServer). WebClassLoader

Re: [JBoss-dev] Remote class loading servlet

2003-02-12 Thread James Cooley
Hi Dain, Scott, I wrote a servlet that accepts a request from a java.net.URLClassLoader and returns the class. AFAIK I need only support requests of the kind org/jboss/util/stream/Streams.class but the exising WebServer class also supports SomeClassName[some/object/id]/some/file/path I

Re: [JBoss-dev] Remote class loading servlet

2003-02-12 Thread James Cooley
On further testing the ExportException went away but I'd still like to know how to plugin the servlet. James James Cooley wrote: Hi Dain, Scott, I wrote a servlet that accepts a request from a java.net.URLClassLoader and returns the class. AFAIK I need only support requests of the kind

Re: [JBoss-dev] Remote class loading servlet

2003-02-12 Thread Francisco Reverbel
You won't find this in the servlet spec. SomeClassName[some/object/id]/some/file/path is a JBoss convention for specifying Java classes and resources dynamically downloaded by clients. It is used by org.jboss.web.WebClassLoader and by org.jboss.iiop.WebCL. See comments in

Re: [JBoss-dev] Remote class loading servlet

2003-02-08 Thread Francisco Reverbel
Subject: Re: [JBoss-dev] Remote class loading servlet On Friday, February 7, 2003, at 01:28 PM, James Cooley wrote: Dain Sundstrom wrote: Scott, I'm putting the question for you at the top, so you can see it. How do we specify the code base for remote loading? If James writes

Re: [JBoss-dev] Remote class loading servlet

2003-02-07 Thread James Cooley
Hi Dain, I had a look at the class and it looks like it should be pretty easy to do this in a servlet but the deployment may be an issue. The API includes setPort, setBindAddress, etc. Is there an abstract factory to create a Tomcat Connector/Jetty Adapter (or whatever the container may be)

Re: [JBoss-dev] Remote class loading servlet

2003-02-07 Thread Scott M Stark
- Original Message - From: James Cooley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 07, 2003 3:08 AM Subject: Re: [JBoss-dev] Remote class loading servlet Hi Dain, I had a look at the class and it looks like it should be pretty easy

Re: [JBoss-dev] Remote class loading servlet

2003-02-07 Thread James Cooley
- From: James Cooley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 07, 2003 3:08 AM Subject: Re: [JBoss-dev] Remote class loading servlet Hi Dain, I had a look at the class and it looks like it should be pretty easy to do this in a servlet but the deployment may

Re: [JBoss-dev] Remote class loading servlet

2003-02-07 Thread Dain Sundstrom
Scott, I'm putting the question for you at the top, so you can see it. How do we specify the code base for remote loading? If James writes this he will need to change it to point to the servlet. James, You are way over thinking this. I suggest you just start coding. :D On Friday,

Re: [JBoss-dev] Remote class loading servlet

2003-02-07 Thread Scott M Stark
] To: [EMAIL PROTECTED] Sent: Friday, February 07, 2003 10:59 AM Subject: Re: [JBoss-dev] Remote class loading servlet Scott, I'm putting the question for you at the top, so you can see it. How do we specify the code base for remote loading? If James writes this he will need to change

Re: [JBoss-dev] Remote class loading servlet

2003-02-07 Thread James Cooley
Dain Sundstrom wrote: Scott, I'm putting the question for you at the top, so you can see it. How do we specify the code base for remote loading? If James writes this he will need to change it to point to the servlet. James, You are way over thinking this. As I said there isn't a unit

Re: [JBoss-dev] Remote class loading servlet

2003-02-07 Thread Dain Sundstrom
On Friday, February 7, 2003, at 01:28 PM, James Cooley wrote: Dain Sundstrom wrote: Scott, I'm putting the question for you at the top, so you can see it. How do we specify the code base for remote loading? If James writes this he will need to change it to point to the servlet. James, You

Re: [JBoss-dev] Remote class loading servlet

2003-02-07 Thread Scott M Stark
: Friday, February 07, 2003 11:50 AM Subject: Re: [JBoss-dev] Remote class loading servlet On Friday, February 7, 2003, at 01:28 PM, James Cooley wrote: Dain Sundstrom wrote: Scott, I'm putting the question for you at the top, so you can see it. How do we specify the code base for remote

[JBoss-dev] Remote class loading servlet

2003-02-06 Thread Dain Sundstrom
We have a small project open for a volunteer. In Jboss 2 and 3 we have a custom lightweight web server (port 8083) that returns java class files from the classLoader.getResouceAsStream to RMI clients (this is how remote class loading happens). I talked to Scott at JBoss Boot Camp and we

RE: [JBoss-dev] Remote class loading servlet

2003-02-06 Thread Igor Fedorenko
Does this mean that JBoss 4.0 will require integrated web container to run? -Original Message- From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 4:17 PM To: [EMAIL PROTECTED] Subject: [JBoss-dev] Remote class loading servlet We have a small

Re: [JBoss-dev] Remote class loading servlet

2003-02-06 Thread Scott M Stark
Fedorenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 2:00 PM Subject: RE: [JBoss-dev] Remote class loading servlet Does this mean that JBoss 4.0 will require integrated web container to run? --- This SF.NET email