|
From: Rob H. <ro...@ca...> - 2004-08-05 13:40:19
|
All,
I am noticing some strange behavior when using method replacement.
I have a bean that has two methods: foo(String) and foo(Object). My
method replacer will only replace foo(String) and in my configuration I
specify:
<replaced-method name="fooBean" replacer="methodReplacer">
<arg-type>String</arg-type>
</replaced-method>
Yet the method replacer is getting invoked whenever I invoke foo(Object)
is this correct or is this a bug?
rob
|