> Am 14.06.2017 um 21:50 schrieb athishsreeram <[email protected]>: > > org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied > dependencies for type SecurityExtension with qualifiers @Default > at injection point [BackedAnnotatedField] @Inject private > org.apache.deltaspike.security.impl.extension.DefaultSecurityStrategy.securityExtension > at > org.apache.deltaspike.security.impl.extension.DefaultSecurityStrategy.securityExtension(DefaultSecurityStrategy.java:0)
Hmm, that sounds like something the JBoss guys should put an eye on. Which server resp Weld version are you using? An Extension _must_ per spec be available for Injection into other beans. So the code itself looks good. Might also be a glitch in Karaf. Hard to say without any sample application. LieGrue, strub
