Here's my persistence.xml
<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_1_0.xsd";
   version="1.0">
   <persistence-unit name="integrations">
      <jta-data-source>java:/cdwDB</jta-data-source>
      
         
         
      
   </persistence-unit>


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201954#4201954

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201954
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to