Hi;

In example 1.3.6, method signature has

"public Object authorize(InvocationContext ic) "

AFAIK @AroundInvoke method must obey following signature:

"Object <METHOD>(InvocationContext) throws Exception"

It seems that "throws Exception" part is forgotten!

Thanks;

--Gurkan