You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Lori VanGulick (JIRA)" <ji...@apache.org> on 2008/12/01 20:01:44 UTC

[jira] Created: (AXIS2-4158) Enhance URIResolverImpl to be able to use static XML catalog

Enhance URIResolverImpl to be able to use static XML catalog
------------------------------------------------------------

                 Key: AXIS2-4158
                 URL: https://issues.apache.org/jira/browse/AXIS2-4158
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: jaxws
            Reporter: Lori VanGulick
            Priority: Minor


URIResolverImpl currently does not attempt to resolve using a static XML  catalog.  Updated URIResolverImpl to extend
CatalogURIResolver and attempt to use the catalog to resolve if a catalog is available.  If catalog resolution fails,
revert to existing resolveEntity logic to resolve remotely.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-4158) Enhance URIResolverImpl to be able to use static XML catalog

Posted by "Lori VanGulick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674699#action_12674699 ] 

Lori VanGulick commented on AXIS2-4158:
---------------------------------------

Reworked fix on top of changes from AXIS2-4209, such that CatalogURIResolver extends URIResolverImpl.

> Enhance URIResolverImpl to be able to use static XML catalog
> ------------------------------------------------------------
>
>                 Key: AXIS2-4158
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4158
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Lori VanGulick
>            Priority: Minor
>
> URIResolverImpl currently does not attempt to resolve using a static XML  catalog.  Updated URIResolverImpl to extend
> CatalogURIResolver and attempt to use the catalog to resolve if a catalog is available.  If catalog resolution fails,
> revert to existing resolveEntity logic to resolve remotely.

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


[jira] Resolved: (AXIS2-4158) Enhance URIResolverImpl to be able to use static XML catalog

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

Jeff Barrett resolved AXIS2-4158.
---------------------------------

    Resolution: Fixed

Patch committed to revision 745925.
Thanks for submitting the patch Lori!

> Enhance URIResolverImpl to be able to use static XML catalog
> ------------------------------------------------------------
>
>                 Key: AXIS2-4158
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4158
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Lori VanGulick
>            Assignee: Jeff Barrett
>            Priority: Minor
>         Attachments: Axis2-4158.patch
>
>
> URIResolverImpl currently does not attempt to resolve using a static XML  catalog.  Updated URIResolverImpl to extend
> CatalogURIResolver and attempt to use the catalog to resolve if a catalog is available.  If catalog resolution fails,
> revert to existing resolveEntity logic to resolve remotely.

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


[jira] Updated: (AXIS2-4158) Enhance URIResolverImpl to be able to use static XML catalog

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

Lori VanGulick updated AXIS2-4158:
----------------------------------

    Attachment: Axis2-4158.patch

attached patch

> Enhance URIResolverImpl to be able to use static XML catalog
> ------------------------------------------------------------
>
>                 Key: AXIS2-4158
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4158
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Lori VanGulick
>            Priority: Minor
>         Attachments: Axis2-4158.patch
>
>
> URIResolverImpl currently does not attempt to resolve using a static XML  catalog.  Updated URIResolverImpl to extend
> CatalogURIResolver and attempt to use the catalog to resolve if a catalog is available.  If catalog resolution fails,
> revert to existing resolveEntity logic to resolve remotely.

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


[jira] Assigned: (AXIS2-4158) Enhance URIResolverImpl to be able to use static XML catalog

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

Jeff Barrett reassigned AXIS2-4158:
-----------------------------------

    Assignee: Jeff Barrett

> Enhance URIResolverImpl to be able to use static XML catalog
> ------------------------------------------------------------
>
>                 Key: AXIS2-4158
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4158
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Lori VanGulick
>            Assignee: Jeff Barrett
>            Priority: Minor
>         Attachments: Axis2-4158.patch
>
>
> URIResolverImpl currently does not attempt to resolve using a static XML  catalog.  Updated URIResolverImpl to extend
> CatalogURIResolver and attempt to use the catalog to resolve if a catalog is available.  If catalog resolution fails,
> revert to existing resolveEntity logic to resolve remotely.

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