Upgrading to Oracle SOA Suite 11g PS6 (11.1.1.7)? Do this. By Ahmed Aboulnaga & Harold Dost
July 13, 2014 Leave a comment
Do you need to make any code changes after applying the Oracle SOA Suite 11g PS6 (11.1.1.7) patchset?
Yes, this upgrade requires a few code modifications. So search for the following terms in your code to see if you are affected:
- setProperty
- out.header.wsse_Security
Issue 1: setProperty function requires strings now
If you are using the setProperty function, you need to force the variable to be a string.
After the 11.1.1.7 patchset, this no longer works:
select=’mhdr:setProperty("out.property.replyToAddress",$ReplyToAddress)’
Instead, force the variable into a string, in this example $ReplyToAddress:
select=’mhdr:setProperty("out.property.replyToAddress",string($ReplyToAddress))’/>
Read the complete article here.
For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.
Blog
Twitter
LinkedIn
Facebook
Wiki
