Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Thanks for updating the solution. I had to...

    Thanks for updating the solution. I had to include imq-4.4U1.jar on classpath for Sun MQ. Saved my day!
  2. Replies
    9
    Views
    17,237

    Does not work even after using c:url

    Some how it does not work for me:


    <mvc:resources mapping="/resources/**" location="/jquery/"/>
    <script type="text/javascript" src="<c:url value="/resources/jquery-1.5.2.min.js"/>"></script>
    ...
  3. Thanks. payload-serializing-transformer showed...

    Thanks. payload-serializing-transformer showed me that the dom is not null.
  4. Interesting. But then how to find out if the...

    Interesting. But then how to find out if the DOMResult is correct or not? Because, when passed to xpath-splitter, output is again seen as null instead of 'architecture'.

    And if getNodeValue()...
  5. Thanks for your reply. Expected output...

    Thanks for your reply.

    Expected output requirements are:

    Document should not be null
    'interest' should be: 'architecture'

    Because for same input, StringResult gives that output correctly. ...
  6. marshalling-transformer returns null for DOMResult and xml for StringResult

    Hi,

    I am passing an Employee object on in channel for following configuration:


    <si:channel id="in"/>
    <si:channel id="out"/>
    <si:channel id="marshal"/>
    <si:channel id="toSplit"/>
  7. Thanks. Looks like "expression" construct is not...

    Thanks. Looks like "expression" construct is not supported by Spring Integration 1.x and Spring 2.5 combination.

    But <object-to-string-transformer> works.
  8. While finding a workaround, I noticed that...

    While finding a workaround, I noticed that marshalling-transformer outputs payload type StringResult; whereas xpath-splitter expects String. This unnecessarily requires one service activator in the...
  9. xpath-splitter not working with marshalling-transformer

    Hi,

    Following confiuration throws below error after sending an object to in channel:


    <si:channel id="in"/>
    <si:channel id="out"/>
    <si:channel id="marshal"/>
    <stream:stdout-channel-adapter...
  10. Replies
    10
    Views
    16,088

    Invalid characters is not the only reason. I got...

    Invalid characters is not the only reason. I got similar error because a required library was missing.


    org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document...
  11. Replies
    3
    Views
    1,552

    STS update site install not working

    Hi,

    I am following instructions given at STS site.

    Bookmarks file is not available. It gives following:


    <Error>
    <Code>
    AccessDenied
  12. Replies
    3
    Views
    899

    Thanks for your reply. The application that...

    Thanks for your reply.

    The application that uses business jar may not use Spring. So we want to keep use of Spring in the business jar transparent.

    The initial idea is:
    - ApplicationContext...
  13. Replies
    3
    Views
    899

    Use of Spring to build business library jar

    Hi,

    We want to build a library of common business functions that will be used by different projects in their standalone or web applications.

    If we use Spring to build this jar library, and...
  14. Replies
    12
    Views
    2,432

    That did help to import xml in eclipse 3.4. But...

    That did help to import xml in eclipse 3.4. But it gives familiar error again:


    No repository found at http://www.springsource.com/update/e3.4
    Error reading update site...
  15. Replies
    12
    Views
    2,432

    Hi, there are following difficulties: 1....

    Hi, there are following difficulties:

    1. Importing the XML seems to be a feature of Eclipse 3.5; not 3.4..
    2. Tried to follow your article Installing STS into Eclipse 3.5, but got error: "No...
  16. Replies
    12
    Views
    2,432

    STS update site errors

    Hi,

    STS update site http://www.springsource.org/update/e3.4 gives following error in eclipse 3.4.2:

    No repository found at http://www.springsource.org/update/e3.4
    Unable to read repository...
  17. True. Did not think that way. Thank you so much.

    True. Did not think that way. Thank you so much.
  18. How to share services between web app and Spring Batch app?

    Hi,

    We are considering use of Spring Batch for an application that consists of two parts: web application and batch processing. There are some services common to both. Batch jobs can be...
  19. Replies
    2
    Views
    11,998

    See...

    See http://forum.springframework.org/showthread.php?t=35200
  20. Replies
    2
    Views
    836

    Thanks KRD

    Thanks

    KRD
  21. Replies
    2
    Views
    836

    Can UrlResource access HTTPS target?

    Hi,

    I am able to access HTTP target using UrlResource.

    But could not find how HTTPS target can be reached.

    Appreciate your help.

    KRD
  22. Replies
    10
    Views
    4,901

    Hi, Here is my stop-gap arrangement: ...

    Hi,

    Here is my stop-gap arrangement:


    <bean class="org.springframework.ws.server.endpoint.mapping.PayloadRootQNameEndpointMapping">
    <property name="mappings">
    <props>
    <!-- Does...
  23. Replies
    10
    Views
    4,901

    Hi, I have now webservice running end to end...

    Hi,

    I have now webservice running end to end except for this routing problem that arises out of unrecognized namespace. I am stuck at this point. I am attaching entire trace of 36 lines.
    ...
  24. Replies
    10
    Views
    4,901

    And 2 more warnings in the log that were missed...

    And 2 more warnings in the log that were missed earlier because I "grep"ed for "server":


    WARN [wsdl11.provider.DefaultMessagesProvider] No messages were created, make sure the referenced...
  25. Replies
    10
    Views
    4,901

    Server side log: INFO...

    Server side log:



    INFO [context.support.XmlWebApplicationContext] Bean factory for application context [WebApplicationContext for namespace 'spring-ws-servlet']:...
Results 1 to 25 of 46
Page 1 of 2 1 2