Jiri Svitak [https://community.jboss.org/people/jsvitak] created the discussion

"Re: Exception being thrown after login to jbpm-console"

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

--------------------------------------------------------------
Hi,

do you use jbpm-installer? It should work out of the box there.

If you deploy jBPM .wars into JBoss AS, you have to configure several things by 
yourself. In this case you need to modify 
$JBOSS_HOME/standalone/configuration/standalone.xml in this way:
|      | <subsystem xmlns="urn:jboss:domain:ee:1.1"> |
|          | <global-modules> |
|              | <module name="org.jboss.netty" slot="main"/> |
|          | </global-modules> |
|          | 
<spec-descriptor-property-replacement>false</spec-descriptor-property-replacement>
 |
|          | 
<jboss-descriptor-property-replacement>true</jboss-descriptor-property-replacement>
 |
|      | </subsystem> |
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to