I am trying to deploy jBPM5 on Weblogic 10.3.4
I am using eclipseLink as a default JPA provider.
During runtime I am getting java.lang.ClassNotFoundException: org.osgi.framework.BundleActivator.
This happens when I add knowledge-api jar to the lib directory of my domain.
If I don't add knowledge-api . then I am getting ClassNotFound for one of the knowledge-api classes
On the weblogic I deployed simple ejb jar. Inside that ejb I am trying to instantiate a TaskService.
Thank you !