TomEE CDI @Inject NullPointerException
问题 I'm trying to get CDI to work in my application, but I only get NullPointerExceptions when I do. When normally instantiating the playlistService, it works perfectly fine, but when I try to use CDI, it doesn't anymore. The server is able to start, but when I add beans.xml to META-INF/ and WEB-INF/ it's also not able to start anymore. PlaylistRESTController.java import javax.inject.Inject; import javax.servlet.http.HttpServletRequest; import javax.ws.rs.*; import javax.ws.rs.core.*; @Path("/api