Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Swordfish Documentation: Apache ODE integration"

(Apache ODE and Geronimo Transaction Manager class loading issue)
(Deploying ODE and BPEL samples in Swordfish)
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==how to deploy ODE+BPEL sample in swordfish==
+
==Deploying ODE and BPEL samples in Swordfish==
By default you have ode samples as jbi component package zip. To be able to deploy it to Swordfish you need to have osgi bundle.
+
By default you have ode samples in the form of a JBI component package zip file. You must have
To do this you need to do following actions:
+
the OSGI bundle to deploy it to Swordfish .
  
* change extension from zip to jar
+
To deploy ODE and BPEL samples:
* change component archive:
+
 
**open archive for editing (on unpack it somewhere) and go to METAINF folder, you should see jbi.xml file here.
+
* Change the extension from <tt>zip</tt> to <tt>jar</tt>
**add MANIFEST.MF file in this folder with following content:
+
* Change the component archive:
 +
**open archive for editing (or unpack it somewhere) and go to METAINF folder, you should see jbi.xml file here.
 +
**Add MANIFEST.MF file in this folder with the following content:
 
<pre>
 
<pre>
 
Manifest-Version: 1.0
 
Manifest-Version: 1.0
Line 20: Line 22:
 
* alternatively you can add bundle statement to  \org.eclipse.swordfish.bundles\config.ini file to automatic install and start on Swordfish startup.
 
* alternatively you can add bundle statement to  \org.eclipse.swordfish.bundles\config.ini file to automatic install and start on Swordfish startup.
  
IMPORTANT: don't foget to add 2 empty lines at the end of MANIFEST.MF file
+
IMPORTANT: Add 2 empty lines at the end of MANIFEST.MF file
  
 
==Proposal for the JAX_WS-BPEL integration sample==
 
==Proposal for the JAX_WS-BPEL integration sample==
Line 38: Line 40:
 
This way we cover both scenarios in one example, but will provide separate test cases for both scenarios (using a mock BPEL service and calling BPEL directly).
 
This way we cover both scenarios in one example, but will provide separate test cases for both scenarios (using a mock BPEL service and calling BPEL directly).
  
==Apache ODE and Geronimo Transaction Manager class loading issue==
+
== JAX_WS-BPEL demo implementation proposal==
 +
 
 +
[[Image:JAX-WS-BPEL-integration-sample.png]]
  
[[Image:Tx_classloading_issue.jpg]]
+
Participants:
 +
* simple java based web service client
 +
* SWORDFISH instance with demo BPEL process deployed
 +
* second SWORDFISH instance with JAX-WS services deployed (using separate SWORDFISH instance need for clear demonstation that we really invoke JAX-WS services from BPEL process)
  
We have currently class not found exception while trying to execute any ODE process.
+
The scenario is:
This issue can be reproducible on SMX4 also.
+
  
Follow diagram:
+
# Simple Client execute createReservation request to SWORDFISH 1, BPEL process start executing.
# After finishing process OdeService invoke commit() method on transaction manager. Context classloader at this point is "org.apache.xbean.classloader.MultiParentClassLoader (JBI component's classloader)"
+
# After prepare needed info createReservation BPEL process invoke reservationStorage.put() deployed on SWORDFISH 2 and returns success confirmation and reservation ID to simple client.
# Geronimo transaction manager commits transaction and invoke afterCompletion callback method on each transaction participants. Context Classloader at this point is "BundleDelegatingClassLoader for [Apache ServiceMix JBI OSGi (org.apache.servicemix.jbi.osgi)]"
+
# for additional check Simple Client invoke reservationStorage.find() service directly on SWORDFISH 2.
# invocation afterCompletion on persistent layer OpenJPA class org.apache.openjpa.kernel.BrokerImpl
+
# while invocation of afterCompletion() method classloading exception throws while trying to find ODE specific class (org.apache.ode.bpel.evt.VariableModificationEvent) because context classloader still "BundleDelegatingClassLoader for [Apache ServiceMix JBI OSGi (org.apache.servicemix.jbi.osgi)]" at the point 3.
+
  
To reproduce this you need to copy ODE-jbi.zip and PingPong-sa.zip to SMX4/deploy folder and run "ant test" from PingPong ode examples folder.
 
  
 +
[[Swordfish_Documentation:_Installing_BPEL_Editor_in_Ganymede| Installing BPEL Editor in Ganymede]]
  
