[jboss-user] [JBoss jBPM] - Re: JBPM Decision node implementation with Decision handler

2007-06-25 Thread dabd
nageshreddy1981 wrote : Hi, | | I am new to JBPM. | I am trying to implement decision node in process definiton. | where can i find the examples for the decision node with the decision handler implemetation. | Can anybody provide me with examples or links on the same. | | Thanks

[jboss-user] [JBoss jBPM] - Re: JBPM Decision node implementation with Decision handler

2007-06-25 Thread dabd
nageshreddy1981 wrote : Hi, | | I am new to JBPM. | I am trying to implement decision node in process definiton. | where can i find the examples for the decision node with the decision handler implemetation. | Can anybody provide me with examples or links on the same. | | Thanks

[jboss-user] [JBoss jBPM] - Re: How to access process variables?

2007-06-20 Thread dabd
cristian_e wrote : You can try executionContext.getVariable(quant) directly. At least this is the way we have worked with variables in ActionHandlers (with the appropriate cast). In our case the variables have been set programatically, but I think it's the same thing with your scenario. |

[jboss-user] [JBoss jBPM] - How to associate a decision handler with a decision node?

2007-06-20 Thread dabd
Hi, How do I associate a DecisionHandler to a Decision Node in the process designer? I tried adding an action but the designer only lists the ActionHandlers. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055972#4055972 Reply to the post :

[jboss-user] [JBoss jBPM] - Unable to start websale process

2007-06-19 Thread dabd
Hi, I am trying to run the websale process that comes with jbpm-jpdl-suite-3.2.GA. But it crashes with the following error: Stream error while reading XML: www.w3.org How to fix this? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055498#4055498

[jboss-user] [JBoss jBPM] - How to access process variables?

2007-06-19 Thread dabd
I defined an action handler that tries to access a process variable like this: Integer quant = (Integer) executionContext.getContextInstance().getVariable(quant); But I get a null pointer exception. The variable quant was defined in the Form Controller of the process designer and I generated

[jboss-user] [JBoss jBPM] - Re: Unable to start websale process

2007-06-19 Thread dabd
kukeltje wrote : HHH Arrogance diminishes wisdom. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055515#4055515 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055515

[jboss-user] [JBoss jBPM] - Re: Unable to start websale process

2007-06-19 Thread dabd
mputz wrote : @dabd, Ronald's reaction is quite understandable, given the fact that you have posted almost the same question yesterday already: http://www.jboss.com/index.html?module=bbop=viewtopict=111219 | | Hey, you even found a solution to it...! Could it be that you forgot

[jboss-user] [JBoss jBPM] - Re: Unable to start websale process

2007-06-19 Thread dabd
mputz wrote : ok, removing the !DOCTYPE... line would be one option, another one is discussed in this thread http://www.jboss.com/index.html?module=bbop=viewtopict=104043postdays=0postorder=ascstart=10 , passing the proxy information to the server at server startup. | | In the meantime, I

[jboss-user] [JBoss jBPM] - Error while starting process

2007-06-18 Thread dabd
Hi, I am using jbpm-jpdl-suite-3.2.GA on Windows and I get the following error while starting a very simple process I defined: Stream error while reading XML: www.w3.org I don't see anything wrong in the generated form that could cause this error. Any hints? Thanks. Here is the stack

[jboss-user] [JBoss jBPM] - Re: Error while starting process

2007-06-18 Thread dabd
Keeping up with the tradition I will answer my own question. The problem was that I am under a proxy and my browser was not properly configured to use it, so the URL with the DTD in the first line of the generated form could not be reached. View the original post :

[jboss-user] [JBoss jBPM] - Configuring JBoss with Eclipse/Exadel

2007-06-18 Thread dabd
Hi, I would like to debug my jbpm project, but for that I need to have JBoss configured inside Eclipse. After searching for JBossIDE, I found that it is being replaced by Exadel Studio. With Exadel Studio I am having problems adding the JBoss Server that is included in

[jboss-user] [JBoss jBPM] - Re: Configuring JBoss with Eclipse/Exadel

2007-06-18 Thread dabd
fady.matar wrote : It works fine for me, I'm not having that problem at all. Can you elaborate more on this? Out of despair I copied the jars from C:\jbpm-jpdl-3.2.GA\server\server\jbpm\lib to C:\jbpm-jpdl-3.2.GA\server\server\default (This is the directory that eclipse complained that

[jboss-user] [JBoss jBPM] - Re: Configuring JBoss with Eclipse/Exadel

2007-06-18 Thread dabd
fady.matar wrote : Save your time this hassle an re-install the distribution and don't mess with the server libraries, future versions of the console will handle later versions of JBoss AS Are you using jbpm-jpdl-3.2.GA ? In the Servers View did you specify the JBoss AS Directory as

[jboss-user] [JBoss jBPM] - Re: Configuring JBoss with Eclipse/Exadel

2007-06-18 Thread dabd
fady.matar wrote : you don't even need to specify the JBoss home. It's referenced internally from within the project But isn't it necessary to start the server from Eclipse to be able to debug your code with breakpoints, etc.? View the original post :

[jboss-user] [JBoss jBPM] - Re: How to install the jbpm-jpdl-suite-3.2.GA on linux?

2007-06-17 Thread dabd
[EMAIL PROTECTED] wrote : There are some special switches in jBPM making sure that it doesn't run on Ubuntu... :-p | | No seriously, I also experienced that some of the build scripts are not running on linux as I switched to Fedora 7 recently. Here is the manual process: | | - extract

[jboss-user] [JBoss jBPM] - How to install the jbpm-jpdl-suite-3.2.GA on linux?

2007-06-16 Thread dabd
Hi, I am a total newbie with jbpm. I downloaded and extracted the jbpm-jpdl.suite-3.2.GA on Ubuntu. I read the readme.html file but I don't see the instructions on installing jbpm. How do I tell eclipse where to find the gpd plugin? How do I get the included JBoss server up and running?