[jboss-user] [JBoss jBPM] - Re: jBPM Process Deployment issue in JBoss

2006-09-09 Thread anilkumarknr
I used the following line in hibernate.cfg.xml file. true It is not recommended though as per the link http://www.hibernate.org/hib_docs/v3/reference/en/html/session-configuration.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970508#3970508 Reply to

[jboss-user] [JBoss jBPM] - Re: jBPM Process Deployment issue in JBoss

2006-09-09 Thread anilkumarknr
hibernate.connection.autocommit property to true. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970509#3970509 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970509 ___

[jboss-user] [JBoss jBPM] - Add Value to Control Variable from Application.

2006-09-09 Thread anilkumarknr
Hi, I am developing an application using JBPM3.1.1 and JBoss Seam. From my Application, i need to pass a variable to the process. i.e. Normarlly, we will define the variable as below in jpdl. | controller | variable name=color / | /controller | Here,

[jboss-user] [JBoss jBPM] - jBPM Process Deployment issue in JBoss

2006-09-07 Thread anilkumarknr
Hello, I configured my JBoss 4.0.4 application server to point to MySQL database. I changed jBPM configuration to point to MySQL database as well. I created jBPM tables in MySQL db. I am putting my jpdl file in the ear file and defining this information in components.xml file also. But

[jboss-user] [JBoss jBPM] - Re: swimlane expression for group(groupname) does not seem t

2006-08-31 Thread anilkumarknr
Known issue means, jbpm do not have any support for assigning a task to a group itself? Is it possible to extend it by any chance? Any pointers? Thanks, -Anil View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968623#3968623 Reply to the post :

[jboss-user] [JBoss jBPM] - Invoke a sub-process from main process in JBPM

2006-08-25 Thread anilkumarknr
Hi, I have a requirement where in i define a process A. At the end of process A, i would like to invoke another process B (or could be a sub-process) by passing some variables to process B. Is it possible to do that using jBPM? If yes, can you please let me know, how to do it? Any

[jboss-user] [JBoss jBPM] - Process Initiator in JBPM

2006-08-18 Thread anilkumarknr
Hi, I am very new to JBPM. I went through the example given in jBPM starters kit and created the workflow given in the jBPM Getting Started guide. I would like to know whether it would be possible to add a single user as starter of the task. This user alone should be task initiator. i.e.