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

Gavin King gavin.king at jboss.com
Tue Feb 13 09:32:05 EST 2007


  User: gavin   
  Date: 07/02/13 09:32:05

  Added:       examples/seamspace/resources/META-INF  orm.xml
  Log:
  use orm.xml for that
  
  Revision  Changes    Path
  1.1      date: 2007/02/13 14:32:05;  author: gavin;  state: Exp;jboss-seam/examples/seamspace/resources/META-INF/orm.xml
  
  Index: orm.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm"
                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                   xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm_1_0.xsd"
                   version="1.0">
                   
      <persistence-unit-metadata>
          <persistence-unit-defaults>
              <entity-listeners>
                  <entity-listener class="org.jboss.seam.security.EntitySecurityListener"/>
              </entity-listeners>
          </persistence-unit-defaults>
      </persistence-unit-metadata>
      
  </entity-mappings>
  
  



More information about the jboss-cvs-commits mailing list