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

Gavin King gavin.king at jboss.com
Sat Oct 14 18:50:10 EDT 2006


  User: gavin   
  Date: 06/10/14 18:50:10

  Modified:    src/main/org/jboss/seam/core   EntityManagerFactory.java
                        HibernateSessionFactory.java
  Log:
  get rid of names
  
  Revision  Changes    Path
  1.2       +1 -3      jboss-seam/src/main/org/jboss/seam/core/EntityManagerFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EntityManagerFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/EntityManagerFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- EntityManagerFactory.java	14 Oct 2006 18:27:34 -0000	1.1
  +++ EntityManagerFactory.java	14 Oct 2006 22:50:10 -0000	1.2
  @@ -1,4 +1,4 @@
  -//$Id: EntityManagerFactory.java,v 1.1 2006/10/14 18:27:34 gavin Exp $
  +//$Id: EntityManagerFactory.java,v 1.2 2006/10/14 22:50:10 gavin Exp $
   package org.jboss.seam.core;
   
   import static org.jboss.seam.InterceptionType.NEVER;
  @@ -11,7 +11,6 @@
   import org.jboss.seam.annotations.Create;
   import org.jboss.seam.annotations.Destroy;
   import org.jboss.seam.annotations.Intercept;
  -import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.annotations.Startup;
   import org.jboss.seam.annotations.Unwrap;
  @@ -25,7 +24,6 @@
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
   @Startup(depends="org.jboss.seam.core.microcontainer")
  - at Name("org.jboss.seam.core.jpa") //this usage is deprecated, install it via components.xml
   public class EntityManagerFactory
   {
   
  
  
  
  1.2       +1 -3      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- HibernateSessionFactory.java	14 Oct 2006 18:27:34 -0000	1.1
  +++ HibernateSessionFactory.java	14 Oct 2006 22:50:10 -0000	1.2
  @@ -1,4 +1,4 @@
  -//$Id: HibernateSessionFactory.java,v 1.1 2006/10/14 18:27:34 gavin Exp $
  +//$Id: HibernateSessionFactory.java,v 1.2 2006/10/14 22:50:10 gavin Exp $
   package org.jboss.seam.core;
   
   import static org.jboss.seam.InterceptionType.NEVER;
  @@ -8,7 +8,6 @@
   import org.jboss.seam.annotations.Create;
   import org.jboss.seam.annotations.Destroy;
   import org.jboss.seam.annotations.Intercept;
  -import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.annotations.Startup;
   import org.jboss.seam.annotations.Unwrap;
  @@ -22,7 +21,6 @@
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
   @Startup(depends="org.jboss.seam.core.microcontainer")
  - at Name("org.jboss.seam.core.hibernate") //this usage is deprecated, install it via components.xml
   public class HibernateSessionFactory extends HibernateFactory
   {
   
  
  
  



More information about the jboss-cvs-commits mailing list