Hi!
edit from orig post:
I have found out that when I add Spring Security, it fails to honor my @Transactional.
However, when I take it out and plugin a different security implementation (eg....
Type: Posts; User: ctmsuser; Keyword(s):
Hi!
edit from orig post:
I have found out that when I add Spring Security, it fails to honor my @Transactional.
However, when I take it out and plugin a different security implementation (eg....
Hi!
I'm using JBossWeb Native library, which is similar to using Tomcat's Connector "org.apache.coyote.http11.Http11NioProtocol" to support web APIs like cometd, WebSockets, etc..
With...
You could inject your own EHCache into your custom provider and cache it there. Then, if you cluster, the EHCache would also sync on the other nodes, automatically for you.
Did you get it figured out? If so, are you willing to share?
I am trying to move away from JBoss Container-Managed security (which supports SSO and Session-replication/clustering), and I need...
Hi!
I'm using Atmosphere/Spring/JBossWeb to handle COMET-based web requests. To intercept these requests, I've needed to implement a special JBoss Web Filter class called...
I've submitted a bug to SpringSource JIRA (SPR-8087), if anybody wants cares to watch it there:
https://jira.springsource.org/browse/SPR-8087
It looks like you are using the Sun JDBC-ODBC driver. If so, have you tried IBM's DB2 driver?
With JBoss Arjuna Transaction logging turned on, you can count there are 4 transaction begin() and commit()s!!! There should be only 2 of each (the initial transaction's and the 'requires new'...
Hi,
Can anyone tell me why Spring is creating 2 more transactions then necessary?
JBoss Server 5.0.1
Spring 2.5.5
AOP Txn via XML (not annotations) using Spring's proprietary "bean(xxxx)"...