JCA_10046 unmappableServiceImpl.java invalid @Service annotation
----------------------------------------------------------------
Key: TUSCANY-3305
URL: https://issues.apache.org/jira/browse/TUSCANY-3305
Project: Tuscany
Issue Type: Bug
Components: OASIS Compliance - OASIS
Reporter: ant elder
There's an invalid annotation in
JCA_10046/src/main/java/org/oasisopen/sca/test/unmappableServiceImpl.java
which is using the old style @Service with an interface parameter:
-...@service(interfaces={Service1.class, Unmappable.class})
+...@service({Service1.class, Unmappable.class})
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.