You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Daniel Kulp (JIRA)" <tu...@ws.apache.org> on 2006/04/27 23:47:37 UTC

[jira] Created: (TUSCANY-239) Need access to WSDLs by namespace

Need access to WSDLs by namespace
---------------------------------

         Key: TUSCANY-239
         URL: http://issues.apache.org/jira/browse/TUSCANY-239
     Project: Tuscany
        Type: Improvement

  Components: Java SCA Core  
    Reporter: Daniel Kulp



In order to replace usage of the SCDLAssemblyModelLoaderImpl with the WSDLDefinitionRegistry, the registry needs to have a method to lookup the definitions based on a namespace. 

Patch is included.   Patch for the Celtix binding will be forthcoming.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (TUSCANY-239) Need access to WSDLs by namespace

Posted by "Jeremy Boynes (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-239?page=all ]
     
Jeremy Boynes closed TUSCANY-239:
---------------------------------

    Resolution: Fixed

Patch applied - thanks

> Need access to WSDLs by namespace
> ---------------------------------
>
>          Key: TUSCANY-239
>          URL: http://issues.apache.org/jira/browse/TUSCANY-239
>      Project: Tuscany
>         Type: Improvement

>   Components: Java SCA Core
>     Versions: M1
>     Reporter: Daniel Kulp
>     Assignee: Jeremy Boynes
>      Fix For: M1
>  Attachments: core.patch
>
> In order to replace usage of the SCDLAssemblyModelLoaderImpl with the WSDLDefinitionRegistry, the registry needs to have a method to lookup the definitions based on a namespace. 
> Patch is included.   Patch for the Celtix binding will be forthcoming.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (TUSCANY-239) Need access to WSDLs by namespace

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-239?page=all ]

Jean-Sebastien Delfino reassigned TUSCANY-239:
----------------------------------------------

    Assign To: Jeremy Boynes

> Need access to WSDLs by namespace
> ---------------------------------
>
>          Key: TUSCANY-239
>          URL: http://issues.apache.org/jira/browse/TUSCANY-239
>      Project: Tuscany
>         Type: Improvement

>   Components: Java SCA Core
>     Versions: M1
>     Reporter: Daniel Kulp
>     Assignee: Jeremy Boynes
>      Fix For: M1
>  Attachments: core.patch
>
> In order to replace usage of the SCDLAssemblyModelLoaderImpl with the WSDLDefinitionRegistry, the registry needs to have a method to lookup the definitions based on a namespace. 
> Patch is included.   Patch for the Celtix binding will be forthcoming.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (TUSCANY-239) Need access to WSDLs by namespace

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/TUSCANY-239?page=comments#action_12377903 ] 

Jean-Sebastien Delfino commented on TUSCANY-239:
------------------------------------------------

Jeremy, this is in the area of the WSDLDefinitionRegistry. Would you want to review it before it gets applied?

> Need access to WSDLs by namespace
> ---------------------------------
>
>          Key: TUSCANY-239
>          URL: http://issues.apache.org/jira/browse/TUSCANY-239
>      Project: Tuscany
>         Type: Improvement

>   Components: Java SCA Core
>     Versions: M1
>     Reporter: Daniel Kulp
>      Fix For: M1
>  Attachments: core.patch
>
> In order to replace usage of the SCDLAssemblyModelLoaderImpl with the WSDLDefinitionRegistry, the registry needs to have a method to lookup the definitions based on a namespace. 
> Patch is included.   Patch for the Celtix binding will be forthcoming.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (TUSCANY-239) Need access to WSDLs by namespace

Posted by "Daniel Kulp (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-239?page=all ]

Daniel Kulp updated TUSCANY-239:
--------------------------------

    Attachment: core.patch


Patch to add getDefinitionsForNamespace to registry

> Need access to WSDLs by namespace
> ---------------------------------
>
>          Key: TUSCANY-239
>          URL: http://issues.apache.org/jira/browse/TUSCANY-239
>      Project: Tuscany
>         Type: Improvement

>   Components: Java SCA Core
>     Reporter: Daniel Kulp
>  Attachments: core.patch
>
> In order to replace usage of the SCDLAssemblyModelLoaderImpl with the WSDLDefinitionRegistry, the registry needs to have a method to lookup the definitions based on a namespace. 
> Patch is included.   Patch for the Celtix binding will be forthcoming.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (TUSCANY-239) Need access to WSDLs by namespace

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-239?page=all ]

Jean-Sebastien Delfino updated TUSCANY-239:
-------------------------------------------

    Fix Version: 0.91
    Description: 
In order to replace usage of the SCDLAssemblyModelLoaderImpl with the WSDLDefinitionRegistry, the registry needs to have a method to lookup the definitions based on a namespace. 

Patch is included.   Patch for the Celtix binding will be forthcoming.

  was:

In order to replace usage of the SCDLAssemblyModelLoaderImpl with the WSDLDefinitionRegistry, the registry needs to have a method to lookup the definitions based on a namespace. 

Patch is included.   Patch for the Celtix binding will be forthcoming.

        Version: 0.91

> Need access to WSDLs by namespace
> ---------------------------------
>
>          Key: TUSCANY-239
>          URL: http://issues.apache.org/jira/browse/TUSCANY-239
>      Project: Tuscany
>         Type: Improvement

>   Components: Java SCA Core
>     Versions: 0.91
>     Reporter: Daniel Kulp
>      Fix For: 0.91
>  Attachments: core.patch
>
> In order to replace usage of the SCDLAssemblyModelLoaderImpl with the WSDLDefinitionRegistry, the registry needs to have a method to lookup the definitions based on a namespace. 
> Patch is included.   Patch for the Celtix binding will be forthcoming.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira