Details
Description
Using the generator in version 2016.11.0 with only cdi and mail fractions (i have more consequent project but the issue is present with very simple project). When starting (with mvn wildfly-swarm:run), i got the error : "WELD-001408: Unsatisfied dependencies for type SocketBindingGroup with qualifiers @Named"
I guess (after discussion in freenode) that the issue occurs due to the presence of wildfly swarm library in the generated jar (bootstrap-2016.11.0.jar).
Anyway it seems that the issue only appears for windows users.
Update (1/9/17) :
With the latest versions, even a simple project with only jaxrs, don't start with wildfly-swarm-plugin:run with the following error :
Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type SocketBindingGroupMarshaller with qualifiers @Default
at injection point [BackedAnnotatedField] @Inject private org.wildfly.swarm.container.runtime.marshal.DMRMarshaller.socketBindingGroupMarshaller
at org.wildfly.swarm.container.runtime.marshal.DMRMarshaller.socketBindingGroupMarshaller(DMRMarshaller.java:0)