java/HibernateDemo1/HibernateDemo1-ejb/src/conf/persistence.xml
changeset 2 715acc59d67d
parent 1 55b52df32ec2
child 3 769816825525
     1.1 --- a/java/HibernateDemo1/HibernateDemo1-ejb/src/conf/persistence.xml	Sat Mar 14 22:14:59 2009 +0100
     1.2 +++ b/java/HibernateDemo1/HibernateDemo1-ejb/src/conf/persistence.xml	Sat Mar 14 22:22:46 2009 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  <?xml version="1.0" encoding="UTF-8"?>
     1.5  <persistence version="1.0" 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_1_0.xsd">
     1.6 -    <persistence-unit name="POSZ-ejbPU" transaction-type="JTA">
     1.7 +    <persistence-unit name="HibernateDemo1-PU" transaction-type="JTA">
     1.8          <provider>org.hibernate.ejb.HibernatePersistence</provider>
     1.9          <jta-data-source>jdbc/hrisnicispameri</jta-data-source>
    1.10          <exclude-unlisted-classes>false</exclude-unlisted-classes>