hczjb zhang:
Hi. First of all - it's better idea to start another discussion thread about different problem. Otherwise the thread is mixed and becomes confusing.
About your problem "null\roles.properties" - have you tried the steps suggested by Maciej above?
Instead of:
<jvmarg value="jbpm.user.group.mapping=${jboss.home}" />
<sysproperty key="jbpm.user.group.mapping" value="${jboss.home}"/>
use:
jbpm.user.group.mapping=ABSOLUTE_PATH
for example:
jbpm.user.group.mapping="C:\roles.properties"
Remember that clean installation of jbpm-installer should work automatically without additional configuration.