Hi,
I am facing the foloowing error. help on this is really appreciated.
I am using weblogic9.2, Eclipse, Hibernate 3.0
when I try to login to my application, it is throwing me witht the following error.
java.lang.NoClassDefFoundError: net/sf/ehcache/CacheException
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
at java.lang.Class.getConstructor0(Class.java:2640)
at java.lang.Class.newInstance0(Class.java:321)
at java.lang.Class.newInstance(Class.java:303)
Truncated. see log file for complete stacktrace
Though we are using Hibernate3.0 , I am facing this exception. I tried using ehcache1.2.3.jar and I am unsucessful. I even put ehcache1.2.3.jar in Ant -> Runtime as well.I have no clue, where it is throwing from
could any one help me on this.
Cheers,
message2hero
|