Thanks for responding Marten...
ok..I reviewed javadoc and it looks as though the only change is to the configuration file; it needs to include a delcaration for TransactionAwareDataSourceProxy to...
Type: Posts; User: java2design; Keyword(s):
Thanks for responding Marten...
ok..I reviewed javadoc and it looks as though the only change is to the configuration file; it needs to include a delcaration for TransactionAwareDataSourceProxy to...
Thanks for responding..
The example that was posted is a very simple example via Statement. Why start with a difficult example? Once the Spring Framwork is working correctly, I'll make it Judy...
Thanks for responding..
Configuration file below:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"...
I have all the annotations correct and even see the output log state Spring is rolling back the transaction; however, the Oracle table is not rolled back.
Here is the class:
...