[JBoss-dev] njar (and other jboss specific protocol handlers) usage fixed

2002-02-25 Thread Jason Dillon
Looks like the default URL system doesn't work too well with our custom class loading stuff... so I implemented a factory that does the same thing that would happened if our classes were on the system cl and we set the pkgs prop. ServerImpl installs this factory now instead of setting the

Re: [JBoss-dev] njar (and other jboss specific protocol handlers)usage fixed

2002-02-25 Thread Adam Heath
On Mon, 25 Feb 2002, Jason Dillon wrote: Looks like the default URL system doesn't work too well with our custom class loading stuff... so I implemented a factory that does the same thing that would happened if our classes were on the system cl and we set the pkgs prop. ServerImpl installs

Re: [JBoss-dev] njar (and other jboss specific protocol handlers) usage fixed

2002-02-25 Thread Jason Dillon
The default searching is still done by URL. When we need to search JBoss packages then we can add that to the factory then. --jason Adam Heath wrote: On Mon, 25 Feb 2002, Jason Dillon wrote: Looks like the default URL system doesn't work too well with our custom class loading stuff... so I