[jboss-cvs] jboss-seam/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom ...
Gavin King
gavin.king at jboss.com
Thu Nov 2 13:57:48 EST 2006
User: gavin
Date: 06/11/02 13:57:48
Modified: examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom
LoggerBean.java
Log:
minor
Revision Changes Path
1.5 +1 -3 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.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- LoggerBean.java 22 Oct 2006 23:55:39 -0000 1.4
+++ LoggerBean.java 2 Nov 2006 18:57:47 -0000 1.5
@@ -12,10 +12,8 @@
import org.jboss.seam.log.Log;
@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")
})
@Name("logger")
public class LoggerBean implements MessageListener
More information about the jboss-cvs-commits
mailing list