[jboss-cvs] jboss-seam/examples/remoting/chatroom/resources/WEB-INF ...

Norman Richards norman.richards at jboss.com
Mon Dec 10 17:23:36 EST 2007


  User: nrichards
  Date: 07/12/10 17:23:36

  Modified:    examples/remoting/chatroom/resources/WEB-INF  Tag:
                        Seam_1_2_1_AP components.xml
  Log:
  set jboss messaging configuration
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.4.1   +5 -0      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.7
  retrieving revision 1.7.4.1
  diff -u -b -r1.7 -r1.7.4.1
  --- components.xml	27 Feb 2007 07:16:49 -0000	1.7
  +++ components.xml	10 Dec 2007 22:23:36 -0000	1.7.4.1
  @@ -12,8 +12,13 @@
           <property name="topicJndiName">topic/chatroomTopic</property>
       </component>
   
  +    <component name="org.jboss.seam.jms.topicConnection">
  +        <property name="topicConnectionFactoryJndiName">ConnectionFactory</property>
  +    </component>
  +
       <component class="org.jboss.seam.remoting.messaging.SubscriptionRegistry" installed="true">
           <property name="allowedTopics">chatroomTopic</property>
  +        <property name="connectionProvider">org.jboss.seam.remoting.messaging.JBossMessagingConnectionProvider</property>
       </component>
   
       <component name="org.jboss.seam.core.manager">
  
  
  



More information about the jboss-cvs-commits mailing list