Hi,everyone:
i'm studying spring controller and get the exception when i try to validate a
SimpleFormController with XML based validator.
the springweb-servlet.xml :
<bean...
Type: Posts; User: mycoy; Keyword(s):
Hi,everyone:
i'm studying spring controller and get the exception when i try to validate a
SimpleFormController with XML based validator.
the springweb-servlet.xml :
<bean...
To jtigger:
the problem is about autocommit. i have configured <property name="defaultAutoCommit" value="false" /> in the datasouce, and everything is ok now. thanks a lot.
but i still get...
Hi everyone:
i'm using spring2+hiberante3+oracle11g. i have cofigured transaction management in spring . But whatever eception occurs, oracle will not rollback.
My spring configuration:...