Hi Guys,
I'm trying to use Wss4jSecurityInterceptor in my application, using IBM JDK 1.5 but I receive the runtime error below. My Maven dependency tree is attached.
Any ideas?
Thanks in advance,
Andre
Error:
JDK:Code:Caused by: java.lang.ClassNotFoundException: org.apache.xpath.compiler.FuncLoader at java.net.URLClassLoader.findClass(URLClassLoader.java:496) at java.lang.ClassLoader.loadClass(ClassLoader.java:631) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:597) ... 37 more
Code:Java(TM) 2 Runtime Environment, Standard Edition (build pwi32devifx-20080907 (SR8a + IZ29767 + IZ30684 + IZ31214 + IZ31213)) IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223ifx-2008 0811 (JIT enabled) J9VM - 20080809_21892_lHdSMr JIT - 20080620_1845_r8 GC - 200806_19) JCL - 20080907


Reply With Quote