03-16-07 06:11 PM
[ https://issues.apache.org/jira/brow...action_12481666 ]
Matthew T. Adams commented on JDO-468:
--------------------------------------
JAXP, the standard API for XML parsing, is available for JDK 1.3, via a sepa
rate 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 c
omes standard with JDK 1.4
onward. Proposed solution is to just use JAXP, and note that users must ins
tall & configure JAXP themselves for pre-JDK 1.4 usages of jdoconfig.xml. T
here is no impact on the traditional usage of .properties files on any platf
orm.
> 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 com
e w
ith 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.
[ Post a follow-up to this message ]
|