Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は休止状態とiReportで作業しており、クラスパスを適切に構成していますが、SQLServerで動作するesotyがダイアレクトクラスをインスタンス化できませんでしたというエラーが発生します。
これは方言です
<property name="dialect"> org.hibernate.dialect.SQLServerDialect </property>
御時間ありがとうございます。
この問題は、プロジェクトと ireport クラスパスで 2 つの異なるバージョンの hibernate が使用されている場合に発生します。プロジェクトと ireport クラスパスの両方が同じバージョンの hibernate を指していることを確認してください。