NPE in test:axis2-war when using Hibernate
------------------------------------------

                 Key: ODE-436
                 URL: https://issues.apache.org/jira/browse/ODE-436
             Project: ODE
          Issue Type: Bug
            Reporter: Alexis Midon


In trunk, when using Hibernate, ServiceFaultCatchTest and 
EndpointConfigurationTest (not an exhaustive list) fail with the exception 
below.
To reproduce execute this command:

env JAVA_OPTS='-Dode.persistence=hibernate'  buildr 
ode:axis2-war:test:ServiceFaultCatchTest

FATAL - GeronimoLog.fatal(120) | Internal Error
java.lang.NullPointerException
        at 
org.apache.ode.bpel.engine.UnreliableMyRoleMessageExchangeImpl$2.run(UnreliableMyRoleMessageExchangeImpl.java:148)
        at 
org.apache.ode.bpel.engine.ODEProcess$ProcessRunnable.run(ODEProcess.java:1122)
        at 
org.apache.ode.bpel.engine.BpelServerImpl$ServerRunnable.run(BpelServerImpl.java:923)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
        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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to