[jboss-user] [JBoss Seam] - Re: Seam + Informix

anisith do-not-reply at jboss.com
Tue Jan 29 07:44:24 EST 2008


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



More information about the jboss-user mailing list