]
Erik-Berndt Scheper commented on HHH-6456:
------------------------------------------
See:
[Pull request 137 (Hibernate 4.0.x -
Test failure in CachedPropertyRefCollectionTest behind a proxy
--------------------------------------------------------------
Key: HHH-6456
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6456
Project: Hibernate Core
Issue Type: Bug
Affects Versions: 3.6.5, 4.0.0.Beta3
Reporter: Erik-Berndt Scheper
Priority: Trivial
With the JDK 1.6.0_25 (master) I am getting test failures in
{{org.hibernate.test.propertyref.cachedcollections.CachedPropertyRefCollectionTest}}
The same test failure occurs in 3.6 with JDK 1.5.0_22.
The root cause of this test failure can be found in the file
{{hibernate-core/src/test/java/org/hibernate/test/propertyref/cachedcollections/Mappings.hbm.xml}}
which contains a DOCTYPE referring to
{noformat}"http://hibernate.org/dtd/hibernate-mapping-3.0.dtd"{noformat}
The {{org.hibernate.internal.util.xml.DTDEntityResolver.java}} only resolves the DOCTYPE
{noformat}"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd"{noformat} and
the old sourceforge one.
A simple fix is to add "www." to the DOCTYPE.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: