Search:

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

Search: Search took 0.04 seconds.

  1. Marten, You saved me time and I am grateful to...

    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...
  2. Marten, First of all, thanks for your reply. ...

    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...
  3. Testing controllers with truly complex behaviour - How to do that?

    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...
  4. Thank you!

    Thank you for the advices. I like the second the most, I am gonna follow it.
    Have a nice day,
    Marco
  5. How can this be?

    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....
  6. messageSource inside a jar - how to link to it?

    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...
  7. Thank you once more... the matter is now pretty...

    Thank you once more... the matter is now pretty much clear to me. With all possibilities (and limitations!).

    Marco
  8. Thanks for thinking along once more, erimag. A...

    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,...
  9. How can I wire the array messageSenders of a WebServiceTemplate? Do I have to?

    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...
  10. That's correct. Precisely I added the file: ...

    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...
  11. Problem disappeared - Tomcat's fault (and mine...)

    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...
  12. Wss4j dependencies sought...

    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...
  13. Things work fine with jdk 1.5 on Tomcat

    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...
  14. Details about environment

    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
    ...
  15. IncompatibleClassChangeError in process WS-S header using a Wss4JSecurityInterceptor

    Hello everybody,

    I am trying to use an Wss4JSecurityInterceptor server-side, but encountering systematically a java.lang.IncompatibleClassChangeError while processing both the following cases:
    -...
  16. Replies
    0
    Views
    547

    Pool of MessageSenders - is this doable?

    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...
  17. Thanks, also for the tip about the sample.

    Thanks, also for the tip about the sample.
  18. PayloadValidatingInterceptor: sample wiring sought

    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...
  19. Spring-WS: Including the Request in the Response

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