You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Mike Edwards (JIRA)" <de...@tuscany.apache.org> on 2009/04/14 11:29:15 UTC

[jira] Resolved: (TUSCANY-2961) JSONP

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

Mike Edwards resolved TUSCANY-2961.
-----------------------------------

    Resolution: Fixed

Resolved with 764719 - changed the "model" entry to the form described in the JIRA

> JSONP 
> ------
>
>                 Key: TUSCANY-2961
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2961
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA JSON-RPC Binding Extension
>    Affects Versions: Java-SCA-2.0
>            Reporter: Mike Edwards
>            Assignee: Mike Edwards
>            Priority: Minor
>             Fix For: Java-SCA-2.0
>
>
> /tuscany-binding-jsonp/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor
> contains an incorrect class in its "model" entry:
> model=org.apache.tuscany.sca.binding.rmi.RMIBinding
> With this value, loading under OSGi fails as the RMIBinding class is not in the same bundle as binding-jsonp.
> The model entry should read:
> model=org.apache.tuscany.sca.binding.jsonp.JSONPBinding

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