- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
How to use Custom Fulfillment Handler node in Aveksa 7.1.0P06
We have migrated our Aveksa version from 6.9 to 7.1.0P06
In 6.9 version, for one of our application we were using fulfillment handler node of type web service fulfillment in the fulfillment workflow and the service files are located in location /home/oracle/fulfillment-handler/ws-handler/services.
After upgrade to 7.1.0, we noticed that web service fulfillment type is missing in fulfillment handler node.
Can anyone please suggest on how we can use the fulfillment handler node of type web service fulfillment in version 7.1.0P06.
- Tags:
- Community Thread
- Discussion
- Forum Thread
- Identity G&L
- Identity Governance & Lifecycle
- IG&L
- IGL
- Installation & Upgrade
- nishant
- RSA Identity
- RSA Identity G&L
- RSA Identity Governance & Lifecycle
- RSA Identity Governance and Lifecycle
- RSA IGL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Have you recompiled for 7.1.0? With changes to the version of Java we compile against to some potential changes to APIs you likely need to recompile and ensure everything still resolves fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Adding to what Sean said, that fulfilment handler you mention is not a default part of the RSA IGL application. It is most likely a custom piece of code that was created for your 6.9.1 environment. So you would need to recompile it using the new JDK version used by v7.1.0 then include it in the aveksa.ear file (use customizeACM.sh if on Wildfly).
Having said that, from the name of your fulfilment handler (Web Services), you might even reconsider using such a customer component on v7.1.0. The AFX connectors have changed and improved since 6.9.1 so you may find what you need as an out-of-the-box connector template now.
