[jboss-user] [jBPM] - Re: Getting error in building package in guvnor

Tihomir Surdilovic do-not-reply at jboss.com
Sun Sep 25 19:39:34 EDT 2011


Tihomir Surdilovic [http://community.jboss.org/people/tsurdilovic] created the discussion

"Re: Getting error in building package in guvnor"

To view the discussion, visit: http://community.jboss.org/message/628451#628451

--------------------------------------------------------------
Hi Hardik, when you upload a bpmn2 process into guvnor (let's say from your eclipse environment) most of the time the package definition in your process is not "defaultPackage". In order for a process to build in Guvnor, the process "packageName" attribute has to be set to the name of the Guvnor package it is contained in. Here is an example:

... 
<process processType="Private" isExecutable="true" id="myProcess" name="My Process" tns:packageName="com.sample" >
...

if you place this process in the Guvnor defaultPackage, you would need to change tns:packageName="defaultPackage".

Hope this helps.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/628451#628451]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110925/ca10ff37/attachment-0001.html 


More information about the jboss-user mailing list