Petr Andreev commented on Task PLINK-319

Thank you Pedro, i managed to configure the PL 2.5.3-SNAPSHOT with the picketlink-as-subsystem branch WFLY_8.PLINK-348 on WF 8.CR1. But while deploying my app depending on PL i get deployment exception:
Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type IdentityStoreAutoConfiguration with qualifiers @Default
at injection point [BackedAnnotatedField] @Inject private org.picketlink.producer.IdentityManagerProducer.autoConfig
at org.picketlink.producer.IdentityManagerProducer.autoConfig(IdentityManagerProducer.java:0)
at org.jboss.weld.bootstrap.Validator.validateInjectionPointForDeploymentProblems(Validator.java:361)
at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:282)
..............................................
Somehow the @AplicationScoped is not evaluated by Weld (i checked weld trace, it just complains about:
[org.jboss.weld.Event] (MSC service thread 1-7) WELD-000411: Observer method [BackedAnnotatedMethod] public org.picketlink.internal.IdentityStoreAutoConfiguration.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.

, but no Bean creation/init at all!)
Right now im stuck with it...

By the way- do you plan an IdentityManager (wrapper) implementation for Undertow? I`m trying to integrate PL with Undertow AuthenticationMechanisms for custom auth-method...
Thank you! I find, the PL team does a great job.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira