Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Java-SCA-2.0-M5
-
None
-
None
-
Windows XP
Description
I set up the composite in this way.
<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
targetNamespace="http://sample" xmlns:sample="http://sample" name="helloworld_jms">
<component name="HelloworldJMSComponent">
<implementation.java class="jms.HelloworldImpl" />
<service name="HelloJMSService">
<interface.java interface="jms.HelloworldService" />
<tuscany:binding.jms uri="jms://helloworld"/>
</service>
</component>
</composite>
When running the tuscany, it throws an exception:
Caused by: org.oasisopen.sca.ServiceRuntimeException: [Contribution: file:/D:/wo
rkspace/amqp/sample-helloworld/target/sample-helloworld.jar, Artifact: helloworl
d_jms.composite] - XMLSchema validation error occured in: helloworld_jms.composi
te ,line = 25, column = 26, Message = cvc-complex-type.2.4.a: Invalid content wa
s found starting with element 'tuscany:binding.jms'. One of '
' is expected.