Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    10
    Views
    1,542

    I have exactly the same requirement. I too...

    I have exactly the same requirement.

    I too would appreciate any ideas.
  2. Replies
    0
    Views
    1,428

    Custom Poller?

    I am creating an application using SI which will be deployed to a cluster. I want to poll for emails using <mail:inbound-channel-adapter/> but as far as I know the mail adaptor will not behave well...
  3. ConcurrencyThrottleInterceptor - are requests queued?

    Hi all,

    I am looking at using ConcurrencyThrottleInterceptor to limit concurrent requests to a part of my application where there is contention on the database.

    ConcurrencyThrottleSupport...
  4. Replies
    9
    Views
    1,052

    CMSDK Interceptor

    Here is the interceptor (before I added the read only stuff):


    public class CMSDKTransactionInterceptor implements MethodInterceptor
    {
    private Log _log = LogFactory.getLog(this.getClass());...
  5. Replies
    9
    Views
    1,052

    Casting looks easier to me... thanks Andreas.

    Casting looks easier to me... thanks Andreas.
  6. Replies
    9
    Views
    1,052

    Thanks karldmoore, TransactionAspectSupport looks...

    Thanks karldmoore, TransactionAspectSupport looks like just what I need. The currentTransactionInfo() is protected so I extended it to expose getTransactionAttribute().isReadOnly():

    public class...
  7. Replies
    9
    Views
    1,052

    Find the current transactionAttributes.

    Hello all,

    I am am using a TransactionProxyFactoryBean on my business objects to provide transactional support of course. I am using 2 data sources: Oracle database with hibernate 3.0 and Oracle...
  8. PropertyPlaceholderConfigurer shouldnt log property values.

    Hello all,

    According to the javadocs for PropertyPlaceholderConfigurer:

    "Property values can be converted after reading them in, through overriding the...
Results 1 to 8 of 8