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

Gavin King gavin.king at jboss.com
Fri Jun 8 15:22:47 EDT 2007


  User: gavin   
  Date: 07/06/08 15:22:47

  Modified:    src/main/org/jboss/seam/core  ServletSession.java
  Log:
  oops
  
  Revision  Changes    Path
  1.4       +2 -2      jboss-seam/src/main/org/jboss/seam/core/ServletSession.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServletSession.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/ServletSession.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ServletSession.java	7 Jun 2007 17:02:04 -0000	1.3
  +++ ServletSession.java	8 Jun 2007 19:22:47 -0000	1.4
  @@ -72,9 +72,9 @@
      
      public static ServletSession instance()
      {
  -      if ( !Contexts.isEventContextActive() )
  +      if ( !Contexts.isSessionContextActive() )
         {
  -         throw new IllegalStateException("No active event context");
  +         throw new IllegalStateException("No active session context");
         }
         return (ServletSession) Component.getInstance(ServletSession.class, ScopeType.SESSION);
      }
  
  
  



More information about the jboss-cvs-commits mailing list