You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2007/03/28 00:07:32 UTC

[jira] Created: (CXF-494) Check jar file first before doing classpath search when resolving entires.

Check jar file first before doing classpath search when resolving entires.
--------------------------------------------------------------------------

                 Key: CXF-494
                 URL: https://issues.apache.org/jira/browse/CXF-494
             Project: CXF
          Issue Type: Improvement
            Reporter: Jarek Gawor


The attached patch changes slightly how the entires are resolved when the base uri is a jar file. The code will first check the parent jar for the entry and then performs classpath search if the entry is not found.


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


[jira] Updated: (CXF-494) Check jar file first before doing classpath search when resolving entires.

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

Jarek Gawor updated CXF-494:
----------------------------

    Attachment: CXF-494.patch

The test also requires an updated common/common/src/test/java/org/apache/cxf/resource/resources/helloworld.bpr file.

> Check jar file first before doing classpath search when resolving entires.
> --------------------------------------------------------------------------
>
>                 Key: CXF-494
>                 URL: https://issues.apache.org/jira/browse/CXF-494
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Jarek Gawor
>         Attachments: CXF-494.patch
>
>
> The attached patch changes slightly how the entires are resolved when the base uri is a jar file. The code will first check the parent jar for the entry and then performs classpath search if the entry is not found.

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


[jira] Updated: (CXF-494) Check jar file first before doing classpath search when resolving entires.

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

Jarek Gawor updated CXF-494:
----------------------------

    Attachment: helloworld.bpr

Attached updated common/common/src/test/java/org/apache/cxf/resource/resources/helloworld.bpr file.


> Check jar file first before doing classpath search when resolving entires.
> --------------------------------------------------------------------------
>
>                 Key: CXF-494
>                 URL: https://issues.apache.org/jira/browse/CXF-494
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Jarek Gawor
>         Attachments: CXF-494.patch, helloworld.bpr
>
>
> The attached patch changes slightly how the entires are resolved when the base uri is a jar file. The code will first check the parent jar for the entry and then performs classpath search if the entry is not found.

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


[jira] Resolved: (CXF-494) Check jar file first before doing classpath search when resolving entires.

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

Jarek Gawor resolved CXF-494.
-----------------------------

    Resolution: Fixed

Patch applied (Committed revision 525949).

> Check jar file first before doing classpath search when resolving entires.
> --------------------------------------------------------------------------
>
>                 Key: CXF-494
>                 URL: https://issues.apache.org/jira/browse/CXF-494
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Jarek Gawor
>         Attachments: CXF-494.patch, helloworld.bpr
>
>
> The attached patch changes slightly how the entires are resolved when the base uri is a jar file. The code will first check the parent jar for the entry and then performs classpath search if the entry is not found.

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