[ 
https://issues.apache.org/jira/browse/TUSCANY-4068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13427878#comment-13427878
 ] 

ant elder commented on TUSCANY-4068:
------------------------------------

This is happening because its not yet implemented - the code of 
ClassLoaderModelResover.findResource method just has a TODO comment saying this 
needs to be done:
   public URL findResource(String name) {

        //TODO delegate to the Java import resolvers

        URL url = super.findResource(name);
        return url;
    }


                
> WSDL resources are not found from dependent contributions
> ---------------------------------------------------------
>
>                 Key: TUSCANY-4068
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-4068
>             Project: Tuscany
>          Issue Type: Bug
>            Reporter: ant elder
>             Fix For: Java-SCA-2.x
>
>
> Reporting this from a user: If a contribution imports a namespace from a 
> dependent contribution that exports the namespace then wsdl resources which 
> use that namespace are not found using the context classloader.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to