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. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114611#4114611 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114611 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
