On Wed, Aug 31, 2016 at 8:43 AM Dan Tran <[email protected]> wrote:

> Hi
>
> I have a need  to  inject my jsr330 component into my plugins[1] and I
> found 2 issues
>
> 1. @Inject under MOJO works, but my singleton component @PreDestroy never
> got called
>

@PreDestroy is not part of JSR 330, it's a CDI thing, so no wonder it's not
called.

Reply via email to