I'm using STS based on eclipse 3.8, but not 4.*.
After clearing the cache I can ctrl+click to that URL in my context file and 1.0 schema is opened. I do not understand why STS should validate my...
Type: Posts; User: Alexey Pomelov; Keyword(s):
I'm using STS based on eclipse 3.8, but not 4.*.
After clearing the cache I can ctrl+click to that URL in my context file and 1.0 schema is opened. I do not understand why STS should validate my...
I've already tried it. The URL http://www.springframework.org/schema/integration/spring-integration.xsd refers to a 1.0 schema version.
It's interesting that...
Hello.
I usually specify schema location in my configuration files like this:
xsi:schemaLocation="
http://www.springframework.org/schema/beans...
Here it is: https://jira.springsource.org/browse/INT-2939
Hello!
As far as I understand from sources of org.springframework.integration.handler.LoggingHandler it will always evaluate the expression. Even if the log level is not enabled for current...
Problem seems to be solved by switching off the Kaspersky anti-virus =( Sorry..
Hello.
I have same problems while installing anything into the STS. I'm using sts 3.1.0 based on eclipse 3.8.1 and it constantly runs download tasks for...
Thank you Marten for detailed explanation! It's exactly my case.
Hello!
I'm not sure that I've chosen the correct forum to ask this question -- sorry for that.
I'm using the @Cacheable annotation on the method and it works well:
@Override
...
Thanks for your reply!
I understand the difference between transformer POJO and end point POJO.
In fact my sample is synthetic, the original purpose is to reuse the transformer in channel...
Hello.
Is there any way to use "transformer" element to create a standalone transformer bean but not an end point connected to channels?
Consider I'd like to replace character 'A' with 'B' in...
Hello!
I've got the same problem and solved it with solution described here.
But I'm still confused a little. I understand that I can set ignore-column-meta-data to true, then I have to define...
I'm using a gateway around that chain and it is not happy, when filter gobbles the request. I've added an xpath-router to check if there are any items or not. If no, I manually generate an empty list.
Hello.
My goal is to process some XML like
<items>
<item>value1</item>
<item>value2</item>
<item>value3</item>
</items>
And convert it to a List of my beans that could be...
Thank you Gary for detailed answer. Please correct my understanding: if so-timeout is bigger (I've set it to 1min) than gateway response timeout (I've forgot to set it, so it is 10 sec), and i don't...
What this correlation strategy is rely on (when I'm using single connection for all requests)? Could you please shortly describe it or refer to some source code?
Hello.
I'm using tcp outbound gateway with client connection factory, that does not declare single-use attribute (so it means false by default). Thus it means that we use one connection and "each...
Hello!
It's the first time I'm learning the Spring Security and trying to find out if the Spring Security will help to solve my problem.
I've just started to read the book about the Spring...
Hello, Martin.
Unfortunatelly it seems like you've done the same...
I'll write if I find out any new details about my case.
Thanks,
Alexey
Update to previous post:
problem only appears when the parent project is also loaded into workspace. Maybe those build commands and natures are unimportant...
One more update:
I think the parent...
Hello, Martin.
Your post was very helpfull!
There are two ways to import the project: general->existing project or maven->existing maven project
The first one just opens existing .project file....
Hello, Martin!
Sorry for late reply, I missed your last message on friday.
I've prepared the sample that illustrates the problem.
Here is an archive: sample.zip
The are two projects: 'parent'...
It was created by popup menu item New->Spring bean configuration file, but wasn't added into project bean support. I added it, but it had no effect.
It seems forum engine made my pictures smaller.
Direct links to original images:
http://dl.dropbox.com/u/56586118/pExplorer.png
http://dl.dropbox.com/u/56586118/confEditor.png
They should be...
Hello, Martin.
My maven module is separate project in the eclipse workspace and it has the spring nature. It also has MavenDependencies with correct set of JARs (spring libs).
From the...