Dears,
I'm tring to deploy my app developed around the ejb3 + hibernate shipped with the standard JBoss-4.0.4GA.
I tested this very same conf against java-1.5.0_06-b05 under Windows XP, java-1.5.0_08-b03 under Linux and java- 1.5.0_06-64 under MacOS X 10.4.7.
Under both Windows XP and Linux it works fine. Under MacOS X 10.4.7 it reports a couple of:
Code:
ERROR [DTDEntityResolver] Don't use old DTDs, read the Hibernate 3.x Migration Guide!
and, of course, it want not deploy.
Please note I'm not using old DTDs: it's a 3.0 doctype...
I don't think it is a matter of OSes flavors, but probably it is due to the 64bit java running in my MacOS machine...
Anybody of you heard of any hibernate problem under 64-bit archs?
Regards,
Giampaolo