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

Gavin King gavin.king at jboss.com
Sun Jun 10 15:25:59 EDT 2007


  User: gavin   
  Date: 07/06/10 15:25:59

  Modified:    src/main/org/jboss/seam/ws  SeamWSRequestHandler.java
  Log:
  major refactor of contexts impl
  JBSEAM-953
  
  Revision  Changes    Path
  1.5       +1 -1      jboss-seam/src/main/org/jboss/seam/ws/SeamWSRequestHandler.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamWSRequestHandler.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/ws/SeamWSRequestHandler.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- SeamWSRequestHandler.java	7 Jun 2007 11:34:11 -0000	1.4
  +++ SeamWSRequestHandler.java	10 Jun 2007 19:25:59 -0000	1.5
  @@ -38,7 +38,7 @@
      public boolean handleMessage(MessageContext messageContext)
      {  
         HttpServletRequest request = (HttpServletRequest) messageContext.get(MessageContext.SERVLET_REQUEST);      
  -      Lifecycle.beginRequest(Lifecycle.getServletContext(), request.getSession(), request);
  +      Lifecycle.beginRequest(Lifecycle.getServletContext(), request);
         
         Contexts.getEventContext().set(MESSAGE_CONTEXT, messageContext);
         
  
  
  



More information about the jboss-cvs-commits mailing list