Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    23
    Views
    2,988

    You're the man, Jose ! Thanks Matt

    You're the man, Jose !

    Thanks

    Matt
  2. Replies
    23
    Views
    2,988

    Spring 3.1.x is a good start, as a lot of other...

    Spring 3.1.x is a good start, as a lot of other Spring projects now depend on it.
    So currently with Spring 3.0.x it's impossible to upgrade many of the libraries we use.

    Alright, looks like...
  3. Replies
    23
    Views
    2,988

    I was wondering, maybe Jeremy could help out ?...

    I was wondering, maybe Jeremy could help out ?
    He must have jumped through the same hoops as you when starting the project...

    I believe all we need to be able to do is to merge the forked code...
  4. Replies
    23
    Views
    2,988

    Hello Jose, any news from Spring Secretary ?...

    Hello Jose,

    any news from Spring Secretary ?
    I am happy to add my voice in and chase them too ...

    Matt
  5. I thought something went wrong with the sending...

    I thought something went wrong with the sending :)
    Didn't realize that you have a "moderation" mode... good to know now.
  6. Here is the current set up if it helps : ...

    Here is the current set up if it helps :



    <int:gateway id="barxServerGateway" service-interface="MyServerGateway"
    ...
  7. That part I understand. However, in case of the...

    That part I understand. However, in case of the above error, as it is not routed back into the aggregator, how can it "release" the group ?
    I can confirm, that during the debugging, in case of the...
  8. BTW, in the error scenario above, with regard to...

    BTW, in the error scenario above, with regard to the original request message that is in the aggregator... What happens to that ?
    Error seems to come back to the caller, so does the request message...
  9. Yes, I have done that now, thanks. I only...

    Yes, I have done that now, thanks.
    I only spotted after my post that is was DEBUG level (got confused as the stack trace was was being logged too).

    I very much appreciate your quick responses.
  10. Thanks, I now got further with this. Errors seem...

    Thanks, I now got further with this.
    Errors seem to be routing as they should.

    With this set up however, I am getting a number of errors during startup :


    01-24-2013 17:27:43 - [DEBUG] [main]...
  11. I just found another problem related to the above...

    I just found another problem related to the above mentioned connection exceptions.

    When using a pair of collaborative adapters, I am trying to route such errors back into the aggregator, so that...
  12. Replies
    23
    Views
    2,988

    Hello Jose, I (and surely 100s of others) was...

    Hello Jose,

    I (and surely 100s of others) was wondering if you managed to make any progress on merging the fix into the official branch.

    Thanks

    Matt
  13. That's excellent, thanks for your help. Matt

    That's excellent, thanks for your help.

    Matt
  14. I wonder, whether the connection interceptor...

    I wonder, whether the connection interceptor could do it :



    <int-ip:tcp-connection-factory id="client"
    type="client"
    host="localhost"
    port="12345"
    single-use="true"
    so-timeout="100000"
  15. Thank you Gary, I actually got this working...

    Thank you Gary,

    I actually got this working fine.
    This was related to the error handling, as I was trying to throw an exception and it did not come back on the same thread.
    I realised that what...
  16. Gary, I have the same issue and trying to use the...

    Gary, I have the same issue and trying to use the collaborating adapters. I implemented the flows using the aggregator as in the tcp-client-server-multiplex example.

    You mentioned some kind of...
  17. I ran into the same issue here. My previous...

    I ran into the same issue here.
    My previous home-grown repository implementations worked successfully with multiple transaction managers and aspectj mode.
    Best practices on the web mention in such...
  18. Enabled some more logging and noticed that the...

    Enabled some more logging and noticed that the DAO bean does not get weaved when autowired as a normal class.

    While when autowired as an interface, I can see the following in the logs, and...
  19. Have to autowire an interface for the load-time weaving to work.

    Ran into a strange problem.
    We noticed that any integration tests fail to trigger the @Transactional annotations.

    After much testing I discovered that declaring autowired bean by interface seems...
  20. I found the following post about something...

    I found the following post about something similar in Weblogic :

    http://forum.springsource.org/showthread.php?t=70762

    App server handles Kerberos authentication and Spring security then assumes...
  21. Is this what you are referring to : ?...

    Is this what you are referring to : ?
    http://blog.springsource.com/2009/09/28/spring-security-kerberos

    Yes, I have indeed read this and I am trying to follow it.

    However, it does not answer my...
  22. Kerberos extension vs. SPNEGO TAI in Websphere

    I came across the following documentation in the Websphere server:
    ...
  23. Replies
    7
    Views
    1,520

    Just what I need ! Thanks.

    Just what I need ! Thanks.
  24. Replies
    7
    Views
    1,520

    Hold on, are you talking about type of the value,...

    Hold on, are you talking about type of the value, or type of the key ?
    There is a type attrtibute in the value tag, but I am not sure about the key.
    At least dtd does not seem to have it.
  25. Replies
    7
    Views
    1,520

    Do not think so. At least not in 1.2.5. Not sure...

    Do not think so. At least not in 1.2.5. Not sure if version 2.X will support this or what ?
Results 1 to 25 of 32
Page 1 of 2 1 2