Hi Anup, sorry, the impl it not (yet) publicly available. The OModel is located in bpel-obj/org.apache.ode.bpel.o.* It's basically the runtime model and is the result of the compilation of a BPEL process. It introduces some abstractions that make navigation easier (like converting <receive> activities to <pick>/<onMessage>).
hth, Tammo On Feb 6, 2008 3:25 PM, Anup Chandran <[EMAIL PROTECTED]> wrote: > > Thanks Tammo... > Do you have a link to this impl? > Need some info on the OMODEL too. Can you point me to some resource? > Thanks > Anup > > > Tammo van Lessen wrote: > > > > Hi Anup, > > > > a student has done such a prototype as her diploma thesis. She has > > uses the OModel (the object model prefixed with O) as a tree > > representation of the BPEL graph and has used JGraphs to visualize it. > > The BPEL events have been sent using a modified JMSEventListener (see > > extensions directory in trunk) to the monitoring tool. That works > > basically pretty fine. > > > > HTH, > > Tammo > > > > -- > > Tammo van Lessen - [EMAIL PROTECTED] - http://www.taval.de > > > > > > -- > View this message in context: > http://www.nabble.com/Building-Graphical-Process-Monitor-tp15291432p15306490.html > > Sent from the Apache Ode User mailing list archive at Nabble.com. > > -- Tammo van Lessen - [EMAIL PROTECTED] - http://www.taval.de
