[jboss-user] [JBoss jBPM] - Role based Group assignment API

2007-11-04 Thread jbpmIndia
Hi All, I am using jbpm-3.1.3 Is there any API for role based Group assignment in jBPM ? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101666#4101666 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101666 __

[jboss-user] [JBoss jBPM] - Error while deploying Processdefinition thru a servlet

2007-10-24 Thread jbpmIndia
Hi I am using 'jbpm 3.1.3' on 'JBOSS AS 4.0.5.GA' I am executing following code in a servlet | JbpmConfiguration jbpmconfig = JbpmConfiguration.parseXmlString( | "" + | | // A jbpm-context mechanism separates the jbpm core | // engine f

[jboss-user] [JBoss jBPM] - Integration with struts

2007-10-21 Thread jbpmIndia
Hi, I am newbie to jbpm. I am using starters kit 3.1.3 with jbpm 3.1.3 I have created a processdefinition which is saved to the default DB. I can run through the process on default application. Now I need to instantiate this process from a struts application we have using APIs...Got the fair ide