My main problem is the classpath of bundle cannot be read by a Servlet
I am wiring in my Activator http://pastebin.com/CCpHjQ6j

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,

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

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]

Reply via email to