Anyway the original processBean() observer should not match producer methods either...
Why not? ProcessProducerMethod<?, ?> is a sub-type of ProcessBean<?> and thus assignable. We have a test which relies on the extension being notified for producer methods, so it's definitely called in this case. Actually I think it also should work the way you suggested, not sure why it doesn't.
|