Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    699

    Hi, I tried doing this but message is directly...

    Hi,

    I tried doing this but message is directly going to transformer even though expression is returning false by default! Where am I going wrong?!:confused:

    ...
  2. Replies
    3
    Views
    699

    Hi Mark, Thank you for that. I am exactly...

    Hi Mark,

    Thank you for that. I am exactly looking for this syntax - @foo.bar() and I just found it in here : https://jira.springsource.org/browse/INT-578
    My bean extends MessageSelector, so I am...
  3. Hi Hans, I am also working on groovy/grails...

    Hi Hans,

    I am also working on groovy/grails project and currently learning on how to make the events transactional - like the events/messages should be published only when a status change is...
  4. Replies
    3
    Views
    699

    selector-expression from custom method

    Hi,

    I am using recipient list router to route messages to different channels like below:
    I want to inject selector_expression value from another bean (selectorExpressionEvaluator). How can I do...
  5. Hi Mark, In the same context, I am facing 2...

    Hi Mark,

    In the same context, I am facing 2 issues. Please help.
    1)wire-tap is not working. I was expecting the messages to be written to console but its not happening. -- got this Working -...
  6. Oh, sorry. I missed that document somehow. Thank...

    Oh, sorry. I missed that document somehow.
    Thank you so much. I appreciate your timely response.
  7. Hi Mark, Great. I will try with MBean. How to...

    Hi Mark,

    Great. I will try with MBean. How to get the spring integrated adapter reference in the MBean?

    Thank you
    Keerthi
  8. Stop channells at run time

    Hi,

    I have a requirement similar to dynamic destinations.
    In spring integration, its possible to intercept channels and wire-tap to logging channel. Is it possible to stop this logging channel...
  9. Hi janylj, Have you found solution for this?...

    Hi janylj,

    Have you found solution for this? How to unsubscribe from a durable subscription when it is created using DefaultMessageListenerContainer bean?
  10. Replies
    4
    Views
    7,638

    Even I would like to know if STS can draw UML...

    Even I would like to know if STS can draw UML diagrams automatically like the one in Netbeans.
  11. Replies
    4
    Views
    2,704

    Hi kelkarp, Thank you so much.. after adding...

    Hi kelkarp,

    Thank you so much.. after adding vm args its working :)

    Regards..
  12. Replies
    4
    Views
    2,704

    Hi kelkarp, How did you resolve this issue? I...

    Hi kelkarp,

    How did you resolve this issue? I am having similar problem - not able to see my custom MBean in JConsole. I am using grails and running the application locally in STS (eclipse).
    ...
  13. Even after implementing what you have said..I am...

    Even after implementing what you have said..I am still getting the following error:

    2007-10-09 10:34:28,843 DEBUG [org.springframework.ws.soap.server.SoapMessageDispatcher] - Testing endpoint...
  14. @Unmarshall exception

    The error u got is very much similar to that of mine when using jaxb2marshaller...
    Even I got struck up here..

    Can somebody help??

    ThankYou..
    Keerthi
  15. Hi Wouter

    You don't require Maven to create spring web service project... i feel maven will just help you in creating the folder structure.. So, setting up means you can create two projects, one for client and...
  16. Unmarshall Exception while using AbstractMarshallingPayloadEndpoint

    Hi,

    My Endpoint looks like this...

    public class ProjectSearchEPMarshall extends AbstractMarshallingPayloadEndpoint {

    public Object invokeInternal(Object requestObject) throws Exception ...
  17. Replies
    3
    Views
    1,344

    Handling Soap Header on Server side

    Hello,

    I am trying to create one webservice... the client sends soap header with user details to the server.. and at the endpoint i need to retrieve the user details from the header... now, my...
  18. Hi Arjen

    I didnt understand what do you mean by "create client and wire it up"!!
    I am amateur to spring-ws and dont get the concept of pom.xml.. do we really require pom.xml file?
    i will be very grateful if...
  19. Hi jodo

    are you able to resolve your error(the following one)?

    java.lang.NullPointerException
    org.springframework.ws.context.DefaultMessageContext.<init>(DefaultMessageContext.java:51)...
  20. got error

    hi,
    i am doing the same thing as above code...
    and i get this error

    nested exception is java.lang.ClassNotFoundException: org.springframework.ws.transport.http.HttpUrlConnectionMessageSender
    ...
Results 1 to 20 of 22