[jboss-user] [EJB 3.0] - Re: There is no default persistence unit in this deployment

davestar do-not-reply at jboss.com
Wed Jan 14 17:13:34 EST 2009


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



More information about the jboss-user mailing list