[jboss-cvs] jboss-seam/src/main/org/jboss/seam/remoting/messaging ...

Shane Bryzak Shane_Bryzak at symantec.com
Sat Dec 16 02:33:08 EST 2006


  User: sbryzak2
  Date: 06/12/16 02:33:08

  Modified:    src/main/org/jboss/seam/remoting/messaging 
                        SubscriptionRegistry.java
  Log:
  SubscriptionRegistry not installed by default
  
  Revision  Changes    Path
  1.13      +1 -1      jboss-seam/src/main/org/jboss/seam/remoting/messaging/SubscriptionRegistry.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SubscriptionRegistry.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/remoting/messaging/SubscriptionRegistry.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- SubscriptionRegistry.java	16 Dec 2006 02:58:12 -0000	1.12
  +++ SubscriptionRegistry.java	16 Dec 2006 07:33:08 -0000	1.13
  @@ -32,7 +32,7 @@
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
   @Name("org.jboss.seam.remoting.messaging.subscriptionRegistry")
  - at Install(precedence=BUILT_IN)
  + at Install(value = false, precedence=BUILT_IN)
   public class SubscriptionRegistry
   {
     private static final String DEFAULT_CONNECTION_PROVIDER =
  
  
  



More information about the jboss-cvs-commits mailing list