Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    190

    Sounds good, thanks for the advice. I took the...

    Sounds good, thanks for the advice. I took the lame way out in the meantime and hacked it into commitIfNecessary. I will replace it with the sync stuff as soon as possible.
  2. Replies
    5
    Views
    190

    Hmm, the approach of using a...

    Hmm, the approach of using a PseudoTransactionManager seems to be "complicated" by the fact that the input is coming from a JMS listener adapter that has a TransactionManager already. Now I'm down...
  3. Replies
    5
    Views
    190

    The PseudoTransactionManager sounds like the...

    The PseudoTransactionManager sounds like the surest solution to me. The reason for trying to do it at the end is that the context information is getting logged and some logging occurs before the...
  4. Replies
    5
    Views
    190

    Intercept "end of processing"

    Currently, one of the steps in processing messages takes some data about the message and stores it in a "job context" using ThreadLocals, ala SecurityContextHolder. I'm looking for a clean way to...
  5. I guess I'm starting to see that cases like ours...

    I guess I'm starting to see that cases like ours are why more complex transaction frameworks exist.
  6. Use of ChainedTransactionManager forces all TransactionManagers to participate

    Hi folks,

    I realize this is probably not a 100% supported solution since it's background seems somewhat shady. With the ChainedTransactionManager, all of the child PlatformTransactionManagers are...
  7. Great, I did all of those things you suggested....

    Great, I did all of those things you suggested. :)

    https://jira.springsource.org/browse/INT-2920
    https://github.com/SpringSource/spring-integration/pull/736

    Happy to help!
  8. Claim check out calls getMessage twice (for some implementations)

    Hi there,

    I'm wondering if there is any reason why the ClaimCheckOutTransformer uses MessageStore.getMessage instead of MessageStore.removeMessage to retrieve the row? MessageStore.removeMessage...
  9. Replies
    3
    Views
    336

    Which version of spring-data-redis is that in? I...

    Which version of spring-data-redis is that in? I didn't see it in 1.0.1.RELEASE, which I thought was the latest but now see 1.0.2.RELEASE. We ended up re-implementing the RedisCacheManager to allow a...
  10. Unobstrusive Spring Caching Abstraction

    I like the new Cache abstraction that is possible using Annotations. I am wondering if there's been thought put toward enabling Cache abstraction for classes that you don't have control of...
  11. Sorry it took so long for me to articulate the...

    Sorry it took so long for me to articulate the issue!

    Hmm, so in terms of exception logging the chain ID solution is the best that can be currently done it seems. It's helpful, but doesn't seem...
  12. Tried both, does it work for you when the filter...

    Tried both, does it work for you when the filter is a child of a chain?
  13. Actually, this isn't supported in 2.2.0.RELEASE...

    Actually, this isn't supported in 2.2.0.RELEASE and the schema validation throws an error on startup.
  14. Replies
    3
    Views
    336

    Setting TTL for RedisCache

    It seems that using the Spring Data Redis support for Spring's Cache Abstraction means that you can't set TTLs. Are there any plans for this (JIRA)? I checked quickly but didn't see anything.
  15. Of course, sorry!

    Of course, sorry!
  16. Unclear message set for MessageRejectedException

    Hi folks,

    I'm using an
    <int:filter throw-exception-on-rejection="true"><bean ... /></int:filter> to filter out messages. When the exception is thrown, the stack trace and Exception message make...
  17. Rats. :) I did discover that when I have a DB...

    Rats. :) I did discover that when I have a DB poller initiating the transaction, the JDBC changes are committed first and then JMS.

    I ended up going with the ChainedTransactionManager, hopefully...
  18. JMS -> Processing -> MessageStore -> JMS JTA Transaction Commit Order

    Hi folks,

    Having some trouble getting things to commit properly, and maybe I'm going about it wrong but it seems pretty close.

    What I'm aiming for is that unless the application reads the...
  19. Alright, that'll work. I was fairly certain that...

    Alright, that'll work. I was fairly certain that an approach like you suggested was the only way to do it, but I wanted to make sure I wasn't missing something obvious or a slick way of solving the...
  20. Claim check as messages are being routed?

    Hi folks,

    Loving Spring Integration! I have a scenario where I am routing two messages based on the payload type to different channels. I want both to be claim-check-in before reaching the...
  21. Replies
    0
    Views
    174

    Balancing Load per-client

    Hi folks,

    Sorry if this is obvious or, on the other hand, a complicated topic. Feel free to point me towards books or the like that might cover the topic better.

    I'd like to have multiple...
  22. Doubt anyone is watching this thread anymore, but...

    Doubt anyone is watching this thread anymore, but I created a small workaround to add support in Spring Security 3.0.x.
  23. RuntimeException in AuthenticationProvider skipping Spring MVC ExceptionResolver

    Hi folks,

    I'm running into an issue where an uncaught exception in the Spring Security filter chain is not being caught by my Spring ExceptionResolver. Uncaught exceptions in my controllers, etc....
  24. Anyone have a link to the Jira entry? This is a 3...

    Anyone have a link to the Jira entry? This is a 3 year old issue, and as far as I can tell still happening (or at least, I have seen many people with the issue and no solutions).

    Since I have been...
  25. Replies
    0
    Views
    210

    Examples of service layer security

    Hi folks,

    Are there any examples of setting up Spring Security for the service layer? Including the context XML and other configuration. Is it as easy as:


    public interface MyService {
    ...
Results 1 to 25 of 47
Page 1 of 2 1 2