Search:

Type: Posts; User: ibutcher; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,065

    Done...

    Done http://jira.springframework.org/browse/SWS-341
  2. Replies
    2
    Views
    1,065

    wss4j digest password authentication bug?

    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. ...
  3. Replies
    4
    Views
    2,092

    If you exclude the non-endorsed libraries that...

    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)....
  4. Replies
    4
    Views
    2,092

    What problems were you having with xwss? I...

    What problems were you having with xwss? I managed to get signatures working pretty easily (to my surprise).
  5. Replies
    2
    Views
    886

    This is most likely a client side issue. You are...

    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...
  6. I had the same issue....

    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.
  7. XwsSecurityInterceptor vs Wss4jSecurityInterceptor

    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...
  8. BinarySecurityToken based authentication and Wss4jSecurityInterceptor

    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...
  9. Did you (on anyone else) ever find the correct...

    Did you (on anyone else) ever find the correct location for a repository for the milestone builds?
  10. Replies
    4
    Views
    1,000

    It works fine

    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...
  11. Replies
    4
    Views
    1,000

    RC2 backwards compatibility issue?

    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...
  12. Is there a reason for this local scoping?

    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.
  13. Problem with pointcuts and multiple context files.

    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...
  14. Spring 2.0 Notification Problems "Failed to deserialize a notification"

    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...
Results 1 to 14 of 14