0 Replies Latest reply on Aug 26, 2003 8:47 AM by mo

    Xalan EXsltDatetime

    mo

      Hi,

      I kind of have a problem here, when I call

      String date = org.apache.xalan.lib.ExsltDatetime.formatDate(Datum1, "yyyy-MM-dd'T'HH:mm:ssZ");

      out of a ear I get the following output:

      RROR [LogInterceptor] Unexpected Error:
      java.lang.NoSuchMethodError: org.apache.xalan.lib.ExsltDatetime.formatDate(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;

      and when just calling it out of a normal non-j2ee application everything works great.
      Btw. I build the ear right, included the right libs, even put the same libs in the server lib deploy path (default/lib/) and the data giving to the method is also correct. I am alos using the newest stable JBoss and xalan libs.
      Another strange thing that happens is that the same ear runs on the same configured Windows Jboss the right way, only under the Linux Jboss is the error!

      Thanks, mo

      Has anyone ever expierenced the same problem or even found a solution!