[jboss-dev-forums] [jBPM Development] - Re: jbpm-5.4.0.Final-installer-full - Sample application throwing error

roxy1987 do-not-reply at jboss.com
Thu Jan 24 12:38:53 EST 2013


roxy1987 [https://community.jboss.org/people/roxy1987] created the discussion

"Re: jbpm-5.4.0.Final-installer-full - Sample application throwing error"

To view the discussion, visit: https://community.jboss.org/message/794134#794134

--------------------------------------------------------------
Your task service is not getting started because your roles.properties file link. Just look for the following code snippet in your build.xml

<java classname="org.jbpm.DemoTaskService" fork="true">         
      <classpath>
            <pathelement path="${install.home}/task-service/target"/>
            <path refid="classpath.human.task" />
      </classpath>
    </java>


And add the line  *<sysproperty key="jbpm.user.group.mapping" value="file:///<+path of your jboss server+>/jboss-as-7.1.1.Final/standalone/configuration/roles.properties"/>  like this :* 

*<java classname="org.jbpm.DemoTaskService" fork="true">        
* 
<sysproperty key="jbpm.user.group.mapping" value="file:///<+path of your jboss server+>/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>
--------------------------------------------------------------

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

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/20130124/1f5adfc1/attachment.html 


More information about the jboss-dev-forums mailing list