Search:

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

Search: Search took 0.02 seconds.

  1. SpringWS with WS-AtomicTransactions, WS-Coordination

    Hi!

    We have a large project (SpringMVC) with numerous webservices, all of them running with SpringWS.
    Now a new requirement came in, we have to consume some other services with WS-Atomic...
  2. Replies
    4
    Views
    1,590

    Sorry, I don't really know what you ask me to...

    Sorry, I don't really know what you ask me to post. I just use jaxb to marshall und unmarshall:



    <bean id="jaxb2MarshallerLeistungsdaten" class="org.springframework.oxm.jaxb.Jaxb2Marshaller">
    ...
  3. Replies
    4
    Views
    1,590

    Unmarshalling SOAPHeader

    Hi!

    I am implementing a webservice that gets security related data in the SOAPHeader.
    I use JAXB as my marshaller.

    The request payload gets unmarshalled fine, but I have no idea how to tell...
  4. Replies
    2
    Views
    566

    Thank you very much, Marten! :) Great! I...

    Thank you very much, Marten! :)



    Great! I didn't find this information anywhere. I will look over my config again.




    This will be no problem as I don't need to modify the model, I just...
  5. Replies
    2
    Views
    566

    HandlerInterceptor equivalent in Webflow

    Hi guys,

    please help a total webflow/jsf noob out!

    I'm looking for a way to get the same functionality as with a HandlerInterceptor in Spring MVC.
    That is, I want to do some checks before the...
  6. Replies
    9
    Views
    2,487

    Thank you so much for this! I spent the last...

    Thank you so much for this!

    I spent the last few hours trying to figure out why my ExceptionResolver was never triggered. Removed '<sws:annotation-driven/>' and it worked!

    Is this a bug? I...
  7. Thank you for your reply! Initially, I also...

    Thank you for your reply!

    Initially, I also had the path in the form:input tag - same result. I just tried <spring:bind> because it was this way in a tutorial and I copied it from there. As you...
  8. MVC - binding with AutoPopulatingList doesn't work

    I have a dynamic list of input fields that I want to bind to an AutoPopulatingList.

    I followed various tutorials (http://eggsylife.co.uk/2009/11/30/spring-forms-dynamic-lists-and-ajax/) on this...
  9. Waht is the best way to keep data between controller calls?

    Hi!

    I'm new to Spring and this is my first post here on the forum. I have been asked to port a large web application form an older framework to Spring MVC.

    I am working on a function with 3...
Results 1 to 9 of 9