Upload Jars without restart
Hi All,
For the past few months I have been developing custom ICF connectors. Until recently, when I wanted to test some update, I would use the following process:
1. Build connector bundle jar
2. FTP jar to home directory on OIM machine
3. Update jar using the upload jars utility (connector bundle option)
4. Purge cache (argument "all")
This would upload the new code, and the very next provisioning task or scheduled task that ran using my connector would execute the updated code.
Suddenly, while I was working on one connector, it stopped updating. I know things don't happen "suddenly", but that is the case here. I follow the process from above, but when I execute the code, it still executes the old version. If I run the download jars utility and then decompile, I can see that the new code does in fact exist. The only solution I know of is to restart the OIM server.
0