[ 
https://issues.apache.org/jira/browse/JDO-468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481666
 ] 

Matthew T. Adams commented on JDO-468:
--------------------------------------

JAXP, the standard API for XML parsing, is available for JDK 1.3, via a 
separate download.  I'm not sure which version of the JAXP standard works on 
JDK 1.3, but we're not using anything extremely advanced in the JAXP API.  It 
comes standard with JDK 1.4 onward.  Proposed solution is to just use JAXP, and 
note that users must install & configure JAXP themselves for pre-JDK 1.4 usages 
of jdoconfig.xml.  There is no impact on the traditional usage of .properties 
files on any platform.

> Identify JDK 1.3 XML parser or increase requisite minimum JDK level to 1.4
> --------------------------------------------------------------------------
>
>                 Key: JDO-468
>                 URL: https://issues.apache.org/jira/browse/JDO-468
>             Project: JDO
>          Issue Type: Task
>          Components: api2, api2-legacy, specification
>    Affects Versions: JDO 2 maintenance release 1
>            Reporter: Matthew T. Adams
>             Fix For: JDO 2 maintenance release 1
>
>
> With the additions proposed in JDO-467, we need to identify the XML parser to 
> use.  The current minimum JDK supported by JDO is 1.3, which doesn't come 
> standard with an XML parser.  We can either update the minimum required JDK 
> to 1.4, which does come with an XML parser out of the box, or identify a 
> solution that works in a 1.3 and later environment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to