Well,
I think you could easilly use a stateless session bean, when you save the
process status after each call. A better way would be to expose a process as an
statful session bean. An user could fetch such a session, process task nodes
without saving the context (much faster) and after all wor
Hi there,
I have noticed that there is no ready to use given way from within the project
to remotly access an jBPM instance. I would suggest that someone (me)
implements such a mbean. This way users could access jBPM instances by an jndi
service locator which is remote accessible. What is the o