You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Eric Dalquist (JIRA)" <ji...@apache.org> on 2008/02/15 14:30:08 UTC

[jira] Created: (PLUTO-465) Automatic determination of JAXP usage

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


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.


[jira] Resolved: (PLUTO-465) Automatic determination of JAXP usage

Posted by "Elliot Metsger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliot Metsger resolved PLUTO-465.
----------------------------------

    Resolution: Fixed

Applied,  r632807.

> 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.


[jira] Updated: (PLUTO-465) Automatic determination of JAXP usage

Posted by "Eric Dalquist (JIRA)" <ji...@apache.org>.
     [ 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.