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

Gavin King gavin.king at jboss.com
Fri Nov 24 18:15:19 EST 2006


  User: gavin   
  Date: 06/11/24 18:15:19

  Modified:    src/main/org/jboss/seam/remoting/messaging 
                        SubscriptionRegistry.java
  Log:
   JBSEAM-293 component precedence
  
  Revision  Changes    Path
  1.11      +3 -0      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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- SubscriptionRegistry.java	8 Nov 2006 06:01:34 -0000	1.10
  +++ SubscriptionRegistry.java	24 Nov 2006 23:15:19 -0000	1.11
  @@ -1,6 +1,7 @@
   package org.jboss.seam.remoting.messaging;
   
   import static org.jboss.seam.InterceptionType.NEVER;
  +import static org.jboss.seam.annotations.Install.BUILT_IN;
   
   import java.util.HashMap;
   import java.util.HashSet;
  @@ -16,6 +17,7 @@
   import org.apache.commons.logging.LogFactory;
   import org.jboss.seam.Component;
   import org.jboss.seam.ScopeType;
  +import org.jboss.seam.annotations.Install;
   import org.jboss.seam.annotations.Intercept;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
  @@ -30,6 +32,7 @@
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
   @Name("org.jboss.seam.remoting.messaging.subscriptionRegistry")
  + at Install(precedence=BUILT_IN)
   public class SubscriptionRegistry
   {
     private static final String DEFAULT_CONNECTION_PROVIDER =
  
  
  



More information about the jboss-cvs-commits mailing list