我有以下项目结构(Maven):- ext-spiInterceptor (both binding and implementation) + some REST service (RequestScoped CDI Bean) which isservice API and data model, finally goes to `war/WEB
service facade (maven type EJB (provided to War)我使用CDI将所有的==>连接在一起,在所有maven项目中都有一个beans.xml文件.CDI运作得很好。但是,当我将@PersistenceUnit注释放在核心项目中时,它不起作用。(字段为空)
当我在EJB项目中使用@