Hi,
How to provide a default implementation of Service Interface. I am trying to achieve what Oliver Gierke has explained in "Whoops where did my architecture go" presentation in terms of...
Type: Posts; User: saurav.off@gmail.com; Keyword(s):
Hi,
How to provide a default implementation of Service Interface. I am trying to achieve what Oliver Gierke has explained in "Whoops where did my architecture go" presentation in terms of...
Thanks a lot.
Hi, the reason to ask the previous question. I am using on Primefaces 3.5 and JSF 2.1.9(mojarra). So I am looking for whatever events occurs on the server side. I want to capture and send it to...
Hi,
Could anyone direct me to good example on int-event adapters?
What are the use cases where we can use int-event?
ftp is on premise. I am thinking, how come it works on physical machine not in VM.
Hi,
I am facing one issue.. I have used to ftp inbound adapter. Whenever I deploy in the vm machine (RHEL 6). ftp inbound adapter not able to connect ftp and not able to poll and get the file...
Hi,
A doubt, When I deploy the project in Linux box, in which I have used Spring Integration and other spring modules
Cached memory goes high.
total used free shared buffers ...
Hi,
I am using Primefaces, JSF2, Spring 3.2.1.RELEASE and tc server v2.7. When I start the application. It is able to start but it shows below message
2013-02-21 22:26:28,094 DEBUG |...
Thanks and sorry too to "understand it as a cron forum". :)
You are right. Sorry I got the point. Actually I forgot to mention one more point I want to schedule it from 23:00 hrs to morning 07:00 hrs in North American Eastern Time Zone? Is it possible to...
Hi,
0 0/15 22-7 * * MON-FRI, Is there anything wrong with this cron expression?
In the poller, when I provide this cron expression it throws exception
Could not instantiate bean class...
Thanks. Its working now.
Sorry .. I asked the same question into two places. After posting the question on the other one later I found it. Here this is the appropriate one. So I have posted it here.
I turned on the...
In the below configuration Am I missing anything?
<int-file:inbound-channel-adapter id="fileIn" directory="file://${to.transfer}"
filename-regex="${file.pattern}"
queue-size="10"...
In the below configuration Am I missing anything?
<int-file:inbound-channel-adapter id="fileIn" directory="file://${to.transfer}"
...
Hi Gary,
You are right. It's my fault. Initially when I have started with application in STS. It was there. The codebase grew big now.I didn't notice that. It got fixed now. I removed it. My next...
Why I am getting this exception?
org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [org.springframework.integration.file.FileReadingMessageSource] is...
Hi,
I am new to Spring Integration module.
We are going to use Spring Integration in our new Integration project of two products belongs two different companies. I want to know whether for the...