[jboss-user] [Beginner's Corner] - Re: EJB Persistence with JBoss 6 v2

Steve Dobson do-not-reply at jboss.com
Sun Mar 6 15:55:44 EST 2011


Steve Dobson [http://community.jboss.org/people/dobbo314] created the discussion

"Re: EJB Persistence with JBoss 6 v2"

To view the discussion, visit: http://community.jboss.org/message/591495#591495

--------------------------------------------------------------
Sorry, didn't see that the persistence file got messed up, it should have read like this:
<?xml version="1.0" encoding="UTF-8"?>
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"
             version="2.0">
   <persistence-unit name="stadiaDB" transaction-type="JTA">
      <jta-data-source>java:/stadiaDS</jta-data-source>
      <provider>org.hibernate.ejb.HibernatePersistence</provider>

      <exclude-unlisted-classes>false</exclude-unlisted-classes>

      <properties>
        <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLInnoDialect"/>
        <property name="hibernate.hbm2ddl.auto" value="update"/>
        <property name="hibernate.show_sql" value="true"/>
        <property name="hibernate.format_sql" value="true"/>
        <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLook
up"/>
      </properties>

   </persistence-unit>
</persistence>
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/591495#591495]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110306/99c65f24/attachment.html 


More information about the jboss-user mailing list