JBoss Community

Re: Could not connect task client: on ip: 127.0.0.1 - port: 5153

created by AM Sid in jBPM - View the full discussion

I finally got the human task service working, I made the foloowing changes in build.xml

 

   <java classname="org.jbpm.DemoTaskService" fork="true"> 

        <sysproperty key="jbpm.user.group.mapping" value="file:///C:/work/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>

Reply to this message by going to Community

Start a new discussion in jBPM at Community