Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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(
+@Service(value={Service1.class, Service1Superset.class}
, names=
{"Service1", "AnotherService", "YetAnotherService"})