[jboss-user] [jBPM] - Re: Exception being thrown after login to jbpm-console
Jiri Svitak
do-not-reply at jboss.com
Mon Dec 10 08:04:03 EST 2012
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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20121210/724bab34/attachment.html
More information about the jboss-user
mailing list