Ok, that's my point!
So what type of nodes i must use to have this kind of interface?
Fork node? ... using it, the token goes to B and C...and if the user choice B can i suspend/terminate the token in C?
Decision node? if the token is in decision node, can i use findTaskInstances method to show pending tasks to the users in the interface?
I think this is a important feature that i cannot understand if jBPM supports it or its not possible using jBPM.
Thanks to all!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058737#4058737
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058737
Hi,
I have a resource adapter that has a dependency on a SLSB which is required right when the adapter starts up. The SLSB is packaged in a JAR file within the same EAR as the adapter RAR.
How can I define that dependency of my adapter on the SLSB? I need JBoss to respect that dependency when determining the deployment order of my components within the EAR.
Right now, the start() method called right at the beginning of the EAR deployment and the JNDI lookup for the SLSB obviously fails because it hasn't been deployed yet.
Thanks for your help,
Georges
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058736#4058736
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058736
With BOTH AS4.0.5.GA and AS4.2.0GA, I'm trying to lookup TransactionManager in JNDI at various locations and it is throwing a Name Not Bound exception every time. I can find UserTransaction w/o any problems.
java:/TransactionManager -- Not found
java:TransactionManager -- Not found.
Can anyone tell my where I can find it or how I can get at it? I'm trying to grab it from SpringFramework.
Thank you
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058726#4058726
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058726