Hi, I wanted to test pull actions, so I am trying to build and deploy the LDAPPasswordPullActions example:
https://github.com/apache/syncope/blob/syncope-2.1.5/core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/pushpull/LDAPPasswordPullActions.java I was able compile that class cleanly and I added that class to the <TOMAT>/webapps/syncope/WEB-INF/lib/syncope-core-provisioning-java-2.1.5.jar and then I bounced the Tomcat server. However, when I go into the Syncope admin web app and check under Implementations ==> PULL_ACTIONS, I don't see any pull actions appearing. Did I add the new class file to the correct JAR file? If so, what else would cause the new PULL ACTION to not appear? Thanks, Jim
