Results 1 to 5 of 5

Thread: Wss4jSecurityInterceptor Problem with Java 1.4

  1. #1
    Join Date
    Mar 2008
    Posts
    4

    Default Wss4jSecurityInterceptor Problem with Java 1.4

    Hi All,

    I'm using Java 1.4.2 and building a web service with Spring. I am attempting to build out the security interceptor using Wss4jSecurityInterceptor. I am getting a java.lang.NoClassDefFoundError: java/security/KeyStore$ProtectionParameter error when trying to set my validation and securement properties. The problem comes up when trying to inject the Wss4jSecurityInterceptor into the endpoint.

    KeyStore$ProtectionParameter does not exist with Java 1.4. I am wondering if using Spring WS 1.5 with Java 1.4 is possible and if there is a way around this problem.

    Any and all help would be appreciated.

    Thank you.

  2. #2

    Default

    Could you post the full stack trace please?
    Tareq Abedrabbo

    My Twitter
    My Blog

  3. #3

  4. #4
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    This will be fixed in the next release. Just to be clear: Spring-WS 1.5 will still support JDK 1.4.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  5. #5
    Join Date
    Mar 2008
    Posts
    4

    Default

    The patch listed in the ticket resolved the issue. Thanks for the quick turnaround time, Tareq.

Posting Permissions

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