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

Shane Bryzak sbryzak at redhat.com
Sun Jun 24 02:41:48 EDT 2007


  User: sbryzak2
  Date: 07/06/24 02:41:48

  Modified:    src/main/org/jboss/seam  Component.java
  Log:
  removed ws interceptor, fixed conversation id extractor method
  
  Revision  Changes    Path
  1.263     +0 -5      jboss-seam/src/main/org/jboss/seam/Component.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Component.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/Component.java,v
  retrieving revision 1.262
  retrieving revision 1.263
  diff -u -b -r1.262 -r1.263
  --- Component.java	20 Jun 2007 20:31:21 -0000	1.262
  +++ Component.java	24 Jun 2007 06:41:48 -0000	1.263
  @@ -112,7 +112,6 @@
   import org.jboss.seam.interceptors.SynchronizationInterceptor;
   import org.jboss.seam.interceptors.TransactionInterceptor;
   import org.jboss.seam.interceptors.ValidationInterceptor;
  -import org.jboss.seam.interceptors.WebServiceInterceptor;
   import org.jboss.seam.log.LogProvider;
   import org.jboss.seam.log.Logging;
   import org.jboss.seam.util.Conversions;
  @@ -952,10 +951,6 @@
         {
           addInterceptor( new Interceptor( new SecurityInterceptor(), this ) );
         }
  -      if ( beanClassHasAnnotation("javax.jws.WebService"))
  -      {
  -         addInterceptor( new Interceptor( new WebServiceInterceptor(), this ) );
  -      }
      }
   
      private static boolean hasAnnotation(Class clazz, Class annotationType)
  
  
  



More information about the jboss-cvs-commits mailing list