WARNING: Unexpected exception from afterCompletion; continuing
+
-----------------
<openjpa-1.1.0-r422266:657916 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: This operation failed for some instances.  See the nested exceptions array for details.
+
return to [[Swordfish_Documentation |Swordfish Documentation Home]] <br/>
at org.apache.openjpa.kernel.BrokerImpl.throwNestedExceptions(BrokerImpl.java:2348)
+
go to [[Swordfish | Swordfish Wiki Home]] <br/>
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2269)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
Caused by: java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.VariableModificationEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
... 32 more
+
NestedThrowables:
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.ActivityExecEndEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.ProcessMessageExchangeEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.VariableModificationEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.ActivityExecEndEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.VariableModificationEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.VariableReadEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.ActivityEnabledEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.ActivityExecEndEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.VariableReadEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.VariableReadEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.ProcessMessageExchangeEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.ActivityExecStartEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.VariableModificationEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.ActivityEnabledEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.ProcessInstanceStateChangeEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.ProcessCompletionEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.ActivityExecEndEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.ActivityExecStartEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+
java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.ode.bpel.evt.ActivityExecEndEvent not found from bundle [org.apache.servicemix.jbi.osgi]
+
at serp.util.Strings.toClass(Strings.java:164)
+
at serp.util.Strings.toClass(Strings.java:108)
+
at serp.bytecode.BCClass.getSuperclassType(BCClass.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl.addProxyMethods(ProxyManagerImpl.java:723)
+
at org.apache.openjpa.util.ProxyManagerImpl.generateProxyBeanBytecode(ProxyManagerImpl.java:635)
+
at org.apache.openjpa.util.ProxyManagerImpl$1.run(ProxyManagerImpl.java:446)
+
at java.security.AccessController.doPrivileged(Native Method)
+
at org.apache.openjpa.util.ProxyManagerImpl.getFactoryProxyBean(ProxyManagerImpl.java:443)
+
at org.apache.openjpa.util.ProxyManagerImpl.newCustomProxy(ProxyManagerImpl.java:302)
+
at org.apache.openjpa.kernel.SingleFieldManager.proxy(SingleFieldManager.java:128)
+
at org.apache.openjpa.kernel.StateManagerImpl.proxyFields(StateManagerImpl.java:2760)
+
at org.apache.openjpa.kernel.PNonTransState.initialize(PNonTransState.java:44)
+
at org.apache.openjpa.kernel.StateManagerImpl.setPCState(StateManagerImpl.java:229)
+
at org.apache.openjpa.kernel.StateManagerImpl.commit(StateManagerImpl.java:1036)
+
at org.apache.openjpa.kernel.BrokerImpl.endTransaction(BrokerImpl.java:2238)
+
at org.apache.openjpa.kernel.BrokerImpl.afterCompletion(BrokerImpl.java:1843)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:534)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.afterCompletion(TransactionImpl.java:527)
+
at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:326)
+
at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245)
+
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+
at java.lang.reflect.Method.invoke(Method.java:585)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)
+
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:57)
+
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:40)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
+
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
+
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
+
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
+
at $Proxy78.commit(Unknown Source)
+
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:181)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:335)
+
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:332)
+
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
+
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
+
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
+
at java.lang.Thread.run(Thread.java:595)
+

Latest revision as of 10:14, 26 May 2009

Deploying ODE and BPEL samples in Swordfish

By default you have ode samples in the form of a JBI component package zip file. You must have the OSGI bundle to deploy it to Swordfish .

To deploy ODE and BPEL samples:

  • Change the extension from zip to jar
  • Change the component archive:
    • open archive for editing (or unpack it somewhere) and go to METAINF folder, you should see jbi.xml file here.
    • Add MANIFEST.MF file in this folder with the following content:
Manifest-Version: 1.0
Bundle-SymbolicName: !!!!YOUR BUNDLE NAME!!!!!
Bundle-Version: 0.0.0
DynamicImport-Package: javax.*,org.xml.*,org.w3c.*


  • repack archive and you are ready to install bundle
  • run swordfish and install bundle manually with osgi> install file:///c:/you-bundle-location
  • start bundle with command osgi> start BUNDLE_ID (you can check bundle ID with osgi> ss command)
  • alternatively you can add bundle statement to \org.eclipse.swordfish.bundles\config.ini file to automatic install and start on Swordfish startup.

IMPORTANT: Add 2 empty lines at the end of MANIFEST.MF file

Proposal for the JAX_WS-BPEL integration sample

The sample will cover both scenarios:

  • calling a BPEL process from JAX-WS (BPEL as service provider)
  • calling a JAX-WS service from BPEL (BPEL as service consumer)

The sample realizes the same flight reservation functionality as our standard JAX-WS sample, but uses a reservation storage, which instead implemented as internal hash table is implemented as a separate JAX-WS web service.

We realize the createReservation function as BPEL process calling a JAX-WS implemented reservationStorage.

So the java createReservation implemetation will call an ODE web service implementing this function. BPEL would construct a reservation from the input data and then call a reservationStorage.put web service function.

This way we cover both scenarios in one example, but will provide separate test cases for both scenarios (using a mock BPEL service and calling BPEL directly).

JAX_WS-BPEL demo implementation proposal

JAX-WS-BPEL-integration-sample.png

Participants:

  • simple java based web service client
  • SWORDFISH instance with demo BPEL process deployed
  • second SWORDFISH instance with JAX-WS services deployed (using separate SWORDFISH instance need for clear demonstation that we really invoke JAX-WS services from BPEL process)

The scenario is:

  1. Simple Client execute createReservation request to SWORDFISH 1, BPEL process start executing.
  2. After prepare needed info createReservation BPEL process invoke reservationStorage.put() deployed on SWORDFISH 2 and returns success confirmation and reservation ID to simple client.
  3. for additional check Simple Client invoke reservationStorage.find() service directly on SWORDFISH 2.


Installing BPEL Editor in Ganymede


return to Swordfish Documentation Home
go to Swordfish Wiki Home

Back to the top