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&...]