Search:

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

Search: Search took 0.02 seconds.

  1. @Transactional ignored on some services while it works on others

    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....
  2. DelegatingFilterProxy does not work w/ JBossWeb Native

    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...
  3. Replies
    2
    Views
    353

    You could inject your own EHCache into your...

    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.
  4. Replies
    2
    Views
    545

    Did you get it figured out? If so, are 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...
  5. How to Support JBossWeb's asynchronous HttpEventFilter?

    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...
  6. I've submitted a bug to SpringSource JIRA...

    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
  7. Replies
    3
    Views
    2,048

    It looks like you are using the Sun JDBC-ODBC...

    It looks like you are using the Sun JDBC-ODBC driver. If so, have you tried IBM's DB2 driver?
  8. Actually, Spring creating 2 extra transactions...

    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'...
  9. RequiresNew creating 2 extra transactions

    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)"...
Results 1 to 9 of 9