javaeclipsewildflypicketlink

PicketLink ClassNotFoundException org.picketlink.Identity on deployment to WildFly


I want to use the PicketLink APIs in a web application on a WildFly server. I tried to use the PicketLink Quickstart "picketlink-authorization-idm-jpa" as a basic implementation and enhance it for my needs. But always when deploying the (unmodified) application to my server I get a ClassNotFoundException org.picketlink.Identity and I don't know how to resolve it. Did someone have the same problem and found a solution for that? I'm using Eclipse Mars and the JBoss WildFly server 8.2.0 and 9.0.1.


Solution

  • I could solve the problem by myself by changing the PicketLink-dependency from 2.8.0.Beta1-SNAPSHOT to 2.7.0.Final. I accidentally used 2.7.0.Final-SNAPSHOT before which also didn't work.