[jboss-cvs] jboss-seam/examples/spring/src/org/jboss/seam/ioc ...

Norman Richards norman.richards at jboss.com
Mon Feb 12 16:14:24 EST 2007


  User: nrichards
  Date: 07/02/12 16:14:24

  Modified:    examples/spring/src/org/jboss/seam/ioc  IoCComponent.java
  Log:
  from patch
  
  Revision  Changes    Path
  1.2       +2 -0      jboss-seam/examples/spring/src/org/jboss/seam/ioc/IoCComponent.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IoCComponent.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/spring/src/org/jboss/seam/ioc/IoCComponent.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- IoCComponent.java	9 Feb 2007 17:37:18 -0000	1.1
  +++ IoCComponent.java	12 Feb 2007 21:14:24 -0000	1.2
  @@ -30,6 +30,7 @@
   import org.jboss.seam.InterceptionType;
   import org.jboss.seam.ScopeType;
   import org.jboss.seam.core.Mutable;
  +import org.jboss.seam.intercept.Proxy;
   import org.jboss.seam.log.LogProvider;
   import org.jboss.seam.log.Logging;
   
  @@ -83,6 +84,7 @@
            Set<Class> interfaces = new HashSet<Class>(Arrays.asList(bean.getClass().getInterfaces()));
            interfaces.add(HttpSessionActivationListener.class);
            interfaces.add(Mutable.class);
  +         interfaces.add(Proxy.class);
            // enhance bean
            bean = ProxyUtils.enhance(bean, interfaces, this);
         }
  
  
  



More information about the jboss-cvs-commits mailing list