我正在使用Weblogic 12.2.1.3.0,我想知道是否可以使用CDI 2.0。 我的beans.xml如下:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
http://xmlns.jcp.org/xml/ns/javaee/beans_2_0.xsd"
bean-discovery-mode="all" version="2.0">
</beans>
答案 0 :(得分:1)
Weblogic 12c似乎是JavaEE 7,因此您将使用CDI 1.2。不太可能有替代CDI实现的方法。