[jboss-cvs] jboss-seam/examples/security/resources/META-INF ...

Shane Bryzak Shane_Bryzak at symantec.com
Fri Aug 4 22:00:55 EDT 2006


  User: sbryzak2
  Date: 06/08/04 22:00:55

  Modified:    examples/security/resources/META-INF  persistence.xml
  Log:
  Removed servlet filter, updated to work with security changes
  
  Revision  Changes    Path
  1.2       +1 -0      jboss-seam/examples/security/resources/META-INF/persistence.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: persistence.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/security/resources/META-INF/persistence.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- persistence.xml	26 Jul 2006 06:03:14 -0000	1.1
  +++ persistence.xml	5 Aug 2006 02:00:54 -0000	1.2
  @@ -8,6 +8,7 @@
            <!-- These are the default for JBoss EJB3, but not for HEM: -->
            <property name="hibernate.cache.provider_class" value="org.hibernate.cache.HashtableCacheProvider"/>
            <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup"/>
  +         <property name="jboss.entity.manager.factory.jndi.name" value="java:/securityEntityManagerFactory"/>
         </properties>
      </persistence-unit>
   </persistence>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list