On Fri, Aug 22, 2008 at 2:48 PM, Ramkumar R <[EMAIL PROTECTED]> wrote:
> On Fri, Aug 22, 2008 at 5:55 PM, Vamsavardhana Reddy <[EMAIL PROTECTED]>wrote: > >> >> On Fri, Aug 22, 2008 at 5:21 PM, Ramkumar R <[EMAIL PROTECTED]>wrote: >> >>> Hi Simon, >>> >>> Tried annotating the setter method and things seems be working. >>> >>> Did you mean that, I should use the annotation at the setter method to >>> make it work? >>> >>> Like to know what should be done, if I don't want to use the annotation >>> in any ways? As this special requirement comes from Spring Implementation. >>> >> It will work without annotation when MyService interface has @Remotable >> annotation and there are no other @Reference or @Property annotations in the >> implementation class. >> >>> >>> > Hi Vamsi, > As mentioned, I have MyService interface with @Remotable annotation and > there are no other @Reference or @Property annotations in the implementation > class, but looks like the issue still exist. > > -- > Thanks & Regards, > Ramkumar Ramalingam > Hi By "Tried annotating the setter method and things seems be working." did you mean that it works if you annotate the setter? Your comments following this statement seem to suggest the opposite. Simon
