Thread context class loader question

2009-04-08 Thread Pete Haidinyak
Hi, In the application I am porting to OSGi I created my own URL Classloader to setup a classpath based on which service I was trying to launch. This was modeled after how JBoss use to do their classloading to launch different servers. Anyway, OSGi ignores my Classloader's classpath so I

Re: Thread context class loader question

2009-04-08 Thread Richard S. Hall
I don't really understand your scenario, but are you looking into some quick hack to port your application in the short term or is this your strategy long term? Class loader tricks to launch servers sounds like a bad idea in general. Typically you do these sorts of things when you are not usin