Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    6,324

    I just hit a similar problem; it appeared that...

    I just hit a similar problem; it appeared that the culprit in my app was a bean method that accessed the database but was not wrapped in a transaction. From stepping the through the commons DBCP and...
  2. Replies
    2
    Views
    870

    Thanks for your reply Tareq; I'm using assertions...

    Thanks for your reply Tareq; I'm using assertions to capture logical errors within my code (i.e. "this should just never happen" things) rather than validating inputs; for the latter I throw...
  3. Replies
    2
    Views
    870

    Fault Resolver for Throwable's?

    I use the
    SoapFaultAnnotationExceptionResolver.setDefaultFault() method to ensure that any uncaught exceptions in my web service get mapped to a SOAP Fault rather than some grungy stack trace.
    ...
  4. Cannot inserting a signed SAML assertion into WS-Security header

    Hi

    I am writing a web service consumer that acts as a client to a SOAP service which authenticates the caller using signed SAML assertions within the WS-Security <Security> header.

    These SAML...
  5. Sorry false alarm; found the solution. I was...

    Sorry false alarm; found the solution. I was including commonj-twm.jar in the WEB-INF\lib folder of my WAR, and there was presumably a conflict with the WebSphere libraries.
  6. Error when attempting to use WorkManagerTaskExecutor on WebSphere

    I'm using Spring core 2.5.6 on WebSphere 6.1.

    Following the information in the article at http://www.ibm.com/developerworks/websphere/techjournal/0609_alcott/0609_alcott.html, I have set up a...
  7. WebSphere issue, possibly with annotation-based SOAP endpoints

    Hi

    I'm using spring-ws 1.5.7, and wiring up my SOAP endpoints using annotations. This is all working fine on Tomcat.

    When I try to run on Websphere (and I have wired up the class loader to run...
  8. Mandating a secure channel for web services

    Hi

    I have an application that presents a Web UI and a SOAP service. My
    SOAP service uses WS-Security to authenticate (i.e. NOT HTTP authentication), but must be restricted to only be accessed...
  9. Replies
    2
    Views
    1,068

    Thanks - exactly what I needed.

    Thanks - exactly what I needed.
  10. Replies
    2
    Views
    1,068

    http tag and custom logout handling

    I'm trying to figure out how to define custom logout handling whilst using the <security:http> tag (e.g. I want to create a DB record indicating the logout event).

    I want to use the...
  11. Assistance with first steps handling password policy

    Hi

    I apologize if this is an oft-asked question, but I have not been able to find a suitable response in the forum.

    I've got a very simple demo setup for spring security in my web app,...
  12. I figured out to get the graph output displayed...

    I figured out to get the graph output displayed by BeanDoc; just in case anyone else is ever tripped up by this you need the beandoc.properties file to specify:

    graphs.outputType=svg
  13. Problems with BeanDoc 0.9.0, GraphViz and Spring 2.5.6

    Hi

    Apologies if this is the wrong alias for Spring/BeanDoc issues. Any redirection gratefully received.

    I'm using Spring 2.5.6 and decided to try out BeanDoc; I've downloaded the latest...
  14. Replies
    1
    Views
    964

    AOP fails with defaulted method parameters

    I don't know whether this is by design as I'm new to using Spring AOP, but thought it worth mentioning in case it's a bug; it's certainly occupied a day of my time before I figured out what was going...
  15. Beans in spring-ws-servlet not resolving property references

    I'm using spring-ws 1.5.5; in my application I have:

    - An applicationContext.xml file that defines a PropertyPlaceholderConfigurer bean and gives it the standard id of propertyConfigurer.

    - A...
  16. Replies
    11
    Views
    6,167

    I believe this is still an issue in Spring-WS...

    I believe this is still an issue in Spring-WS 1.5.5; is there any timetable for a fix?

    Thanks

    Alan
  17. Setting a custom wsa:Action in a response using SimpleActionEndpointMapping

    Hi

    I'm using the Spring-WS 5.5 release, and specifically the SimpleActionEndpointMapping.

    For my endpoint the request action is urn:fooRequest, and the response action is urn:fooResponse.
    ...
  18. Replies
    4
    Views
    2,581

    Hi Arjen Bug duly filed: ...

    Hi Arjen

    Bug duly filed:

    http://jira.springframework.org/browse/SWS-465

    Many thanks,

    Alan
  19. Replies
    4
    Views
    2,581

    WS-Addressing Required Headers

    Hi

    I'm using Spring WS 1.5.5 together with the SimpleActionEndpointMapping, but getting wsa:MessageAddressingHeaderRequired errors from the server when I don't expect them.

    As I understand it,...
Results 1 to 19 of 19