-
Jul 29th, 2009, 05:54 AM
#1
XwsSecurityInterceptor problem
Hi all
I'm trying to use the XwsSecurityInterceptor but I get several errors during compilation.
I'm using Maven to solve dependencies but this time it doesn't help.
The first error is a missing reference to com.sun.xml.wss.
After solving it (found it around the web and uploaded to our internal nexus server) I get some other similar error, ie other packages missing (com.sun.org.apache.xml.security and javax.xml.crypto),
I've tried to solve following a post that said to use also the Spring repository, but it doesn't work (Maven says it's not a valid repository).
Is there anybody who can help me?
Thx,
Zak
-
Jul 29th, 2009, 06:56 AM
#2
Solved.
I write here the solution because it may help other people.
I downloaded all the jars and pom files from the Spring repo and then installed in our private Nexus server.
Now it works fine.
Take care not to use xws-security-3.0 but xws-security-2.0-ea (the artifact you will find in Spring repo)
Bye
Zak
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules