[ https://issues.apache.org/jira/browse/PLUTO-465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eric Dalquist updated PLUTO-465: -------------------------------- Attachment: pluto_jaxp.diff If the "org.apache.pluto.useJaxp" property is not set the patch checks the "java.specification.version" system property to determine the JDK version. The version string is parsed to a Double and if it is >= 1.5 USE_JAXP is set to true. If not the JAXP_DEFAULT value is used. > Automatic determination of JAXP usage > ------------------------------------- > > Key: PLUTO-465 > URL: https://issues.apache.org/jira/browse/PLUTO-465 > Project: Pluto > Issue Type: Improvement > Components: descriptor > Affects Versions: 1.1.4 > Reporter: Eric Dalquist > Fix For: 1.1.5 > > Attachments: pluto_jaxp.diff > > > Add support in the descriptor service to automatically determine if JAXP can > be used if the "org.apache.pluto.useJaxp" system property is not set. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.