[jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to

2008-05-09 Thread rossputin
Hi, no worries, thanks for looking, I will poke around into what the dropSchema method does. If it is perhaps one of the only differences from your code, perhaps the suspicion should lie there. Regards Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to

2008-05-09 Thread dleerob
Hmmmyour code is pretty much the same as mine, but mine doesn't destroy any tables. I can't see anything wrong with it. What does "dbPersistenceServiceFactory.dropSchema();" do? Perhaps look into what that is doing. Sorry I can't be of more assistance. View the original post : http://www

[jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to

2008-05-08 Thread rossputin
Hi dleerob, me again.. hope you can help. I put together a little test class, pretty much lifted from yours, in order to reverse a process, (go back a couple of tasks) to sort out an issue documented in another post on this forum - topic 4149385. | protected final Log logger = LogFactory.

[jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to

2008-05-08 Thread rossputin
Apologies, I meant to reference topic 135098 in the previous post. Regards, Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149390#4149390 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149390 __

[jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to

2008-04-24 Thread [EMAIL PROTECTED]
Hello syedtaj, I'm affraid your proposed piece of code does not do the job for me. Where with my piece of code, the jump to the new node exactly happens when the exception handler catches the exception, with your piece of code the jump happens after other nodes have been executed, which is no

[jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to

2008-04-22 Thread syedtaj
Hello [EMAIL PROTECTED], You are right when you say anonymous wrote : I experimented a bit and I found that I must point to the node just before the node "SectionCleanup" to get the node "SectionCleanup" executed. I found that to jump to a node, I must go one node before, since it starts exe

[jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to

2008-04-22 Thread dleerob
Here is a method I use (in my own framework), to re-route a token. It may be simpler for you, but the way we do things in our app, this worked for us. Hopefully you can use it or get some ideas: private void rerouteToken (HttpServletRequest request, ActionErrors errors, ActionMessages messages, P

[jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to

2008-04-21 Thread [EMAIL PROTECTED]
No errors. I experimented a bit and I found that I must point to the node just before the node "SectionCleanup" to get the node "SectionCleanup" executed. Seems to be wrong ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145556#4145556 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to

2008-04-21 Thread kukeltje
anonymous wrote : I try to jump to a specific node but without succes. Can you be more specific? Errors etc? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145553#4145553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to

2008-04-21 Thread [EMAIL PROTECTED]
Hi, Would it be possible to elaborate on the Token.setNode method. I try to jump to a specific node but without succes. This is the code : public class ExceptionHandler implements ActionHandler { private static final long serialVersionUID = 1L; private static final Logger LOGGER = Logge

[jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to

2008-01-31 Thread ArnoldH
Thank you, jpechane! just replied so quickly. I have tried that, and found that it really points to the node I wanted! and now the things left seem to be like reinitialize the tasks for the users and so on. thanks again! View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to

2008-01-31 Thread [EMAIL PROTECTED]
Hi, look onto Token.setNode() method. J. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125372#4125372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125372 ___ jboss-user m