Hi Gary,
I was originally using the AppContext bean you mentioned to get the dependency. Then I switched to using @Autowired and injected it directly into the class as a field member. Both ways...
Type: Posts; User: thehin; Keyword(s):
Hi Gary,
I was originally using the AppContext bean you mentioned to get the dependency. Then I switched to using @Autowired and injected it directly into the class as a field member. Both ways...
Could the fact that I am trying to send to the gateway via an init method (run) be the reason for this? Also I am using SWT. Are there any known issues with Spring Integration and SWT? Thank you so...
This is the stack trace I get with the 2nd configuration I had posted above: I noticed the message, "dispatcher has no subscribers.
2011-01-11 14:14:19,687 WARN [main]...
My use case is to have interprocess communication between a Java application running as a service via the Java Service Wrapper and a standalone Java application. I thought using TCP communication...
OK. So I scoured around the web for some more examples. I happened to stumble upon a post on this forum. I tried copying it and created the Gateway and Service in code but I get a new error: failure...
Hello,
I am trying to follow the tcp sample off GitHub (http://git.springsource.org/spring-integration/samples/blobs/master/basic/tcp-client-server/readme.txt) and I am getting an error when...