1. Create a local transaction inside a Spring JTA transaction stackoverflow.comI want to execute a stored procedure inside a JTA transaction, but have to use a local transaction instead for some reason. I've create a pointcut, using a local transaction manager ... |
2. Cannot use global transactions on oc4j 10.1.3.2 and Oracle AQ forum.springsource.orgCannot use global transactions on oc4j 10.1.3.2 and Oracle AQ Hello, I have a problem while trying to use spring DefaultMessageListenerContainer on an oracle oc4j 10.1.3.2 to listen for messages on ... |
3. Spring transaction management with OC4J: bean definition exception forum.springsource.orgSpring transaction management with OC4J: bean definition exception Hello, I'm a bit new to Springs and I have been trying to implement transaction management using Spring jta transaction manager on OC4j ... |
4. OC4J Transactions from standalone Apps forum.springsource.orgOC4J Transactions from standalone Apps hi we're currently evaluating JTA managers for a new project we're working on. the app will be pure j2se standalone, but will need to perform JTA ... |
5. Uable to get @Transactional to work in OC4J forum.springsource.orgI'm having trouble getting @Transactional to work in OC4J with Hibernate. I get the error "javax.persistence.TransactionRequiredExceptio n: no transaction is in progress" Is there anyone who can see what I'm doing ... |