[jboss-dev-forums] [jBPM Development] - Re: problem during starting task service
Shobhit Tyagi
do-not-reply at jboss.com
Fri Apr 19 19:06:51 EDT 2013
Shobhit Tyagi [https://community.jboss.org/people/roxy1987] created the discussion
"Re: problem during starting task service"
To view the discussion, visit: https://community.jboss.org/message/809366#809366
--------------------------------------------------------------
You need to change your build.xml file..
<java classname="org.jbpm.DemoTaskService" fork="true">
* <sysproperty key="jbpm.user.group.mapping" value="..........jbpm-installer/jboss-as-7.1.1.Final/standalone/configuration/roles.properties"/> *
<classpath>
<pathelement path="${install.home}/task-service/target"/>
<path refid="classpath.human.task" />
</classpath>
</java>
Add the line in bold..
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/809366#809366]
Start a new discussion in jBPM Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2035]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20130419/7cdc41c1/attachment.html
More information about the jboss-dev-forums
mailing list