Shantha Peddada [http://community.jboss.org/people/ShanzPeddada] created the discussion
"Start with Jboss jBPM 4.3"
To view the discussion, visit: http://community.jboss.org/message/534546#534546
--------------------------------------------------------------
Hi ,
I have just started learning JBOSS jBPM,would like to do a sample project on jBPM.
I have already downladed and configured jBPM4.3 and configured on JBOSS AS 5 , Can anyone help me to get started with real time working scenario.
Is there any place where i can find complete devloper guide to understand the features and syntax to proceed.
Shantha
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/534546#534546]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Huisheng Xu [http://community.jboss.org/people/rebody] replied to the discussion
"Problems with usage python language in jpdl.xml"
To view the discussion, visit: http://community.jboss.org/message/534540#534540
--------------------------------------------------------------
Hi Andrey. If you set a process varaible named 'testvar1', then the script activity will run success. This is my test case:
public void testJava() {
this.deployJpdlClasspath("jpdl/x10script/X1003PythonTest.jpdl.xml");
Map map = new HashMap();
map.put("testvar1", 10);
ProcessInstance processInstance = executionService
.startProcessInstanceByKey("X1003PythonTest", map);
assertTrue(processInstance.isEnded());
}
The content of jpdl.xml is as same as yours. But if I am not set a 'testvar1' variable, then the same Exception occured. I have checked the source of GroovyScriptEngineFactory, there were a lot of codes to evaluate the groovy snipts, I afraid that if you want to use local variable in script actviity, you should do it by yourself.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/534540#534540]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Denis Golovin [http://community.jboss.org/people/dgolovin] replied to the discussion
"Copying and Branching a Project"
To view the discussion, visit: http://community.jboss.org/message/534537#534537
--------------------------------------------------------------
I glad you got through it.
I've checked refactoring for Dynamic Web Project and it seems for me that it also would work for you if you checked out this project, disconnected it from CVS and then used Refactor->Rename... from context menu on Dynamic web project. It looks like this renaming updates all project names in hidden configuration files.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/534537#534537]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Denis Golovin [http://community.jboss.org/people/dgolovin] replied to the discussion
"first class groovy code gen support option for seam tools etc ?"
To view the discussion, visit: http://community.jboss.org/message/534534#534534
--------------------------------------------------------------
Thank you for your feature request in JIRA. Actual for this is https://jira.jboss.org/jira/browse/JBIDE-6117https://jira.jboss.org/jira/browse/JBIDE-6117.
First t ask I can see here is enabling seam-gen to generate groovy code instead of java. Now JBoss Tools uses seam-gen resources to generate all artifacts in IDE:
1. XHTML pages are generated using seam-gen/view seam folder templates and shey should stay the same for Groovy;
2. java sources generated using seam-gen/src folder templates and thus groovy templates should be implemented;
3. test sources generated using seam-gen/test folder templates and also needs templates in groovy.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/534534#534534]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]