I have exactly the same requirement.
I too would appreciate any ideas.
Type: Posts; User: jimmyjones; Keyword(s):
I have exactly the same requirement.
I too would appreciate any ideas.
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...
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...
Here is the interceptor (before I added the read only stuff):
public class CMSDKTransactionInterceptor implements MethodInterceptor
{
private Log _log = LogFactory.getLog(this.getClass());...
Casting looks easier to me... thanks Andreas.
Thanks karldmoore, TransactionAspectSupport looks like just what I need. The currentTransactionInfo() is protected so I extended it to expose getTransactionAttribute().isReadOnly():
public class...
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...
Hello all,
According to the javadocs for PropertyPlaceholderConfigurer:
"Property values can be converted after reading them in, through overriding the...