Hi Ram, I have made the changes as you suggested and ran the CallbackClientTestCase in Eclipse. I have verified in the debugger that the reference is computed without any @Reference annotation in the class and the test ran fine. What am I missing?
You can set a breakpoint at line 121 in HeuristicPojoProcessor and verify that 'type' has a reference as expected. ++Vamsi On Fri, Aug 22, 2008 at 8:05 PM, Ramkumar R <[EMAIL PROTECTED]> wrote: > Hi Vamsi, > > To reproduce the same, please refer sample callback-ws-client. As I > explained in my first message replace the > > @Reference protected MyService myService; > > in MyClientImpl.java at line number 37 with the getter and setter message > as shown above. > > -- > Thanks & Regards, > Ramkumar Ramalingam >
