Advertisement
Guest User

Untitled

a guest
Apr 19th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <persistence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/persistence" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" version="1.0">
  2. <persistence-unit name="LabEJBSql">
  3. <jta-data-source>java:jboss/datasources/jdbc/dsLabs</jta-data-source>
  4. <non-jta-data-source>java:jboss/datasources/jdbc/dsLabs</non-jta-data-source>
  5. <properties>
  6. <property name="hibernate.dialect" value="org.hibernate.dialect.SQLServerDialect"/>
  7. </properties>
  8. </persistence-unit>
  9. </persistence>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement