this is my persistence-dev.xml:

###############################################

<?xml version="1.0" encoding="UTF-8"?>
<!-- Persistence deployment descriptor for dev profile -->
<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="informix">
      org.hibernate.ejb.HibernatePersistence
      <jta-data-source>java:/informixDatasource</jta-data-source>
      
         
         
         
         
         
         
      
   </persistence-unit>
    


###############################################

and this is error:

java.lang.IllegalArgumentException: EntityManagerFactory not found in JNDI : 
java:/informixEntityManagerFactory

##############################################

what i must to do?

thanks 


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

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

Reply via email to