0 Replies Latest reply on Dec 20, 2007 7:34 AM by kishorc

    Problems of joda-time-1.2.1.jar in jboss-4.0.5.GA

    kishorc

      Hi all...

      I am using ejb2.0 and migrated from jboss-4.0.2 to jboss-4.0.5.GA and jdk1.4 to jdk1.5.

      Its working fine in jboss-4.0.2 with jdk1.4 but giving problem in jboss-4.0.5.GA with jdk1.5.

      I have a class with name DateSet. I imported the following.
      org.joda.time.DateTime,
      org.joda.time.Period,
      org.joda.time.PeriodType.

      Compilation and deployment is fine. I created a jsp and called one of the method. but displays error as
      java.lang.NoClassDefFoundError: org/joda/time/ReadableInstant

      I am already having joda-time-1.2.1.jar file in testproject.war/WEB-INF/lib folder.

      Thanks in advance for helping....
      -KishorC.