views:

13

answers:

1

I use Spring.net 1.3 and NHibernate 2.0, develop web applications.

One of my applications cannot change data, and no exceptions throwed.

I checked the log file, It seems that NHibernate can not generate UPDATE,INSERT,DELETE sql. Another application use the same database with same mapping files works fine.

What's wrong with it? Did I miss something?

Thanks in advance.

A: 

link text

Lost tx:attribute-driven in spring.net config file.

Lan