Is it possible to configure the rmi gateway as a registry, or do I need to fall back to core spring and not use a gateway at all?
Type: Posts; User: jamesclinton; Keyword(s):
Is it possible to configure the rmi gateway as a registry, or do I need to fall back to core spring and not use a gateway at all?
Well done on STS, its everything I hoped however I've had to uninstall it because it reduces Eclipse to an unusable state very quickly.
I'm running:
Eclipse Java EE IDE for Web Developers...
Some further information.
The correlation strategy is fired 3 times as expected, but no hits on the release strategy.
Hi Mark
Some config added.
Will try your suggestion.
Split result not being picked up by Aggregator listening to splitter output channel.
I have a service-activator which returns a List<MyObject>.
This list is picked up by a splitter. The...
I wrongly assumed apply-sequence was possibly related to the order in which the message was sent to each recipient channel. Pretty stupid when I come to think about it.
Thanks for your help on...
Here is an extracted configuration of what I am trying to explain in the post.
The aggregatorChannel expects 4 messages.
3 come in to that channel via CustomOneHandler.
(Release Strategy...
I have discovered that my release strategy on my aggregator behaves differently if I set the recipient-list-router property 'apply-sequence' to true, let me explain further...
The Setup
...I have...
Good stuff.
@Zenith, the CookMenu doesn't behave the same as a commandButton but good advice none the less.
One other thing worth noting you may have problems with and that is testing using...
Well it would do, your flow is called flowRedirect:menu-flow.
menu-flow will map to a view called menu.xhtml - this how it works.
See the documentation.
...
Isn't this something you've added?
It's looking for menu.xhtml because the flow is named menu-flow.xml.
<end-state id="main.end" view="flowRedirect:menu-flow" />
Assuming you are using pure SWF to build the application and Spring managed beans only (i.e your faces-context is empty), the following should work.
1. Have your welcome page forward to a JSF...
I'll dig the code out. It's not to hand so you'll need to be patient for a couple of days.
I had this working with SWF 1.x/JSF1.1 and SWF 2.x/JSF1.2 so it's def possible.
In the meantime...
Yes worked fine, what's the problem, do you have a stack trace?
Thanks for your efforts.
I'll be sure to report back.
I know the order I want to process the files based on name. In total there are 5 files and they might all arrive within seconds or minutes or each other. In terms of processing they must however be...
Does SI have the tools to allow the control / order of processing?
Scenario
Files arrived in a directory overnight, order of delivery cannot be guaranteed.
Using the file adapters in SI, how...
Solved.
Problem due to an old version of Spring 1.2.7 on the classpath.
Trying to use the nice rmi feature in SI but get an error:
No matching RMI stub method found
Caused by: org.springframework.remoting.RemoteProxyFailureException: No matching RMI stub method...
I am finding that messages are lost in my scenario described below:
Service Activator outputs 2 messages to a pub/sub channel.
There are 2 consumers and they each consume the message OK.
One...
Nearly correct. The output channel from the service is a pub/sub channel because I have 2 consumers here.
It might not be important to replicate this part but if you want to here's the slight...
I get proxy errors when following your link to the sample.
Hopefully this will help?
Message<SocialInboxUpdateRequest> message = buildMessage(socialNetworkFeeds, user);
MessageChannelTemplate channelTemplate = new...
Wouldn't be easy.
Best option is to probably alter your cafe example which our system is similar too.
I'll describe the configuration.
Direct Channel
-> Splitter
Performance. Tasks can be decoupled and run in parallel.
+-----> srv-act - doRealBusinessProcess()
channel ---> pub/sub-channel |
...