On 28 January 2010 22:35, Andreas Fritzler <[email protected]> wrote: > Hi, > > I'm trying to get the ODEProcess object which is associated with an process. > > ODEProcess p = _server.getBpelProcess(instance.getProcess().getType()); > > in the ProcessAndInstanceManagementImpl.java returns null although the > process is deployed.
You can attach debugger and check out why that returns null. I suppose you need to provide PID QName instead of ProcessType. Regards, -- RafaĆ Rusin http://rrusin.blogspot.com http://www.touk.pl http://top.touk.pl
