The topic of how to disable @Transactional behavior in core CAS classes came up in a recent thread, https://lists.wisc.edu/read/messages?id=3445116. Based on my review of the default configuration and my reading of http://static.springsource.org/spring/docs/2.5.x/reference/transaction.html#transaction-declarative-annotations, the following directive required for annotation-driven transactional behavior is missing:
<tx:annotation-driven transaction-manager="txManager"/> While it may not be an issue for the default config where everything is running in memory, it should probably be enabled for any other ticket registry other than the default. M -- You are currently subscribed to cas-dev@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev