I was searching for the changes from JDeveloper 10.1.3.1 to 10.1.3.5 related to BPEL technology. Here the official webpages:
Even on metalink i was not able to find anything...
So if anybody knows how to get the lists with the JDeveloper patches related to BPEL, please add a comment to this blog ;-)
Thanks!
- Oracle JDeveloper 10.1.3.1
- Oracle JDeveloper 10.1.3.2
- Oracle JDeveloper 10.1.3.3
- Oracle JDeveloper 10.1.3.4
- Oracle JDeveloper 10.1.3.5
Even on metalink i was not able to find anything...
So if anybody knows how to get the lists with the JDeveloper patches related to BPEL, please add a comment to this blog ;-)
Thanks!
There is nothing to do between BPEL & JDev.
ReplyDeleteBugfixes for BPEL problems are released through MLRs on SOA versions 10.1.3.3, 10.1.3.4, 10.1.3.5
You are right.
ReplyDeleteHere the documentation from 10.1.3.3.1 MLR #6:
# ------------------------------------------------------------------------------
# NOTE: Please follow below instructions for patching your JDEVELOPER install.
# This is related with Bug 6083024 : TEXT AND HTML DOC THAT RECEIVED AS
# ATTACHMENTS WERE EITHER BLANK OR GARBLED
# ------------------------------------------------------------------------------
# Please follow the below steps for manually updating the bpm-services.jar
# with NotificationService.xsd in your JDEV install
#
# 1. Take a backup of existing $JDEV_HOME/integration/lib/bpm-services.jar
#
# 2. % cd $JDEV_HOME/integration/lib/
#
# 3. % jar xvf bpm-services.jar oracle/tip/pc/services/wsdl/NotificationService.xsd
#
# 4. Manually copy NotificationService.xsd from the patch to oracle/tip/pc/services/wsdl/
#
# 5. % jar uvf bpm-services.jar oracle/tip/pc/services/wsdl/NotificationService.xsd
#
# 6. % rm -rf oracle/
#
# 7. Take a backup of existing $JDEV_HOME/integration/lib/bpm-ide-common.jar
#
# 8. Manually copy bpm-ide-common.jar from the patch to $JDEV_HOME/integration/lib/bpm-ide-common.jar
#