4 Replies Latest reply on Jul 19, 2004 7:28 AM by sysuser1

    Jboss and Informix

    sysuser1

      Hello again,

      I have a problem with JBoss and Informix DB. I always receive the error "informixDB1 not bound" when I start my client.

      I edited the following code:

      jboss.xml
      <res-ref-name>jdbc/informix</res-ref-name>
      <jndi-name>java:/informixDB1</jndi-name>

      jaws.xml
      java:/informixDB1
      <type-mapping>InformixDB</type-mapping>

      ejb-jar.xml
      <res-ref-name>jdbc/informix</res-ref-name>
      <jndi-name>java:/informixDB1</jndi-name>
      <res-type>javax.sql.DataSource</res-type>
      <res-auth>Container</res-auth>

      I put the ifxjdbc.jar into the server/all/lib and informix-ds.xml into the server/all/deploy directory.

      What have I done wrong?

      Thanks,

      Aibo