[jboss-user] [JBoss jBPM] - Re: console url changed to http://localhost:8080/jbpm-consol

2007-03-20 Thread Jean-LucT
Thanks for the info. This is true as URL in the getting started but it seems to be true also when deploying from Eclipse IDE : you have to enter jbpm-console. Still I'm not able to get displayed my new process in the console. Any idea ? View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss jBPM] - Re: problem with deployment

2007-03-20 Thread Jean-LucT
I'm using 1.5 I noticed that I should put jbpm-console/upload in the deployer field. I don't see where you put this in 1.6. Nevertheless, after this I got the validation message, but I noticed on my console log an error message : org.apache.commons.fileupload.FileUploadException: The request wa

[jboss-user] [JBoss jBPM] - How to take a decision in java code

2007-09-06 Thread Jean-LucT
I'm new to jBPM 3.2.1 but I didn't find anything on this subject either in doc/examples and this forum : still my question seems to me very basic. I want to be able to decide the transition I will follow in a piece of Java Code according to the data previously entered. I'm using a Decision node

[jboss-user] [JBoss jBPM] - Re: How to take a decision in java code

2007-09-06 Thread Jean-LucT
Can you point to a specific example please, because I've seen this comment on some other topic about decision but I didn't find anything in the examples, docs or javadoc. I've only seen so far samples with either rules our simple expression and I haven't been able to adapt it to java code. Thank

[jboss-user] [JBoss jBPM] - Solved

2007-09-07 Thread Jean-LucT
It was the correct way (the transition Non was followed only once in fact). I've made a coding error later that made my trace be triggered twice. So the correct way of doing a Decision in Java code is to code directly in the Source tab of your processdefinition.xml the following code : |

[jboss-user] [JBoss jBPM] - Re: Solved

2007-09-07 Thread Jean-LucT
Sorry it was not intended to be a new topic but the last reply of this topic : http://www.jboss.org/index.html?module=bb&op=viewtopic&t=118015 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082116#4082116 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss jBPM] - Solved

2007-09-07 Thread Jean-LucT
It was the correct way (the transition Non was followed only once in fact). I've made a coding error later that made my trace be triggered twice. So the correct way of doing a Decision in Java code is to code directly in the Source tab of your processdefinition.xml the following code : |

[jboss-user] [JBoss jBPM] - Re: How to take a decision in java code

2007-09-07 Thread Jean-LucT
Sorry but I didn't find this file on my jbpm-jpdl-suite-3.2.1.zip file. I may have to look for another download. But I made some progress : in fact I've now define my process like this : | | | | | There is no way in using the GUI to do so and the code assist doe

[jboss-user] [JBoss jBPM] - Re: How to take a decision in java code

2007-09-07 Thread Jean-LucT
Sorry Ronald but I still don't get your point I went one more time on the Node decision without more understanding on the subject. They talk about DecisionHandler but I've got ClassCastException when using it. >From documentation about graph flow, I've understood that event Node-Leave is >trigge

[jboss-user] [JBoss jBPM] - Re: How to take a decision in java code

2007-09-07 Thread Jean-LucT
Hello Ed, I've tryed moving it to the leave node. My new decision node XML is now : | | | | | | | Now, I got a java.lang.StackOverflowError when I use the Non transition (Non default one). It looks like as if it was looping on the inst

[jboss-user] [JBoss jBPM] - Re: jBPM ... confused...

2007-09-20 Thread Jean-LucT
I'm quite new to jBPm too. But according to my understanding : you can define your own workflow in jBPM. You can ask jBPM to create a simple form for you. You can if you know Facelet complete and adapt this form. The jBPM console provides a kind of portal to the workflow you define. This portal r

[jboss-user] [JBoss jBPM] - Re: How to take a decision in java code

2007-09-20 Thread Jean-LucT
Ok I found a way using the Design mode. When on my Decision Node, I can right click on it. I then select in the menu Add Child and then Handler. i can then do on the added handler a Add Attribute -> class. Then I can type my class. Ronald, if you were talking about the Diagram mode : The only pro

[jboss-user] [JBoss jBPM] - Re: jBPM ... confused...

2007-09-21 Thread Jean-LucT
Ronald, I didn't know for sure that UI was not an aim of the project. But I fully agree with you to say that it's more a kind of debugging tool for admin or developper. That what I wanted to mean when I said I do not consider it as user friendly. So far I'm too new to jBPM to address this kind