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

Gavin King gavin.king at jboss.com
Thu Jun 14 12:35:13 EDT 2007


  User: gavin   
  Date: 07/06/14 12:35:13

  Modified:    src/main/org/jboss/seam/interceptors 
                        WebServiceInterceptor.java
  Log:
  no validation interceptor on ws beans
  
  Revision  Changes    Path
  1.5       +1 -1      jboss-seam/src/main/org/jboss/seam/interceptors/WebServiceInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: WebServiceInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/interceptors/WebServiceInterceptor.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- WebServiceInterceptor.java	13 Jun 2007 21:07:33 -0000	1.4
  +++ WebServiceInterceptor.java	14 Jun 2007 16:35:13 -0000	1.5
  @@ -26,7 +26,7 @@
    * @author Shane Bryzak
    */
   @Interceptor(stateless=true,
  -         around={ValidationInterceptor.class, BijectionInterceptor.class},
  +         around=BijectionInterceptor.class,
            within=BusinessProcessInterceptor.class)
   public class WebServiceInterceptor extends AbstractInterceptor
   {
  
  
  



More information about the jboss-cvs-commits mailing list