Hi,
The SCA Java C&I Spec says: "The service names of the defined services
default to the names of the interfaces or class, without the package name."
So I assume for the following annotation:
@Service(interfaces = {MyListService.class, MyListServiceByYear.class})
We're going to have two services named as "MyListService" and
"MyListServiceByYear".
The current code seems to use the fully-qualified class name as the service
name. As a result, if we use <componentName>/<serviceName> as a wire target,
it will throw a "TargetServiceNotFoundException". Is this a bug?
Thanks,
Raymond
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]