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

Gavin King gavin.king at jboss.com
Tue May 8 11:44:57 EDT 2007


  User: gavin   
  Date: 07/05/08 11:44:57

  Modified:    src/main/org/jboss/seam/core  EntityManagerFactory.java
  Log:
  JBSEAM-1195
  
  Revision  Changes    Path
  1.7       +2 -2      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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- EntityManagerFactory.java	12 Mar 2007 22:30:15 -0000	1.6
  +++ EntityManagerFactory.java	8 May 2007 15:44:57 -0000	1.7
  @@ -1,4 +1,4 @@
  -//$Id: EntityManagerFactory.java,v 1.6 2007/03/12 22:30:15 gavin Exp $
  +//$Id: EntityManagerFactory.java,v 1.7 2007/05/08 15:44:57 gavin Exp $
   package org.jboss.seam.core;
   
   import static org.jboss.seam.InterceptionType.NEVER;
  @@ -28,7 +28,7 @@
    */
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
  - at Startup(depends="org.jboss.seam.core.microcontainer")
  + at Startup(depends={"org.jboss.seam.core.microcontainer", "org.jboss.seam.core.ejb"})
   public class EntityManagerFactory
   {
   
  
  
  



More information about the jboss-cvs-commits mailing list