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

Shane Bryzak Shane_Bryzak at symantec.com
Mon Feb 12 03:05:34 EST 2007


  User: sbryzak2
  Date: 07/02/12 03:05:34

  Modified:    src/main/org/jboss/seam/core  HibernateSessionFactory.java
  Log:
  JBSEAM-732 entity security
  
  Revision  Changes    Path
  1.7       +43 -48    jboss-seam/src/main/org/jboss/seam/core/HibernateSessionFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HibernateSessionFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/HibernateSessionFactory.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- HibernateSessionFactory.java	21 Nov 2006 18:39:25 -0000	1.6
  +++ HibernateSessionFactory.java	12 Feb 2007 08:05:34 -0000	1.7
  @@ -1,8 +1,6 @@
  -//$Id: HibernateSessionFactory.java,v 1.6 2006/11/21 18:39:25 gavin Exp $
  +//$Id: HibernateSessionFactory.java,v 1.7 2007/02/12 08:05:34 sbryzak2 Exp $
   package org.jboss.seam.core;
  -
   import static org.jboss.seam.InterceptionType.NEVER;
  -
   import org.hibernate.SessionFactory;
   import org.jboss.seam.ScopeType;
   import org.jboss.seam.annotations.Create;
  @@ -12,7 +10,6 @@
   import org.jboss.seam.annotations.Startup;
   import org.jboss.seam.annotations.Unwrap;
   import org.jboss.seam.microcontainer.HibernateFactory;
  -
   /**
    * A Seam component that boostraps a Hibernate SessionFactory
    * 
  @@ -23,7 +20,6 @@
   @Startup(depends="org.jboss.seam.core.microcontainer")
   public class HibernateSessionFactory extends HibernateFactory
   {
  -
      private SessionFactory sessionFactory;
      
      @Unwrap
  @@ -44,5 +40,4 @@
      {
         sessionFactory.close();
      }
  -
   }
  
  
  



More information about the jboss-cvs-commits mailing list