Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Resource annotation in ManagedBeans

Hi all!

I just found that @Resource(s) are not injected in classes annotated as @ManagedBean(s), although it does work in WebServlets...
Is this the expected behavior?

Should I use CDI/Weld to solve this issue?

Cheers,

/rp

Back to the top