0 Replies Latest reply on Dec 4, 2003 2:03 PM by bpearce4827

    Informix and NoSuchMethodException on EB

    bpearce4827

      Hi all,

      I have taken a working (on WLS) entity bean and deployed on JBoss. But when calling the bean, I get the following strange error:

      java.sql.SQLException: System or internal error java.lang.NoSuchMethodException:
      com.informix.jdbc.IfxChar.fromnull(java.lang.Character)
      at com.informix.util.IfxErrMsg.getSQLException(IfxErrMsg.java:423)
      .....


      The error comes on calling ejbCreate to create a record.


      I have dutifully placed my informix jar files in the jboss\server\default\lib folder. Not sure what this means, and a google seach turned up nothing.


      Any help appreciated.

      Bill