Search:

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

Search: Search took 0.04 seconds.

  1. Thanks, I'll open a ticket. We are good with the...

    Thanks, I'll open a ticket. We are good with the work-around of copy/modifying or simply not using. Would be nice to have it fixed though in case features are added to RabbitGatewaySupport in the...
  2. RabbitTemplate/RabbitGatewaySupport incompatible with JDK proxy

    We want to advise RabbitTemplate methods (such as send) as part of tracing support in our application. We are declaring a RabbitTemplate bean in our XML schema with a custom message converter and...
  3. Replies
    5
    Views
    2,149

    I am encountering this same issue; in my case I...

    I am encountering this same issue; in my case I am trying to add advice to the Spring AMQP RabbitTemplate class which is injected into a class which extends Spring AMQP RabbitGatewaySupport....
  4. Best way to reference/locate schemas behind firewall

    My web service will live inside a private network with no access to the Internet. What is the best approach in terms of URI schemes to use and locations to put the schemas in order to ensure that...
  5. Overriding fault string for Wss4j authentication failure

    I have configured a Wss4jSecurityInterceptor with a SpringPlainTextPasswordValidationCallbackHandler. When I supply invalid credentials, the fault string returned in the response is more verbose than...
  6. Replies
    2
    Views
    1,984

    Thanks for the correction. I moved the filter up...

    Thanks for the correction. I moved the filter up to be the first declaration in the web.xml, but I still got the same error.
  7. Replies
    2
    Views
    1,984

    Redirecting to a secure channel

    I have successfully implemented authentication/authorization security for SOAP requests using Spring Security with Spring WS and the Wss4jSecurityInterceptor which acts on the request during SOAP...
  8. Replies
    2
    Views
    3,848

    Thanks, I downloaded 2.1.9 off of the Glassfish...

    Thanks, I downloaded 2.1.9 off of the Glassfish site and manually installed the api and impl JAXB jars in my local respository and that seems to work. Is there a repository that contains this version...
  9. Replies
    2
    Views
    3,848

    Which jaxb versions to use with Java 5

    I am attempting to build a simple standalone web client using the WebServiceTemplate with JAXB marshalling using a Java 5 JRE and building with maven. I had this running without problems with a Java...
  10. Thanks... this worked. Now I just need to...

    Thanks... this worked. Now I just need to convince the guys responsible for the ant tasks that build the .ear to make the necessary changes :)
  11. Thanks for the responses. I was able to find my...

    Thanks for the responses. I was able to find my problem. Someone had worked around a JBoss 4.0.2 issue with JDOM by adding JDOM-specific jars to the JBoss class path at startup (jdom.jar,...
  12. Ben, I am running into a similar problem...

    Ben,

    I am running into a similar problem (simple EJB derived from AbstractStatelessSessionBean and JBoss complaining with the same Class Not Found error you indicated above). Were you able to...
Results 1 to 12 of 12