i'm using joda+hibernate with tomcat, jetty, jboss without any problem but
when i try to run same project on weblogic 10.3 i get the following error;

java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
        Truncated. see log file for complete stacktrace
java.lang.NoSuchMethodError: localDateParser
        at org.joda.time.LocalDate.<init>(LocalDate.java:318)
        at org.joda.time.LocalDate.<init>(LocalDate.java:266)
        at
org.joda.time.contrib.hibernate.PersistentLocalDate.nullSafeGet(PersistentLocalDate.java:88)
        at
org.joda.time.contrib.hibernate.PersistentLocalDate.nullSafeGet(PersistentLocalDate.java:76)
        at org.hibernate.type.CustomType.nullSafeGet(CustomType.java:105)
        Truncated. see log file for complete stacktrace
>

any ideas?
------------------------------------------------------------------------------
_______________________________________________
Joda-interest mailing list
Joda-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/joda-interest

Reply via email to