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.
hibernate.cfg.xml のリスナーが呼び出されないのはなぜですか?
これにはどのような理由が考えられますか? これは Tomcat アプリです。
xxx.NotificationEventListenerというクラスがあると確信しています
<event type="post-insert"> <listener class="xxx.NotificationEventListener" /> </event>
...
<event>これは、プロジェクトが Hibernate 4 にアップグレードされ、要素が処理されなくなったためです。
<event>