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.