Re: Export Process Instance Data

2009-11-17 Thread Milinda Pathirage
ng point. Thanks a lot :) > >>> > >>> > >>> On Thu, Nov 12, 2009 at 2:59 AM, Rafal Rusin > wrote: > >>>> Hello, > >>>> > >>>> you need to implement a method in Management API and obtain a BPEL DAO > >>>> connectio

Re: Export Process Instance Data

2009-11-17 Thread Andreas Fritzler
;>>> >>>> you need to implement a method in Management API and obtain a BPEL DAO >>>> connection. >>>> Check out >>>> bpel-runtime/src/main/java/org/apache/ode/bpel/engine/ProcessAndInstanceManagementImpl.java >>>> >>>&

Re: Export Process Instance Data

2009-11-12 Thread Rafal Rusin
a BPEL DAO >>> connection. >>> Check out >>> bpel-runtime/src/main/java/org/apache/ode/bpel/engine/ProcessAndInstanceManagementImpl.java >>> >>> 2009/11/11 Andreas Fritzler : >>>> Hi, >>>> >>>> I want to export process insta

Re: Export Process Instance Data

2009-11-12 Thread Andreas Fritzler
gt;> 2009/11/11 Andreas Fritzler : >>> Hi, >>> >>> I want to export process instance data from a running ODE. Preferably >>> I want to expose this feature as a Web Service to the outside. Since >>> I'm new to ODE development, I would like to kno

Re: Export Process Instance Data

2009-11-12 Thread Andreas Fritzler
he/ode/bpel/engine/ProcessAndInstanceManagementImpl.java > > 2009/11/11 Andreas Fritzler : >> Hi, >> >> I want to export process instance data from a running ODE. Preferably >> I want to expose this feature as a Web Service to the outside. Since >> I'm new to ODE development, I

Re: Export Process Instance Data

2009-11-12 Thread Rafal Rusin
Hello, you need to implement a method in Management API and obtain a BPEL DAO connection. Check out bpel-runtime/src/main/java/org/apache/ode/bpel/engine/ProcessAndInstanceManagementImpl.java 2009/11/11 Andreas Fritzler : > Hi, > > I want to export process instance data from a ru

Export Process Instance Data

2009-11-11 Thread Andreas Fritzler
Hi, I want to export process instance data from a running ODE. Preferably I want to expose this feature as a Web Service to the outside. Since I'm new to ODE development, I would like to know where the best starting point is. The next step would be to also being able to import this data