Hi All,

I am using the lastest nightly of javaconfig (574), when I try to insert data into the database I get "javax.persistence.TransactionRequiredExceptio n: no transaction is in progress" error.

I have the @AnnotationDrivenTx on my configuation classes that have DAO's in them and I have a TransactionManager bean named "transactionManager".

These same DAO's worked with the XML configuration and the @Transactional annotation. I dont get any errors unitl I try to insert data.

I am not seeing what I am doing wrong.

Any help would be greatly appreciated.

Thanks,
Mike