Re: Problem implementing First test Syncope pull action

2020-05-04 Thread ohaya
Hi, FYI, I put the original syncope-core-provisioning-java-2.1.5.jar back and bounced the Tomcat, and the pull action is still not appearing in the console. Jim On Monday, May 4, 2020, 03:02:40 AM EDT, wrote: Hi, Actually, I was just looking at the original

Re: Problem implementing First test Syncope pull action

2020-05-04 Thread ohaya
Hi, Actually, I was just looking at the original syncope-core-provisioning-java-2.1.5.jar and that has a class with the same name in the same directory inside the JAR. I'm assuming that was because you all include that when we built Syncope. So when I did what I did, I basically just

Re: Problem implementing First test Syncope pull action

2020-05-04 Thread Andrea Patricelli
I never followed this way and is quite unusual to apply such customizations. Please follow the approach that I suggested: add the class to the archetype codebase , build Syncope and redeploy the whole war of the core. Alternatively, if you're runing a 2.1.X version, you could add at runtime

Re: Problem implementing First test Syncope pull action

2020-05-04 Thread ohaya
Hi, No. I was able to build the LDAPPasswordPullActions.java separately, in Eclipse, using JARs from the Syncope installation. That got me the LDAPPasswordPullActions.class file in ./org/apache/syncope/core/provisioning/java/pushpull/LDAPPasswordPullActions.class. Then, I ran: jar uf

Re: Problem implementing First test Syncope pull action

2020-05-04 Thread Andrea Patricelli
Hi Jim, Il 03/05/20 18:14, oh...@yahoo.com ha scritto: Hi, I wanted to test pull actions, so I am trying to build and deploy the LDAPPasswordPullActions example: