How to set the priority order on Jar Files.
search cancel

How to set the priority order on Jar Files.

book

Article ID: 215019

calendar_today

Updated On:

Products

CA Identity Suite CA Identity Manager

Issue/Introduction

CA Identity manager PolicyXpress is unable to invoke SOAP Web Service.  After some investigations, the problem was identified as a conflict with another 3rd Party binary.  The library (axis2-jaxws-1.7.4.jar) took priority over the regular axis library that IM uses to run Web Services from the IM. After removing the axis2 jar, SOAP Web Service request executed as expected from Policy Xpress.

Is there any way to keep the axis2 jar but direct IM to run SOAP with the regular axis jar?

Environment

Release : 14.4

Component : IdentityMinder(Identity Manager)

Resolution

There is no way to instruct priority/order. In general, Broadcom advises developers to ensure custom code is compatible with the core IM code rather than have the code jostle for priority.