When I upload jpdl process zip file from jbpm-console ,I am geting below error, I am using Jboss-4.2.0.GA and JBPM3.3.1.GA and jbpm.jpdl.hsqldb.sql database ,please any body can help,how to upload my process sucessfully.How to see my process in jbpm-console and what is difference between gwt-console and jbpm-console.
Error deploying process: An exception of type "org.jbpm.jpdl.JpdlException" was thrown. The message is: [[ERROR] no processdefinition.xml inside process archive
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225524#4225524
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225524
Hi Peter,
Thanks a lot. I have downloaded files from objectX site.
I will update once I'm able to fix this problem.
Right now I used custom assignment handler class who will read who all are members in group and then using setPooledActors method assigned this task to multiple actors. Now manager can assign this task to one of the actor using "All Task" link present on his console. This task is then visible to the assigned actor on his personal/group task list.
I know this is not the proper solution. But this is not the solution for group assignment.
Now I will try out your suggestion and will update you. Thanks.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225510#4225510
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225510
Thanks for your answer Swatis.
I am traveling around and don't have access to jBPM code for now on.
My issue is:
First by implementing the AssignmentHandlerInterface and using:
assignable.setPooledActors(new String[] { groupNameId });
I assign a taskinstance to a group of people.
When a userA wants to "end" the taskInstance, the code is:
taskInstance.setActorId("userA");
taskInstance.end();
After when I run a simple query looking for taskInstances that are ended and have pooledActors equal to groupNamedId, I have no results;
as if my taskInstance.getPooledActors was equal to null.
Is it comprehensible?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225371#4225371
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225371
thanks for snippet.
it now successfully deploys according to the script.
[deploypar] deploying process from archive myprocess.par
| [deploypar] created process definition my business trip request
| [deploypar] deployed process my business trip request successfully
| BUILD SUCCESSFUL
| Total time: 7 seconds
|
But the processdef does not show in the jbpm console... any ideas?
I am using 3.2.6 SP1. what version are u using?
many thanks
-lp
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225323#4225323
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225323