Done http://jira.springframework.org/browse/SWS-341
Type: Posts; User: ibutcher; Keyword(s):
Done http://jira.springframework.org/browse/SWS-341
I am trying to hook up digest password handling and acegi authorization. I have managed to do this successfully with the plain text equivalent. I think I've managed to get close to the problem. ...
If you exclude the non-endorsed libraries that get dragged in by spring ws do things work? I've had to exclude libraries from POMs in the past (normally because the drag in older versions of jars)....
What problems were you having with xwss? I managed to get signatures working pretty easily (to my surprise).
This is most likely a client side issue. You are using Axis (not spring ws) for your client. Did you generate your client using wsdl2java or are you making JAXRPC calls directly? Either way I'd...
The problem is you don't have the 'tiger' (JDK 1.5) version of the jar in your classpath. Just put the acegi-security-tiger-1.0.?.jar in your classpath and you should be fine.
Ian.
I am starting off a new project and I was wondering if people had opinions on which security provider (XwsSecurityInterceptor or Wss4jSecurityInterceptor) is the right way to go. Specifically does...
I am just kicking the tires on spring ws security and I was wondering if there was a way to use a X.509 certificate for authentication with the new Wss4jSecurityInterceptor? I can see from the docs...
Did you (on anyone else) ever find the correct location for a repository for the milestone builds?
Sorry for not posting earlier - I've been unwell. It works fine - my Axis client worked without modification once I'd changed the JAXB serializer's property. Once I'm feeling a bit better I'll...
I have just moved up to RC2 but have found the following behaviour. Responses that were send as text/xml are now being returned as multiparts. This is a problem with an existing Axis 1.4 client...
If there is a good reason for only instrumenting the current context? I've been doing this long enough to know that there are often very good reasons for unexpected behaviors.
I apologize in advance for the long post, this is a fairly complex problem. I have searched forums but I couldn't see any related posts.
I am having a problem applying a Spring 2.0 AspectJ AOP...
I am trying to do a very simple prototype application using Spring 2.0 with it's JMX support. The issue I am having is I am getting the following warning from jconsole when I register for...