[ https://issues.apache.org/jira/browse/TUSCANY-3978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155931#comment-13155931 ]
ant elder commented on TUSCANY-3978: ------------------------------------ This looks like bug in Java to me. The problem is at line 46 in org.apache.tuscany.sca.common.xml.dom.ParserPool in borrowFromPool where it calls setValue on the Map.Entry but this is not writing through to the actual value in the Map which the JavaDoc for setValue clear says it should do. I'm using an IBM JDK i'll try an Oracle one and see if that makes any difference. > The common-xml module DOMHelperTestCase testPool tests fail when running with > JDK7 > ---------------------------------------------------------------------------------- > > Key: TUSCANY-3978 > URL: https://issues.apache.org/jira/browse/TUSCANY-3978 > Project: Tuscany > Issue Type: Bug > Reporter: ant elder > Fix For: Java-SCA-2.0 > > > The common-xml module DOMHelperTestCase testPool tests fail when running with > JDK7 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira