[jboss-user] [JBoss jBPM] - Re: Migration guide?

2007-07-13 Thread graman
I am a little bit discouraged to find a quick answer... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063921#4063921 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063921 ___

[jboss-user] [JBoss jBPM] - Re: Newbie question...

2007-07-13 Thread graman
Here is my monologue :) Really need some advices because I know that opportunities may lead to 'duplication' TaskInstance for the same Token in the same Node. What is the meaning for this case? And how can I identified TaskInstance by Token in this case? View the original post : http://www.j

[jboss-user] [JBoss jBPM] - Re: WebSale example don't invoke Token.signal() ?

2007-07-13 Thread graman
"lyo" wrote : Does the "jbpmContext.save(taskInstance)" equals "Token.signal()" ? No it doesn't. See the sources :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063906#4063906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss jBPM] - Migration guide?

2007-07-12 Thread graman
Now I've served jbpm-3.1.1 and have a wish to migrate to 3.2.1 as I see there are a lot of changes so update to new DB scheme is not difficult thing but save the data with its own jPDL and rearrange it in the new look for jbpm-3.2.1 is not clear after passing the documentation. Any auto magicall

[jboss-user] [JBoss jBPM] - Re: Newbie question...

2007-07-11 Thread graman
As I understand Token (as execution pointer) and TaskInstance (as newly created task in node when pointer has arrived) and found that they have relationship by the node name in which they are located at the moment. But why is the first one only? Any other suggestions? Any other relationships for

[jboss-user] [JBoss jBPM] - Newbie question...

2007-07-11 Thread graman
Is there any opportunity to get TaskInstance by Token? | Token token = ... | final Collection taskInstances = token.getProcessInstance().getTaskMgmtInstance().getUnfinishedTasks(token); | for (Object taskInstance : taskInstances) { | if (((TaskInstance) taskInstance).getTask().g