[jboss-cvs] jboss-seam/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom ...

Gavin King gavin.king at jboss.com
Sun Oct 22 19:55:39 EDT 2006


  User: gavin   
  Date: 06/10/22 19:55:39

  Modified:    examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom 
                        LoggerBean.java
  Log:
  upgraded ejb3
  
  Revision  Changes    Path
  1.4       +2 -2      jboss-seam/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/LoggerBean.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LoggerBean.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/LoggerBean.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- LoggerBean.java	9 Jun 2006 14:49:48 -0000	1.3
  +++ LoggerBean.java	22 Oct 2006 23:55:39 -0000	1.4
  @@ -14,8 +14,8 @@
   @MessageDriven(activationConfig={
         @ActivationConfigProperty(propertyName="messagingType", propertyValue="javax.jms.MessageListener"),
         @ActivationConfigProperty(propertyName="destinationType", propertyValue="javax.jms.Topic"),
  -      @ActivationConfigProperty(propertyName="Destination", propertyValue="topic/chatroomTopic"),
  -      @ActivationConfigProperty(propertyName="ConnectionFactoryName", propertyValue="UIL2ConnectionFactory")
  +      @ActivationConfigProperty(propertyName="destination", propertyValue="topic/chatroomTopic")//,
  +      //@ActivationConfigProperty(propertyName="connectionFactoryName", propertyValue="UIL2ConnectionFactory")
      })
   @Name("logger")
   public class LoggerBean implements MessageListener
  
  
  



More information about the jboss-cvs-commits mailing list