[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6456) Test failure in CachedPropertyRefCollectionTest behind a proxy

Erik-Berndt Scheper (JIRA) noreply at atlassian.com
Tue Jul 19 07:58:17 EDT 2011


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: 4.0.0.Beta3, 3.6.5
            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: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list