JBoss Community

Re: problem during starting task service

created by Shobhit Tyagi in jBPM Development - View the full discussion

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

Start a new discussion in jBPM Development at Community