只是为了确认你是否确实…
你是否包括了
<!-- tell spring to use annotation based congfigurations --><context:annotation-config /><!-- tell spring where to find the beans --><context:component-scan base-package="zz.yy.abcd" />
你的应用程序context.xml中的位?
另外我不确定你是否可以通过这种设置使用jta事务类型?那不需要数据源托管的连接池吗?因此,请尝试使用RESOURCE_LOCAL。



