JCA_10049 serviceNamesMismatchImpl.java invalid annotation
----------------------------------------------------------
Key: TUSCANY-3304
URL: https://issues.apache.org/jira/browse/TUSCANY-3304
Project: Tuscany
Issue Type: Bug
Components: OASIS Compliance - OASIS
Reporter: ant elder
There's an invalid annotation causing a compile error:
JCA_10049\src\main\java\org\oasisopen\sca\test\serviceNamesMismatchImpl.java
when the attribute is using multiple parameters you need to specify the
attribute name:
-...@service({Service1.class, Service1Superset.class}, names={"Service1",
"AnotherService", "YetAnotherService"})
+...@service(value={Service1.class, Service1Superset.class}, names={"Service1",
"AnotherService", "YetAnotherService"})
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.