Reading more stuff in the forum, . . . . Found out that I may be getting caught up in some aggregator bugs: https://jira.springsource.org/browse/INT-2009 to...
Type: Posts; User: jshingler; Keyword(s):
Reading more stuff in the forum, . . . . Found out that I may be getting caught up in some aggregator bugs: https://jira.springsource.org/browse/INT-2009 to...
Warning, I am a Spring Integration Newbie, . . .
I am trying to accomplish something very similar to this thread post using a Persistent Memory Store
...
It appears there might have been an issue with the schemaLocation, . . . I reworked it a little and now have this and it appears to be working as expected
<beans:beans...
I see what you are saying about it being in the jar, . . . looking through eclipse, i don't see it on the classpath. See attached image
Here is what I had to do to get things going:
1) Download spring-integration-2.0.xsd to local drive
2) Change xsd innerPollerType references to BasePollerType
3) Change loadConfig.xml...
I changed to the 2.0 xsd,
<beans:beans xmlns="http://www.springframework.org/schema/integration"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
Ok, update pom.xml to the 2.0.4.BUILD-SNAPSHOT
<spring.integration.version>2.0.4.BUILD-SNAPSHOT</spring.integration.version>
Same error.
could it be that
...
I 've tried to simplify the example and have an attachment of the eclipse project.
In order to simplify the process I switched from a service activator to an transformer with an inline groovy...
Mark and Oleg,
Thanks for the speedy reply, . . . I will look at the examples and see if I get some insights.
Here is my config file and GroovyHandler:
<?xml version="1.0"...
I am a newbie to Spring Integration and Love everything I have seen so far.
I have been experimenting with the sample apps and making minor modifications to make sure I understand them.
I am...