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...
Type: Posts; User: dc_maf; Keyword(s):
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...
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...
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....
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...
I have configured a Wss4jSecurityInterceptor with a SpringPlainTextPasswordValidationCallbackHandler. When I supply invalid credentials, the fault string returned in the response is more verbose than...
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.
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...
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...
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...
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 :)
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,...
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...