a_nat [
https://community.jboss.org/people/a_nat] created the discussion
"Re: Process getting into JBPM Console from eclipse: looks like Magic"
To view the discussion, visit:
https://community.jboss.org/message/715820#715820
--------------------------------------------------------------
Hi,
The processes get loaded in the jbpm console beacuse the property jbpm.console.directory
points to the evaluation folder.
This is defined by the following property in the build.xml
<arg
value="-Djbpm.console.directory=${install.home}/sample/evaluation/src/main/resources"
/>
While the console loads the processes, it looks for this property, loads any processes
present from this location, and as well loads the processes in the defaultPackage of
guvnor.
The easiest way to upload the ftl's is to put them into Guvnor. You can alternatively
place them inside the jbpm-gwt-form-5.2.0.Final.jar which is present inside web-inf/lib
folder of the jbpm-gwt-console-server.war in jboss deploy folder.
Regards,
Aparna
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/715820#715820]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]