Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Java-SCA-2.x
-
None
Description
/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