Thursday, 9 October 2008

LIVE Problem in Our Project Regarding Hibernate Clustering

From 2 weeks one problem is bothering us quite a lot and we are unable to trace that problem until today.

Problem was in LIVE environment for one of our products we are unable to get hibernate connection properly in a clustered environment.

It was an intrim error like it occurs sometimes and few times it does not occur.

Finally Finally our collegue Adrian Young Found out the problem and updated us.

Well we missed below line in hibernate.cfg.xml.

<property name="hibernate.jndi.weblogic.jndi.replicateBindings">false</property>

Hope it helps anyone who is in this same trap.

This thread gives more information than me.

No comments: