We found a work-around, but it involves using some classes from the Eclipse internal package, which is frowned upon by them. It's more of a fix for eclipse than making the app OSGi friendly though. I'll get more details and post them soon.
-Jason > -----Original Message----- > From: Jean-Sebastien Delfino [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 20, 2007 6:38 AM > To: [email protected] > Subject: Re: Eclipse RCP apps and Tuscany > > Jason Clark wrote: > > We tried launching Tuscany in an RCP application but ran into a lot of > > class loading problems. In particular, for finding resources using > > Thread.currentThread().getContextClassLoader and > > ClassLoader.getResource, i.e. getting the classLoader from the thread or > > class. Has anyone run into this problem before? > > > > > > > > -Jason Clark > > > > Rajini is currently working on making the Tuscany runtime OSGi-friendly > and has run into similar problems. > > What you describe is a good and increasingly common use case for > Tuscany, I think we should have a sample plus an integration test using > Tuscany from RCP. > > Are you interested in contributing a test case? Then we can fix the > runtime to make it work, and once the test case is in the build we can > make sure that it continues to work over time :) > > -- > Jean-Sebastien > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
