[jboss-cvs] jboss-seam/examples/remoting/chatroom/resources/WEB-INF ...
Shane Bryzak
Shane_Bryzak at symantec.com
Sat Dec 16 02:33:07 EST 2006
User: sbryzak2
Date: 06/12/16 02:33:07
Modified: examples/remoting/chatroom/resources/WEB-INF components.xml
Log:
SubscriptionRegistry not installed by default
Revision Changes Path
1.5 +5 -5 jboss-seam/examples/remoting/chatroom/resources/WEB-INF/components.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: components.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/chatroom/resources/WEB-INF/components.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- components.xml 10 Nov 2006 19:07:56 -0000 1.4
+++ components.xml 16 Dec 2006 07:33:07 -0000 1.5
@@ -12,7 +12,7 @@
<property name="topicJndiName">topic/chatroomTopic</property>
</component>
- <component name="org.jboss.seam.remoting.messaging.subscriptionRegistry">
+ <component class="org.jboss.seam.remoting.messaging.SubscriptionRegistry" installed="true">
<property name="allowedTopics">chatroomTopic</property>
</component>
More information about the jboss-cvs-commits
mailing list