All,

There is an issue in PicketLink [1] that requires the module descriptor in WildFly to depend on "org.hibernate" and "org.javassist" to support two components called "JPABasedTokenRegistry" [2] and "JPABasedRevocationRegistry" [3].

How would you suggest this issue to be fixed?

The issue has also been logged in WildFly already [4]. There are samples of the JPA registries available in my blog [5][6].

Regards,

-- 
Fernando

[1] https://issues.jboss.org/browse/PLINK2-97
[2] https://access.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.1/html/API_Documentation/files/javadoc/org/picketlink/identity/federation/core/sts/registry/JPABasedTokenRegistry.html
[3] https://access.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.1/html/API_Documentation/files/javadoc/org/picketlink/identity/federation/core/sts/registry/JPABasedRevocationRegistry.html
[4] https://issues.jboss.org/browse/WFLY-1691
[5] http://simplesassim.wordpress.com/2013/07/12/how-to-use-the-jpa-based-token-registry-in-picketlink/
[6] http://simplesassim.wordpress.com/2013/07/21/how-to-use-the-jpa-based-revocation-registry-in-picketlink/