I find if I use
@InjectObject("spring:testService")
public abstract ITestService getTestService();
It throws a java.lang.IllegalArgumentException:
argument type mismatch.
If I use
@InjectObject("spring:testService")
public abstract Object getTestService();
I works great.
What's happen?
Who can tell me ?
Thanks .
Jun Tsai
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
