Hi,
I am using the default OpenJPA. I noticed that the list Events is doing
nothing but to throw an unsupportedOperationException.
I switched to Hibernate, I get this error for any management method call.
I am using the latest code checked out today.
Am I missing any config params?
Ode-axis2.properties
====================
ode-axis2.dao.factory=org.apache.ode.daohib.bpel.BpelDAOConnectionFactoryImp
l
ode-axis2.db.emb.name=hibdb
Server Trace
============
INFO: Server startup in 5672 ms
DEBUG - GeronimoLog.debug(66) | Loading properties
DEBUG - GeronimoLog.debug(66) | Initializing transaction manager
DEBUG - GeronimoLog.debug(66) | Initializing transaction manager using
org.apache.ode.il.EmbeddedGeronimoFactory
DEBUG - GeronimoLog.debug(66) | Creating data source.
DEBUG - GeronimoLog.debug(66) | Starting DAO.
INFO - GeronimoLog.info(79) | Using DAO Connection Factory class
org.apache.ode.daohib.bpel.BpelDAOConnectionFactoryImpl.
DEBUG - GeronimoLog.debug(66) | Loading properties
DEBUG - GeronimoLog.debug(66) | Initializing transaction manager
DEBUG - GeronimoLog.debug(66) | Initializing transaction manager using
org.apache.ode.il.EmbeddedGeronimoFactory
DEBUG - GeronimoLog.debug(66) | Creating data source.
DEBUG - GeronimoLog.debug(66) | Starting DAO.
INFO - GeronimoLog.info(79) | Using DAO Connection Factory class
org.apache.ode.daohib.bpel.BpelDAOConnectionFactoryImpl.
Client Exception
================
org.apache.axis2.AxisFault
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:417)
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.j
ava:89)
at
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAx
isOperation.java:326)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperatio
n.java:389)
at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisO
peration.java:211)
at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:528)
at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:508)
at
com.soamatrix.bpel.mgmt.util.AxisClientUtil.send(AxisClientUtil.java:50)
at
com.soamatrix.bpel.mgmt.util.AxisClientUtil.send(AxisClientUtil.java:29)
at
com.soamatrix.bpel.mgmt.AbstractBPELManager.sendToPM(AbstractBPELManager.jav
a:26)
at
com.soamatrix.bpel.mgmt.process.BPELProcessManager.listProcesses(BPELProcess
Manager.java:59)
at
com.soamatrix.bpel.mgmt.test.BPELProcessManagerTestMain.main(BPELProcessMana
gerTestMain.java:23)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)
Caused by: java.lang.NullPointerException
at
org.apache.axis2.transport.TransportUtils.createDocumentElement(TransportUti
ls.java:156)
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.j
ava:111)
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.j
ava:87)
... 16 more
Thanks
Prasanna Rajaperumal