alexis_lalas . [
http://community.jboss.org/people/alexis_lalas] created the discussion
"Re: Exception Using port 9123"
To view the discussion, visit:
http://community.jboss.org/message/608814#608814
--------------------------------------------------------------
Hello Vishal,
You have to set the package name of the process, and that package name should be the same
as in guvnor.
You have to set the package name in properties (try clicking on the white space of the
eclipse process canvas) as defaultPackage.
Unfortunately JBPM console uses hardcoded *packageName* string when getting processes from
guvnor. Therefore you have to put your process, freemarker forms and png image into
defaultPackage.(also make sure that your process declares *defaultPackage* as its
package).
Please check your process contains the name of the package.
<process processType="Private" isExecutable="true"
id="AuthorizationProcessSGG" name="Authorization_Process_SGG"
*tns:packageName="defaultPackage"* >
At the end your jbpm console should now list your process as well.
Greetings .-
alexis_lalas
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/608814#608814]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]