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

Shane Bryzak sbryzak at redhat.com
Tue Jun 19 21:10:10 EDT 2007


  User: sbryzak2
  Date: 07/06/19 21:10:10

  Modified:    src/main/org/jboss/seam/interceptors 
                        WebServiceInterceptor.java
  Log:
  JBSEAM-1492
  
  Revision  Changes    Path
  1.8       +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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- WebServiceInterceptor.java	19 Jun 2007 19:02:34 -0000	1.7
  +++ WebServiceInterceptor.java	20 Jun 2007 01:10:10 -0000	1.8
  @@ -33,7 +33,7 @@
      @AroundInvoke
      public Object aroundInvoke(InvocationContext invocation) throws Exception
      {
  -      if (Contexts.isEventContextActive())
  +      if (Contexts.isEventContextActive() && Contexts.getEventContext().isSet(SeamWSRequestHandler.MESSAGE_CONTEXT))
         {
            try
            {
  
  
  



More information about the jboss-cvs-commits mailing list