こんにちは、Hibernate 3.6.3 アプリケーションを Hibernate 4 に移行しようとしていますが、次のエラーが発生します。
Invalid property 'dataSource' of bean class
[org.springframework.orm.jpa.LocalEntityManagerFactoryBean]:
Bean property 'dataSource' is not writable or has an invalid
setter method. Does the parameter type of the setter match the
return type of the getter?
私はこの投稿を見てきました: JPA と SpringIOc の統合
LocalEntityManagerFactoryBean を使用すると上記のエラーが発生しますが、LocalContainerEntityManagerFactoryBean を使用すると、DAO Bean の作成時にエラーが発生します。
spring.orm の依存関係の構成の問題だと思いますが、行ったすべての依存関係の変更が機能していないため、わかりません。
JPA、Hibernate 3.6.3、および Spring アプリケーションを適応させるための Hibernate 4 移行ガイドはどこにありますか?