Re: [jira] Commented: (TUSCANY-2165) Java runtime should inject service references to field with common name in absence of @Reference

2008-04-03 Thread Simon Nash
Vamsavardhana Reddy (JIRA) wrote: [ https://issues.apache.org/jira/browse/TUSCANY-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12585048#action_12585048 ] Vamsavardhana Reddy commented on TUSCANY-2165:

Re: [jira] Commented: (TUSCANY-2165) Java runtime should inject service references to field with common name in absence of @Reference

2008-04-03 Thread Raymond Feng
Hi, I think the SCA spec needs to define what java implementation classes qualify for Unannotated Implementation. I could write an component impl as follows: public class MyServiceImpl implements MyService { ... } @Remotable public interface MyService { ... } Is MyServiceImpl satisfying no