Manifest Content In 'oracle.soa.ext.jar' Overriden Every Time SOA Bundle Patch Applied
(Doc ID 3040623.1)
Last updated on SEPTEMBER 15, 2024
Applies to:
SOA on Marketplace - Version N/A and laterInformation in this document applies to any platform.
Symptoms
ACTUAL BEHAVIOR
---------------
The contents of oracle.soa.ext.jar\META-INF\MANIFEST.MF, specifically "Class-Path", is being overwritten when a new SOA bundle patch is applied.
For example, the file starts out as follows before applying the SOA bundle patch:
Ant-Version: Apache Ant 1.10.12
Created-By: 1.8.0_401-b25 (Oracle Corporation)
Implementation-Vendor: Oracle
Implementation-Title: Oracle SOA EXT
Implementation-Version: 12.1.2
Product-Name: Oracle SOA EXT
Product-Version: 12.1.2.0.0
Specification-Version: 11.1.1
Extension-Name: oracle.soa.ext
Class-Path: CUSTOM_APPLICATION.jar classes/
But after applying the SOA bundle patch the original "Class-Path" setting is lost, and an incorrect value is found:
Ant-Version: Apache Ant 1.9.2
Created-By: 1.8.0_301-b09 (Oracle Corporation)
Implementation-Vendor: Oracle
Implementation-Title: Oracle SOA EXT
Implementation-Version: 12.1.2
Product-Name: Oracle SOA EXT
Product-Version: 12.1.2.0.0
Specification-Version: 11.1.1
Extension-Name: oracle.soa.ext
Class-Path: ../../../../../../../data/domains/soacloud_domain/soa/oracle.soa.ext_11.1.1/oracle.soa.ext.jar classes/
The original custom jar file has to be restored to "Class-Path" using the following document:
How to Add Custom Classes and JAR Files to a SOA Composite Application (Doc ID 2965722.1)
EXPECTED BEHAVIOR
-----------------------
The expectation is that the original "Class-Path" setting should be retained after a SOA bundle patch is applied.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |