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

Erik-Berndt Scheper (JIRA) noreply at atlassian.com
Tue Jul 19 08:41:16 EDT 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42983#comment-42983 ] 

Erik-Berndt Scheper commented on HHH-6456:
------------------------------------------

See:

[Pull request 137 (Hibernate 4.0.x - master)|https://github.com/hibernate/hibernate-core/pull/137]
[Pull request 136 (Hibernate 3.6.x)|https://github.com/hibernate/hibernate-core/pull/136]

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

        


More information about the hibernate-issues mailing list