Hi, I successfully deployed explorer on Jboss EAP, and also I made my class implementing JavaDelegate. It works, but no logs are written into the server.log, neither from my class that implements JavaDelegate nor from the activiti-explorer.war. I checked the file /opt/jboss/standalone/deployments/activiti-explorer.war/WEB-INF/classes/log4j.properties Its content is:
Global Jboss logging works perfectly for all other apps. I even tried to change log level to "Trace", but of no avail. log4j-1.2.17.jar is in the jboss/standalone/deployments/activiti-explorer.war/WEB-INF/lib , as well as slf4j-log4j12-1.7.6.jar and slf4j-api-1.7.6.jar