Hi, I fear this is not enough information to be able to help here ...
Am 02.07.2012 um 14:16 schrieb Jason Tesser: > My main problem is the classpath of bundle cannot be read by a Servlet > I am wiring in my Activator http://pastebin.com/CCpHjQ6j What bundle ? > > I am working on getting this working. My issue is that all is good if > the controller I am trying to wire in Spring is on the classpath of > the main application but if ONLY in OSGI Spring cannot see it, Where is the controller ? What controller ? Is this Spring specific ? > > To simplify the case I am getting an error simply trying to say > > <bean id="exampleController" > class="com.dotmarketing.osgi.controller.ExampleController"></bean> > Caused by: java.lang.ClassNotFoundException: > com.dotmarketing.osgi.controller.ExampleController Who is instantiating the controlling ? Regards Felix > > Here is my manifest http://pastebin.com/RtG6WPBc > > I tried to export the package that my ExampleController was in hoping > that would do it but it seems the Classpath Spring is using is NOT the > OSGI Bundle > > Thanks, > Jason Tesser > dotCMS Director, Support Services > 1-305-858-1422 > > --------------------------------------------------------------------- > 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]

