Hello, I am using hibernate to access Postgres DB from JBoss ear application. My application is running in JBoss clusters.
I have application logic using post-insert event listeners.
When I add a row from one JBoss application, i am getting the trigger on same system as expected. But the trigger is not appearing on other nodes in the JBoss cluster.
What I need to do more to make hibernate work in JBoss clustering environment. If I add secondary cache , will it solve my problem.
I am using JBoss 6.0.0 , PostgreSQL DB 9.0 and hibernate3.
Thanks, Saran
|