Just wonder how this statement work in persistence.xml:

<entity-manager>
    <persistence-unit name="entityManager">
        org.hibernate.ejb.HibernatePersistence
        <jta-data-source>java:/MySqlDS2</jta-data-source>
        
            
            
            
            
            
            
        
    </persistence-unit>
</entity-manager>


I didn't see the "java:/MySqlDS2" has bind with any driver or database 
configuration.




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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950394


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to