Thanks for your help Guys. It looks the tapestry IoC doesn't have a
handle on the ComponentAssemblerSource so am trying a different avenue.
Jack
On 05/09/11 13:03, Steve Eynon wrote:
The following should list all services that you're able to advise (I
just tried it on T5.3 but saw no ComponentAssemblerSource):
@Advise
@Match("*")
public static void siteKeyPageCache(MethodAdviceReceiver receiver) {
System.err.println(receiver.getInterface().getName());
}
If you really need it you could try looking to see if
@PreventServiceDecoration is preventing your usage, and if so, munky
patch your IoC classes.
Steve.
On 5 September 2011 19:59, Thiago H. de Paula Figueiredo
<thiag...@gmail.com> wrote:
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org