I have had HawtIO running under JBoss AS 7.1.1 but when I try to deploy to WildFly 8.0.0 it fails with the following
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
and
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)
I have tried various version of HawtIO (1.3.0, 1.3.1, 1.4.0) with WildFly 8.0.0 and 8.1.0CR and have had no luck so far. All version of HawtIO worked with JBoss AS 7.1.1 so I am guessing the issue is with WildFly?