You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Rajini Sivaram (JIRA)" <tu...@ws.apache.org> on 2008/03/14 18:16:24 UTC

[jira] Closed: (TUSCANY-2067) URL Handling in Tuscany breaks when Tuscany is run under OSGi

     [ https://issues.apache.org/jira/browse/TUSCANY-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajini Sivaram closed TUSCANY-2067.
-----------------------------------

    Resolution: Fixed

Revision 637139 adds support for bundle URLs as contributions and contribution artifacts in Tuscany. Both bundle:// and bundleresource:// URLs are supported, but the code has only been tested under Apache Felix, so I am not sure if any extra work is required for Equinox.

> URL Handling in Tuscany breaks when Tuscany is run under OSGi
> -------------------------------------------------------------
>
>                 Key: TUSCANY-2067
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2067
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.1
>            Reporter: Rajini Sivaram
>            Assignee: Rajini Sivaram
>             Fix For: Java-SCA-1.2
>
>
> Code in the old DefaultSCADomain and the new domain/node APIs  manipulate URLs returned by classloader.getResource() to open a directory or jar file
> corresponding to a contribution. This breaks when Tuscany is run under OSGi since OSGi returns bundle:// or bundleresource:// URLs instead of the file:// and jar:// URLs supported under Tuscany. A full description of the problem and possible solutions are described in the thread http://www.mail-archive.com/tuscany-user@ws.apache.org/msg02213.html.

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org