- sigh –
Guess I should check hibernate.org every week instead of every month. The trouble I had with antlr yesterday is fixed in this release. Apparently they now use a patched antlr1.7.5H3.jar version of antlr which uses a different class loading mechanism.
I’m not so sure the problem is fixed. I downloaded Hibernate 3.0.5 on June 10, which included antlr-2.7.5H3.jar, and I just encountered the “panic” bug today.
It seems that new antlr=2.7.5H3.jar is working ok.
My problem now is how to make Weblogic 7 to use that library instead of the older one it has at its own classpath. Despite of referencing to it in the PRE_CLASSPATH variable, it does not work correctly. At this point the main problem is that JSP’s are not rendered!!!