[jboss-user] [jBPM Users] - Re: Groovy language in Script activity

2009-11-25 Thread bgoetzmann
Hello, I would be happy to do some tests, but I don't know what I can use for the factory attribute? Any idea? Thank you, Bertrand. kukeltje wrote : it needs to be compliant with JSR 223 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267444#4267444 Reply

[jboss-user] [jBPM Users] - Groovy in Script activity works, but lang attribute seems to

2009-11-25 Thread bgoetzmann
. Is it a bug? Cheers, Bertrand. bgoetzmann wrote : Hello, | | The jBPM says a little on how to use another script language in a Script activity. | It seems you have to add something like this, as child element of the script-manager XML element in the jbpm.cfg.cml file: | | script

[jboss-user] [jBPM Users] - Re: The most simple jBPM jbpm.cfg.xml configuration file

2009-11-24 Thread bgoetzmann
Thank you Ronald, In a NetBeans project I reused the configuration files jbpm.cfg.xml and jbpm.hiernate.xml coming from the jbpm_4_2\install\generated\cfg folder (I put them at the root of my source code). Of course, I added the required jars. My main method looks like this: ProcessEngine

[jboss-user] [jBPM Users] - Groovy language in Script activity

2009-11-24 Thread bgoetzmann
Hello, The jBPM says a little on how to use another script language in a Script activity. It seems you have to add something like this, as child element of the script-manager XML element in the jbpm.cfg.cml file: script-language name=... factory=.../ for the language you want. How can I

[jboss-user] [jBPM Users] - The most simple jBPM jbpm.cfg.xml configuration file

2009-11-20 Thread bgoetzmann
Hello, I'm new in jBPM, and think it is a very powerful tool! My first goal is to use a ProcessEngine object, init a simple process definition, and run an instance of this, by code. The documentation says (jBPM 4) that I must use a jbpm.cfg.xml. What would be, in my case, the simplest