The AbstractServiceAwareBean throws exceptions on method invocation.
See the code.
(Object[])method.getParameters() won't work, as it returns Parameter objects and not the actual method arguments.
The test (AbstractServiceAwareBeanTest) doesn't catch this, and would need to be modified as well.
The AbstractServiceAwareBean throws exceptions on method invocation.
See the code.
(Object[])method.getParameters()won't work, as it returnsParameterobjects and not the actual method arguments.The test (
AbstractServiceAwareBeanTest) doesn't catch this, and would need to be modified as well.