maven « Transaction « Spring Q&A





1. How to set springframework @Transactional with AspectJ    stackoverflow.com

I want to use spring-aspects to make my methods transactional but without using spring AOP (spring AOP works just fine with: <tx:annotation-driven/> ). I'm using maven to manage my project. Is there a ...

2. how is an integration testing properly done with hibernate 3 spring 3.0.5 with spring transaction management(maven project)    stackoverflow.com

I believe this kind of question is being asked over and over again.but i think there is something here that i need to understand once for all. I must admit that i'm ...

3. Spring Framework - Unit testing design    stackoverflow.com

I'm writing to try and initiate a bit of a discussion regarding Spring Unit testing and in particular Transactional unit tests. We currently have around 441 tests in a variety of classes ...

4. AspectJ Load Time Weaving with Spring Transaction Manager and Maven    stackoverflow.com

I'm attempting to enable load time weaving with Spring's transaction manager but without too much luck. Currently I'm just trying to run a simple em.persist() in a @Transactional method but it ...

5. JBoss 6 + Spring 3 Transaction Manager Load Error    stackoverflow.com

I have a Spring WS project that I am trying to host on a JBoss 6 server. It worked briefly and then began to fail. The only changes that I made ...

6. Springframework transaction jar missin in Maven central?    forum.springsource.org

Hi, I'm trying to use Spring transaction manager in my project and I'm failing adding the dependency in my pom.xml file. After some test I realized that the spring-tx artifact is ...

7. Transactional DataSource tests run by Maven not rolled back?    forum.springsource.org

Transactional DataSource tests run by Maven not rolled back? I have some DAO tests which extend AbstractTransactionalDataSourceSpringContextTests and which all complete successfully when I run them individually, either from command line ...