Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Did you find a solution

    Hello,
    Did you find a way to customize the names of the consumer threads ?
    If so, can you explain your solution, I'm having the same problem.
    Kind regards,
    EDH
  2. Sorry, I posted to the wrong forum, I'll follow...

    Sorry, I posted to the wrong forum, I'll follow this up on the JMS forum.
  3. But if I have e.g. 10 different queues, then I...

    But if I have e.g. 10 different queues, then I need 10 listeners isn't it ?
    Doesn't that mean then that I will have at least one DMLC listener-container with concurrency 1, having 10 listener...
  4. DMLC vs SMLC in case of lots of queues/listeners

    DefaultMessageListenerContainer = polling mechanism = one polling receive() thread per configured listener.
    SimpleMessageListenerContainer => push mechanism = only a thread in case messages arrive....
  5. Thanks, for the quick reply. If it is ok to have...

    Thanks, for the quick reply.
    If it is ok to have multiple DMLC listener-containers (each referencing the same queueconnectionfactory) then is it also ok if each of those DMLCs contains listeners...
  6. If it is ok to have multiple DMLC...

    If it is ok to have multiple DMLC listener-containers (each referencing the same queueconnectionfactory) then is it also ok if each of those DMLCs contains listeners listening on the same queue ?...
  7. Is it advisable to have multiple DMLCs all...

    Is it advisable to have multiple DMLCs all referencing the same connectionfactory bean ?
  8. Is it possible to have multiple...

    Is it possible to have multiple listener-container, each pointing to the same connectionfactory ?
  9. Replies
    9
    Views
    1,844

    Hey Gareth, Thanks for this constructive...

    Hey Gareth,
    Thanks for this constructive response.
    I'll check out the source from the svn URL you gave me.
    That should get me further until 1.5.10 is out.
    Thanks !!
  10. Replies
    9
    Views
    1,844

    To the SpringSource team/Arjan. Thanks for not...

    To the SpringSource team/Arjan.

    Thanks for not being helpful at all but instead being counter productive: removing all traces to 1.5.10 snapshots ánd all traces to the JIRA bugs it might solve.
    ...
  11. Replies
    9
    Views
    1,844

    I'm currently using release 1.5.9. I saw that...

    I'm currently using release 1.5.9.

    I saw that release 1.5.10 fixes a bug which might help me out: https://jira.springsource.org/browse...#comment-65374

    From which maven repository can I...
  12. Replies
    9
    Views
    1,844

    Thanks for not answering. That doesn't help me...

    Thanks for not answering. That doesn't help me any further.
    It has nothing to do with resistance. It has to do with time and budget.

    I would appreciate it, if someone could provide a constructive...
  13. On the server side, when running multiple...

    On the server side, when running multiple requests concurrently (soapui load test) I'm facing the problem that at random the server-side logic produces a soap fault like the one you have in your log...
  14. Replies
    9
    Views
    1,844

    Any idea when it will be released ? Not everybody...

    Any idea when it will be released ? Not everybody can upgrade to Spring 2.x because it requires Spring 3.x instead of Spring 2.5.6 :-(
    Is there a workaround to get a hold of 1.5.10 and add it...
  15. Please also release 1.5.10. It contains a fix for...

    Please also release 1.5.10. It contains a fix for a problem I might be encountering and I can't upgrade to 2.x because that would mean migrating from Spring 2.5.6 to Spring 3.x for which I don't have...
  16. Replies
    9
    Views
    1,844

    Spring web services release 1.5.10

    I'm currently using release 1.5.9.

    I saw that release 1.5.10 fixes a bug which might help me out: https://jira.springsource.org/browse/SWS-613?focusedCommentId=65374#comment-65374

    From which...
  17. Replies
    0
    Views
    1,191

    spring web service thread safety issue ?

    I'm using spring web services 1.5.9 (with AxiomSoapMessagefactory and xmlbeans 2.4.0) configured as shown in the second code snippet (ws-servlet.xml).

    When working with a single thread the web...
  18. Replies
    7
    Views
    3,154

    Are you sure

    ARe you sure it's working ?
    I've tried it with spring webflow 1.0.5.
    The new window is opened, however, it remains empty and the contents are shown in the main window ? :-(

    Any ideas ?
    Thanks.
  19. Spring Webflow 1.x - show subflow's view-state in new browser window

    Hello,

    Can anybody explain me how I can "kick-off" a subflow in another browser window in Spring Webflow 1.x ?

    I've got a mainflow, a subflow, an "overview" xhtml and a "detail" xhtml.
    On my...
  20. Did you also test the following: Perform an...

    Did you also test the following:

    Perform an update through your application, but set a breakpoint so the update isn't immediately executed.
    Then, directly modify the corresponding record in the...
  21. Did you also test the following: Perform an...

    Did you also test the following:

    Perform an update through your application, but set a breakpoint so the update isn't immediately executed.
    Then, directly modify the corresponding record in the...
  22. Replies
    3
    Views
    771

    I think I just discovered the concept in Webflow...

    I think I just discovered the concept in Webflow 1: maxConversations ?

    I've set it in my webflow config xml like this:
    <bean id="conversationManager"...
  23. Replies
    0
    Views
    484

    flow expiration ?

    I'm still using Spring Webflow 1.0.6.

    In my webapp I've got a couple of links a user can click on.
    Each link starts a new flow ("flowId:<the name of the flow>" ).
    Each of these flow is...
  24. Replies
    3
    Views
    771

    ending a flow when navigating away ?

    I've got a navigation menu with a couple of links. Each link starts a spring web flow. A user always has the option of clicking on one of the other navigation links even when a flow is in progress.
    ...
  25. I found it. There was something wrong in my...

    I found it.
    There was something wrong in my declarative txn demarcation rules.
    grrrr
Results 1 to 25 of 49
Page 1 of 2 1 2