java - PicketLink ClassNotFoundException org.picketlink.Identity on deployment to WildFly -
i want use picketlink apis in web application on wildfly server. tried use picketlink quickstart "picketlink-authorization-idm-jpa" basic implementation , enhance needs. when deploying (unmodified) application server classnotfoundexception org.picketlink.identity
, don't know how resolve it. did have same problem , found solution that? i'm using eclipse mars , jboss wildfly server 8.2.0 , 9.0.1.
i haven't faced issue before , may try below solutions
1) try adding dependencies,here might picketlink-core-**.jar in manifest.mf 2) if (1) doesn't work try adding jboss-deployment-structure.xml
Comments
Post a Comment