On Fri, Nov 20, 2009 at 11:15 AM, Sven Linstaedt
<[email protected]> wrote:
> Hi,
>
> has someone tested the correct order of class local interception and
> lifecycle invocation in the case of inherited beans, like it is specified in
> 4.2.?
>
> Like:
>
> class A {
> @PostConstruct
> void initA() {}
> }
>
> class B extends A {
> @PostConstruct
> void initB() {}
> }

Haven't here, but would be interested in your findings.

I believe even basic interceptor ordering via beans.xml is currently
non-deterministic so cross your fingers!

-- 
Eric Covener
[email protected]

Reply via email to