Hi, I have a questions of understanding.
As I understand servlets instantiated in an TomEE Server are under control of CDI (if a beans.xml is present) and of EJB. Is that behavior part of the JEE Spec or is that a property of the TomEE Container? I assume the later. Is there a way to configure TomEE to bring an arbitrary Class of an war file under the control of CDI or EJB? Martin
