Results 1 to 1 of 1

Thread: Wss4jSecurityInterceptor & org.apache.xpath

  1. #1
    Join Date
    Sep 2008
    Posts
    26

    Default Wss4jSecurityInterceptor & org.apache.xpath

    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:
    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
    JDK:
    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
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •