我在 JBoss AS 7.1.1 下运行了 HawtIO,但是当我尝试部署到 WildFly 8.0.0 时它失败并显示以下内容
org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type Injector with qualifiers @Default
at injection point [BackedAnnotatedField] @Inject private org.sonatype.guice.bean.binders.TypeConverterMap.injector
和
org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type Injector with qualifiers @
Default
at injection point [BackedAnnotatedParameter] Parameter 1 of [BackedAnnotatedMethod] @Inject org.sonatype.guice.bean.l
ocators.DefaultBeanLocator.autoPublish(Injector)
我已经使用 WildFly 8.0.0 和 8.1.0CR 尝试了各种版本的 HawtIO(1.3.0、1.3.1、1.4.0),但到目前为止都没有运气。HawtIO 的所有版本都与 JBoss AS 7.1.1 一起使用,所以我猜问题出在 WildFly 上?