Thanks for updating the solution. I had to include imq-4.4U1.jar on classpath for Sun MQ. Saved my day!
Type: Posts; User: krd; Keyword(s):
Thanks for updating the solution. I had to include imq-4.4U1.jar on classpath for Sun MQ. Saved my day!
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>
...
Thanks. payload-serializing-transformer showed me that the dom is not null.
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()...
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. ...
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"/>
Thanks. Looks like "expression" construct is not supported by Spring Integration 1.x and Spring 2.5 combination.
But <object-to-string-transformer> works.
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...
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...
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...
Hi,
I am following instructions given at STS site.
Bookmarks file is not available. It gives following:
<Error>
<Code>
AccessDenied
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...
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...
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...
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...
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...
True. Did not think that way. Thank you so much.
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...
See http://forum.springframework.org/showthread.php?t=35200
Thanks
KRD
Hi,
I am able to access HTTP target using UrlResource.
But could not find how HTTPS target can be reached.
Appreciate your help.
KRD
Hi,
Here is my stop-gap arrangement:
<bean class="org.springframework.ws.server.endpoint.mapping.PayloadRootQNameEndpointMapping">
<property name="mappings">
<props>
<!-- Does...
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.
...
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...
Server side log:
INFO [context.support.XmlWebApplicationContext] Bean factory for application context [WebApplicationContext for namespace 'spring-ws-servlet']:...