Search:

Type: Posts; User: jamesclinton; Keyword(s):

Page 1 of 20 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    204

    RMI Registry

    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?
  2. Replies
    1
    Views
    418

    STS now uninstalled

    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...
  3. Replies
    3
    Views
    444

    Some further information. The correlation...

    Some further information.

    The correlation strategy is fired 3 times as expected, but no hits on the release strategy.
  4. Replies
    3
    Views
    444

    Hi Mark Some config added. Will try your...

    Hi Mark
    Some config added.
    Will try your suggestion.
  5. Replies
    3
    Views
    444

    Splitter Issue

    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...
  6. I wrongly assumed apply-sequence was possibly...

    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...
  7. Here is an extracted configuration of what I am...

    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...
  8. Release strategy and recipient list router issue

    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...
  9. Good stuff. @Zenith, the CookMenu doesn't...

    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...
  10. Well it would do, your flow is called...

    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.
    ...
  11. Isn't this something you've added? It's...

    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" />
  12. Assuming you are using pure SWF to build the...

    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...
  13. I'll dig the code out. It's not to hand so...

    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...
  14. Replies
    4
    Views
    1,042

    Yes worked fine, what's the problem, do you have...

    Yes worked fine, what's the problem, do you have a stack trace?
  15. Replies
    4
    Views
    717

    Thanks for your efforts. I'll be sure to report...

    Thanks for your efforts.
    I'll be sure to report back.
  16. Replies
    4
    Views
    717

    I know the order I want to process the files...

    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...
  17. Replies
    4
    Views
    717

    Recommend an approach to Processing

    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...
  18. Replies
    2
    Views
    1,665

    Solved. Problem due to an old version of...

    Solved.

    Problem due to an old version of Spring 1.2.7 on the classpath.
  19. Replies
    2
    Views
    1,665

    RMI method not found

    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...
  20. Replies
    4
    Views
    1,120

    Messages lost when capacity reached

    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...
  21. Replies
    18
    Views
    2,598

    Nearly correct. The output channel from the...

    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...
  22. Replies
    18
    Views
    2,598

    I get proxy errors when following your link to...

    I get proxy errors when following your link to the sample.
  23. Replies
    18
    Views
    2,598

    Hopefully this will help? ...

    Hopefully this will help?



    Message<SocialInboxUpdateRequest> message = buildMessage(socialNetworkFeeds, user);


    MessageChannelTemplate channelTemplate = new...
  24. Replies
    18
    Views
    2,598

    Wouldn't be easy. Best option is to probably...

    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
  25. Replies
    4
    Views
    880

    Performance. Tasks can be decoupled and run in...

    Performance. Tasks can be decoupled and run in parallel.



    +-----> srv-act - doRealBusinessProcess()
    channel ---> pub/sub-channel |
    ...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4