"alesj" wrote :
| And two more which can probably be handled by our aspectized MC configuration:
| - lookup-method
(
http://www.springframework.org/docs/reference/beans.html#beans-factory-lo...)
| - replaced-method
|
Adding this should be pretty trivial and can be done from the AOPConstructorJoinPoint. How
will I know that this is the thing to do though? i.e. where will I find whatever the
following becomes:
| <lookup-method name="createCommand" bean="command"/>
|
This needs to be something that is visible from aop-mc-int, which we probably do not want
to make dependent on spring-int.
"alesj" wrote :
|
(
http://www.springframework.org/docs/reference/beans.html#beans-factory-ar...)
|
This can be implemented as an aspect for the affected methods. How will I get hold of
| <replaced-method name="computeValue"
replacer="replacementComputeValue">
| <arg-type>String</arg-type>
| </replaced-method>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051246#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...