Main menu:

 

PALMA IT

Locations of visitors to this page

Site search

  • Categories

  • Archive

    November 2008
    M T W T F S S
    « Oct    
     12
    3456789
    10111213141516
    17181920212223
    24252627282930

    Archive for 'Oracle BPEL'

    Create an ADF ViewObject based on BPEL’s HumanWorkflow Tasklist

    A few posts ago I blogged about how you can access BPEL HumanWOrkflow with a standalone Java program. In this post I will go one step further and show you how you can create a viewobject based on the HumanWorkFlowReader. You can use this viewobject for example in your JHeadstart Application Definition file so you [...]

    Oracle’s BPEL example ‘StockQuoteService’ is not working correctly

    Just for those going through the examples of Oracle BPEL that are delivered with the SOA Suite 10.1.3.1: There is a minor issue with the supplied service ‘StockQuoteService’ which is in the ‘/samples/tools’ directory and is used in some of the supplied tutorials. If you run this service, it will always return ‘0.00′, for every [...]

    Compile error when generating webservice proxies with JDeveloper 10.1.3

    For a web-application I had once to create a web service proxy to communicate with a web service. In this application we also communicated with BPEL via the HumanWorkflow API. Why this is of interest you will see later.
    So creating the proxy was a really simple thing to do with JDeveloper 10.1.3. Just run the [...]

    Getting Human Workflow Tasklist from Oracle BPEL

    For my last project we had to get access to the HumanWorkflow Tasklist that was created and maintained by Oracle BPEL 10.1.3.1. For this purpose BPEL comes with an API that should be used. However, for the latest release there isn’t very much documentation about it. After searching the internet I ended up in this [...]