You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by Peter Hannon <ph...@tcd.ie> on 2010/03/22 15:41:47 UTC

Question about instantiating DAO objects

First time post, please be gentle, if this is the wrong forum for this
question, please let me know.

I've implemented my own BpelEventListener, and within that code I want to
access some process/partner link information (typical stuff that can be
accessed by the Process & Instance mgmt API), from digging around I think I
need to use classes in the org.apache.ode.bpel.dao package, but I'm unsure
how to instantiate the necessary objects (or indeed exactly what objects are
necessary).

Any help would be appreciated.
Thanks,
Peter.