[JBoss-user] [JBoss jBPM] - Unique and dynamic Process instance id

2006-05-04 Thread mraja775
We have a business requirement for inserting a unique and a dynamic process instance id when an instance of a workflow is started. Is there anyway in the process definition, where i can specify these variables and have them popped up on the web page when that workflow is started? I can modify m

[JBoss-user] [JBoss jBPM] - Re: Sample web app on jboss-4.0.3SP1

2006-04-25 Thread mraja775
Alex, Thanks for your quick reply My ultimate aim is to run the jbpm sample webapp on Websphere. I thot it would be better if I am able to make a war in plain vanilla jboss and then drop it onto Websphere. But still I am not able to get rid of all dependencies. The root cause of the exception

[JBoss-user] [JBoss jBPM] - Re: Sample web app on jboss-4.0.3SP1

2006-04-25 Thread mraja775
I even wrote a InitializationServlet which binds the "JbpmConfiguration" object to "java:/jbpm/JbpmConfiguration" jndi name. (The readme file in starters kit, specifies that the jbpm service archive binds the JbpmSessionFactory onto a jndi name. But the Mbean binds the JbpmConfiguration object.

[JBoss-user] [JBoss jBPM] - Sample web app on jboss-4.0.3SP1

2006-04-25 Thread mraja775
I am trying to deploy the jbpm.war on a plain jboss-4.0.3SP1 server ( not in the starters kit). I copied all the jars from the sar(service archive) and included it as part of /WEB-INF/lib in the war file. But during startup the server throws the following error 14:22:49,086 INFO [STDOUT] java

[JBoss-user] [JBoss jBPM] - Rollback - Business Process

2006-04-24 Thread mraja775
We are evaluating JBPM for developing a BPM application, and I was curious if the concept of "ROLLBACK" is available for stages in jbpm. The functionality which I would want to achieve is user's should have the capability of rolling back a task which they have performed earlier. Is this a probl