Marten,
You saved me time and I am grateful to you. On top of all, this distinction between app.context and disp.servlet gives me some food for thought. Let it be clear that starting a web server...
Type: Posts; User: muzietto; Keyword(s):
Marten,
You saved me time and I am grateful to you. On top of all, this distinction between app.context and disp.servlet gives me some food for thought. Let it be clear that starting a web server...
Marten,
First of all, thanks for your reply.
I understand your judgement is that it is impossible to put a view resolver or an exception resolver at work without starting an instance of a...
Good afternoon to everybody (well... it's afternoon in Europe :-)
A real-world controller has a ViewResolver c/q an ExceptionResolver, maybe other stuff like message sources, etc.
I wonder if...
Thank you for the advices. I like the second the most, I am gonna follow it.
Have a nice day,
Marco
Sorry, Tannoy but I can't follow you.
My messageSource in the jar is an org.springframework.context.support.ResourceBundleMessageSource, not a class on its own.
I am talking about:
3.8.2....
Hello,
I am developing an app, making intensive use of a jar file produced by another group at my company. The jar contains a bean messageSource and an own messages.properties file. The jar comes...
Thank you once more... the matter is now pretty much clear to me. With all possibilities (and limitations!).
Marco
Thanks for thinking along once more, erimag.
A consequence of your analysis could be that a WSTemplate could have different MessageSenders with different URI schemas (one for http, one for mailto,...
Hello everybody,
I am trying to create a WebServiceTemplate with multiple messageSenders. I understand that some things have changed in the recent past and that (for example) the methodology...
That's correct. Precisely I added the file:
$CATALINA_HOME/common/lib/activation.jar
I was getting the error message that the interface DataSource was not being found by Tomcat. Clearly that...
Tareq,
I brought back the Eclipse project to 1.4, sent the WS-S request once more just to see the error once more and... it was gone.
Because the only thing I did to get the 1.5 version running...
Hello Tareq, I realize I have a basic question:
What are the dependencies of wss4j exactly? In the documentation of wss4j I read: "WSS4J uses Apache Axis and other Apache XML-Security projects and...
I managed to get the show running on Tomcat 5.5 and jdk 1.5.
Looks like my problem on 1.4 is due to compilation level of the jars in the spring-ws dist.
I am trying to get hold of the source of...
Tareq, thank you very much for your interest. Here are the details...
IDE MyEclipse 6.0, project built with jdk1.4.2
Relevant jars:
spring-ws-1.5.2.jar
spring-ws-core-1.5.2.jar
...
Hello everybody,
I am trying to use an Wss4JSecurityInterceptor server-side, but encountering systematically a java.lang.IncompatibleClassChangeError while processing both the following cases:
-...
I need to be able to reach different hosts (providing the same web service at different webroot uris) from a single endpoint on my client. I need the endpoint to manage a strategy to reach one...
Thanks, also for the tip about the sample.
Good morning to you all,
I am looking for a sample wiring of a PayloadValidatingInterceptor.
What I am trying to do is to XSD-validate the payload inside the body of a SOAP request without using a...
Good morning everybody,
I'd like to include the content of <soapenv:Body> from the Request straight into the <env:Body> of the Response, before the relevant content of the Response self. I am not...