[jboss-user] [jBPM Users] - problem in getting db session.

2009-10-07 Thread @tul
Hi All, I am using jbpm 4.1 version. In my code i am using following command to get an instance of DbSession class. DbSession dbSession = (DbSession)EnvironmentImpl.getFromCurrent(DbSession.class, false); but i am getting null in dbSession variable. Could please any one tell me what is

[jboss-user] [jBPM Users] - how can we pass variables to the start node in Jbpm4.0-CR1

2009-08-31 Thread @tul
Hi All, Can anyone tell me that how can i pass variables in the start task. I tried it by drag and drop the start node in the designer window but there is nothing where i can set variables which should be pass when process will start. Thanks in advance A. View the original post :

[jboss-user] [JBoss jBPM] - Task query.

2009-07-29 Thread @tul
Hi All, Can any one tell how can i get the state of the task . In application i need to know when task is complete. I have checked the APi code but did not find any method which tells the current state of the task. Thanks View the original post :

[jboss-user] [JBoss jBPM] - Process Definition Deployment using ZipInputStream

2009-07-28 Thread @tul
Hi All, I am trying to deploy process definition file (*.jpdl.xml) by following command . ZipInputStream input = new ZipInputStream(new ByteArrayInputStream(bytes)); deploymentId = repositoryService.createDeployment() .addResourcesFromZipInputStream(input)

[jboss-user] [JBoss jBPM] - notification to the user of specific role.

2009-07-24 Thread @tul
Hi, I am using jBPM 4.0 in my project. I have to implement that once a task is assign to the role, all the user who has that role should be notify by mail. So please tell me is anything available in jBPM 4.0 which i can use directly?? Thanks View the original post :

[jboss-user] [JBoss jBPM] - JPDL Eclipse plugin source for JBPM 4.0-CR release

2009-07-15 Thread @tul
Hi, Can any one tell me where can i find the Source code for JPDL Eclipse plugin. If any one know the path of JBOSS SVn path for the same then it would be really helpful thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4243754#4243754 Reply to the post

[jboss-user] [JBoss jBPM] - Mail and ESB Service node missing in jBPM4.0

2009-07-10 Thread @tul
Hi all, I just installed jBPM4.0-CR1 eclipse plugin. The look and feel of the new node is good but to my suprise Mail node and ESB service node which is available in previous version is missing in new version. Did i install wrong version?? or It is at all missing in the new version if yes