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

Strong Liu (JIRA) noreply at atlassian.com
Tue Jul 19 13:18:14 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Strong Liu resolved HHH-6456.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 4.0.0.next
                   3.6.6
         Assignee: Strong Liu

> 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
>            Assignee: Strong Liu
>            Priority: Trivial
>             Fix For: 3.6.6, 4.0.0.next
>
>
> 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