Skip to content

Instantly share code, notes, and snippets.

@bbrowning
Created November 30, 2012 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbrowning/4173070 to your computer and use it in GitHub Desktop.
Save bbrowning/4173070 to your computer and use it in GitHub Desktop.
TorqueBox 2.1.2 to 2.2.0 standalone.xml changes
@@ -42,6 +42,7 @@
<extension module="org.torquebox.cdi"/>
<extension module="org.projectodd.polyglot.hasingleton"/>
<extension module="org.projectodd.polyglot.cache"/>
+ <extension module="org.projectodd.polyglot.stomp"/>
</extensions>
<system-properties>
@@ -405,7 +406,7 @@
</subsystem>
<subsystem xmlns="urn:jboss:domain:weld:1.0"/>
<subsystem xmlns="urn:jboss:domain:torquebox-core:1.0"/>
- <subsystem xmlns="urn:jboss:domain:torquebox-stomp:1.0" socket-binding="stomp"/>
+ <subsystem xmlns="urn:jboss:domain:torquebox-stomp:1.0"/>
<subsystem xmlns="urn:jboss:domain:torquebox-messaging:1.0"/>
<subsystem xmlns="urn:jboss:domain:torquebox-services:1.0"/>
<subsystem xmlns="urn:jboss:domain:torquebox-jobs:1.0"/>
@@ -414,6 +415,7 @@
<subsystem xmlns="urn:jboss:domain:torquebox-cdi:1.0"/>
<subsystem xmlns="urn:jboss:domain:polyglot-hasingleton:1.0"/>
<subsystem xmlns="urn:jboss:domain:polyglot-cache:1.0"/>
+ <subsystem xmlns="urn:jboss:domain:polyglot-stomp:1.0" socket-binding="stomp"/>
</profile>
<interfaces>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment