Try putting the interface to all the DAOImpl classes in the source property like:
If you are using
java 1.5 / Spring 2.5 then you can annotate the class/methods with @Transactional
and define the bean as:
The AnnotationTransactionAttributeSource works with spring 2.0 as well, You will have to check the documentation for that.