Aug 26, 2009

JDeveloper 10g: 10.1.3.1 to 10.1.3.5 and BPEL

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:
There are many fix lists and readme but nothing about BPEL.
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!

2 comments:

  1. There is nothing to do between BPEL & JDev.
    Bugfixes for BPEL problems are released through MLRs on SOA versions 10.1.3.3, 10.1.3.4, 10.1.3.5

    ReplyDelete
  2. You are right.
    Here 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
    #

    ReplyDelete