Error :
Caused by: java.lang.NoSuchMethodError: javax.resource.ResourceException: method <init>(Ljava/lang/Throwable;)V not found
happens because javax.resource.ResourceException does not have such a constructor
ResourceException(Throwable). - This api is available from J2ee 1.4, 1.5.
j2ee 1.3 does not have this constructor.
j2ee.jar (of 1.3) is present somewhere in your classpath / ext / java ext dir.
Could you please check the same ?
Thanks,
-Jagadish
[Message sent by forum member 'jr158900' (jr158900)]
http://forums.java.net/jive/thread.jspa?messageID=208004