[JBoss-user] [JBoss jBPM] - Re: What is wrong here ? Accessing jbpm from a java applicat

2006-05-23 Thread literadix
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

[JBoss-user] [JBoss jBPM] - Remote accessible MBean

2006-05-23 Thread literadix
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