An Integration Server contains a shared library with a common error handling routine. The shared library is redeployed with an updated error handling routine with some new logging. When will the applications that use the shared library start using the updated routine?
If a shared library is updated, the changes are immediately visible to all referencing applications.
If you want to deploy and manage just one copy of those common resources, use a shared library. A shared library can be deployed directly to an integration server. Any application can reference the resources in that deployed shared library.
Currently there are no comments in this discussion, be the first to comment!