Does Oracle BPEL PM support WS-Coordination?

Hi,
I'm looking for a BPEL PM that implements transaction management, following the WS-Coordination specifications. Oracle has defined a Web Service Coordination Framework specification (WS-CF) in July 28, 2003. Does Oracle BPEL PM 10.1.2 implements this specification?
If not, how can I manage pure BPEL transactions?
Is there documentation or examples about this?
Thanks,
Gaetano

Thanks Sandor,
I'm aware of the compensation handler.
I have read several articles where Oracle said that they have implemented WS-Coordination. I downloaded the Oracle BPEL PM, read the documentation, but I didn't find anything about a Coordinator service (where the services participating in the transaction have to register themselves ) or about the management of Context information in the SOAP headers by the BPEL engine.
Gaetano

Similar Messages

  • Does Oracle 10G R2 support installation on Windows 2003 Domain Controller?

    Does Oracle 10g R2 support installation on Windows 2003 Domain Controller? I remember that 10g R1 had issues with the DC? Is it still the case. Does it work now?
    Any help is appreciated.
    Regards,
    Raghav

    We have Oracle 10g R2 running on a Windows 2003 domain controller. It was not a domain controller when Oracle was installed. The domain was created after installation. (I don't recommend that procedure. I spent a long day fixing the installation after they configured the domain.) If Oracle is unhappy with being on a domain controller, it has not shown it yet.

  • Does Oracle XML Parser support double byte charset?

    Hi,
    Does Oracle XML Parser support double byte characters such as Korean or Chinese? If so, please tell me what version and how to construct xml/xsl files (...encoding="???")?
    Thanks for any help,
    Tuan

    Hi Raymond,
    Thank you for your help. It worked when I running in JDeveloper with your posted code. However, when I tried in my real application, it won't work.
    The problem is for localization purposes, my application using some texts display in browsers are saved in Unicode file. Later, application runs and depends on languages setting in browsers, with JavaServlet retrieves those texts and saves in formated xml StringBuffer. Then, using existed XSL Stylesheet file and OracleXMLParser to generate an output HTML.
    It has worked fine with English, France or others (single byte characters), but it can't
    for double bytes character such as Korean or Chinese. I also tried different charset in xml file.
    The following is one of returning errors:
    -- oracle.xml.parser.v2.XSLException: XSL-1004: Error while parsing input XML document (<Line 1, Column 552>: XML-0221: (Fatal Error) Invalid char in text.)
    I run this app in win2000/IIS with ServletExec3.0, JDK1.2.2 and OracleXMLParser v2.0.2.10
    Thank you for any helps,
    Tuan
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Raymond Hayes Jr ([email protected]):
    Nothing fancy 'cause I'm half asleep but I used your xml/xsl and it seemed to work. No errors anyway. This is what I put together in JDeveloper 3.2
    package demo;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import oracle.xml.parser.v2.*;
    public class CuriosityKilledTheCat extends HttpServlet {
    * Initialize global variables
    public void init(ServletConfig config) throws ServletException {
    super.init(config);
    * Service the request
    public void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    try
    XSLStylesheet xsl = new XSLStylesheet( new URL ("file:///c:\\temp\\input.xsl") , null );
    XSLProcessor xp = new XSLProcessor();
    XMLDocument xd = new XMLDocument ();
    XMLDocumentFragment xf = new XMLDocumentFragment();
    xf = xp.processXSL ( xsl , new URL ( "file:///c:\\temp\\input.xml") , null );
    System.out.println ( "here" );
    xd.appendChild( xf );
    xd.print ( response.getOutputStream() );
    catch ( Exception e )
    System.out.println ( e.getMessage() );
    * Get Servlet information
    * @return java.lang.String
    public String getServletInfo() {
    return "demo.CuriosityKilledTheCat Information";
    }<HR></BLOCKQUOTE>
    null

  • Newbie: does Oracle BPEL Process Manager support http-get/post binding?

    Hi all,
    i'm a newbie in using bpel4ws. Two things i must know before using the Oracle BPEL Process Manager:
    1. Does the manager support the sub-specification bpel4ws?
    2. I want to orchestrate some services which aren't binded using http-SOAP or rpc. They are binded using http-GET and http-POST. Does the manager support these bindings too?

    Hi Clemens,
    thanks for answering.
    Ähhm... as i told you, i'm newbie here. I searched for the content of
    samples/tutorials/702.bindings/http
    But i'm afraid i don't know where to start. Its no URL and i didn't find the source of this path. Can you add the full URL or tell me how to get to the source of these samples?
    thanks
    Albrecht

  • Does Oracle Service Registry Support non SOA artifacts?

    I read through some of the Oracle Service registry documentation and it seems like it only supports storing only these 4 types of artifacts in the registry.
    Oracle Service Registry provides you with functionality to register the following resources:
    *• WSDL definition*
    *• XML file*
    *• XML Schema (XSD)*
    *• XSL Transformation*
    So can the registry not be used to register other resources like Jar files, BPEL processes, shared portlets and any other generic artifacts we want to be in the registry?
    Thanks

    That is true but OER (Oracle Enterprise Repository) supports many other types like the ones you mentioned.

  • Does Oracle Advanced Queueing support JRockit?

    Does anyone know if Oracle Advanced Queueing supports JRockit (1.5 or 1.6),
    or better still, does anyone have experience using this?

    AQ is an in-database implementation of Java Messaging Service (JMS).
    With that in mind could you please ask your question again including specifics as to what you are thinking.

  • Does oracle 10.1 support transparent data encryption?

    hi,
    does oracle Release 10.1.0.3.0 support transparent data encryption?
    if not, what can i use instead?
    thanks

    According to http://download-uk.oracle.com/docs/cd/B14117_01/network.101/b10772/asoconfg.htm ,
    data encryption is supported for Oracle Net services in release 10.1.

  • Does Oracle JDBC driver support cancel()?

    In JDBC API, class Statement has a cancel method, and its support depends on the implementation of the JDBC dirver.
    Does any Oracle JDBC driver support this feature? Thanks.

    Does any Oracle JDBC driver support this feature? Thanks.
    It is supported (but not by the server-side Thin driver); the return value will be "ORA-17015 Statement was cancelled"
    cheers,
    Mary

  • Does Oracle BPEL process manager ships jdeveloper bpel designer

    I had downloaded Oracle bpel process manager and installed on my desktop but I am unable to find jdeveloper bpel designer shiped with process manager.
    Could any one update me regarding the same

    Hi,
    Follow the steps which I have mentioned.If you want to start with BPEL you can do either of the two things.
    1) If you are interested in only BPEL then download and install BPEL server from oracle site. For coding you need to have Jdeveloper.
    or
    2) If you want to use all the components of SOA then download version 10.1.3.1 and install SOA suite. Apply Patch to upgrade version to 10.1.3.3.
    After installation of server, download Jdeveloper 10g and Unzip the file to use it.
    Hope I clarified your doubt.
    Cheers,
    Abhi...

  • Does Oracle XML parser support scripts?

    I've tried using scripts in my XSL which I parse with Oracle XML parser v2. If the function does not exist, I get error. But if the function exists, I get nothing at all on the output! Not even simple function that only returns a string.
    I also have the same problems with <xsl:eval>.
    Thank you for reading this,
    David.

    We fully support the XSLT 1.0 Recommendation.
    <xsl:eval> and <xsl:script>
    are not features of the XSLT standard.

  • Does Oracle 9i Lite supports Thai language?

    We are developing mobile application[residing in a laptop] using java and Oracle 9i lite version [Release 5.0.2]. The application has English and Thai version. After we upload all the data[thai and english phrases] to Oracle lite from server [residing in Sun Solaris, Oracle 91] we were able to see the Thai characters in mobile, but for some phrases there is an extra English character amended to the phrase. We are not doing any char conversion here, just collecting the data from server and inserting to lite version DB.
    Entries in polite.ini are,
    [All Databases]
    DatabaseID=501
    DataDirectory=C:\oracle\ora90\Mobile\Sdk\OLDB40
    NLS_LOCALE=ENGLISH
    MessageFile=C:\oracle\ora90\Mobile\Sdk\BIN\OLITE40.MSB
    DBCharEncoding=Native
    When i ran through the release document for Oracle9i Lite Release 5.0.2, i can relalize that it is not supporting Thai language. Correct me if i am wrong.
    Did any of the latest Lite version supports Thai language. How about 10g? Or any alternatives is there in Release 5.0.2 itself.
    Thanks and looking forward for your reply.
    Best Regards,
    Muthu

    Hello,
    I am not sure to understand your question.
    Oracle Lite is a SQL Database , and you can access it from Oracle Application Server using the correct JDBC driver and then use the JSP Tag libs to access the data (JSTL SQL) or any JDBC API in J2EE.
    If I am not answering your question please add more details about what you are trying to achieve...
    Regards
    Tugdual Grall

  • Does Oracle XML Parser support Content Validation

    Hi there,
    Could someone out there give me a hint on whether the Oracle XML Parser has the capability of handling Content Validation? If yes, what's the mechanism behind it?
    From my understanding of the Oracle XML Parser, even with the validating mode turned on, the parser only validates the XML data against the DTD (if any), which involves checking whether or not the attribute names and element tags are legal, whether nested elements belong to where they are, and so on. But I dont see any Content Validation. And my guess is that this feature, namely Content Validation, is simply not supported in the current version of the Oracle XML Parser. Am I right?
    Any suggestion would be greatly appreciated. Thanks.
    ---Denali
    null

    Hi there,
    Could someone out there give me a hint on whether the Oracle XML Parser has the capability of handling Content Validation? If yes, what's the mechanism behind it?
    From my understanding of the Oracle XML Parser, even with the validating mode turned on, the parser only validates the XML data against the DTD (if any), which involves checking whether or not the attribute names and element tags are legal, whether nested elements belong to where they are, and so on. But I dont see any Content Validation. And my guess is that this feature, namely Content Validation, is simply not supported in the current version of the Oracle XML Parser. Am I right?
    Any suggestion would be greatly appreciated. Thanks.
    ---Denali
    null

  • Quick answer needed----Does Oracle ADF Mobile support Canvas in HML5?

    I am interested in Oracle ADF Mobile and want to develop a native mobile product on ipad maybe other tablet devices with CAD functionality. But I can't find a way to create HTML5 with Canvas on it. I wonder if Oracle ADF Mobile can do it. If so, how?
    Thanks
    Ling
    Edited by: 973623 on Nov 28, 2012 8:51 AM

    Hi,
    ADF Mobile comes with a rich set of Data Visualization Components (charts/graphs/etc) that's based on HTML5 Canvas. You would not need to develop your own set of HTML5 components. This is applicable to the new on-device version of ADF Mobile. You would need to create an ADF Mobile app, and create your user interface using AMX components. The graphics component set is call DVT Mobile AMX.
    If you decide to create your own HTML5-based pages with HTML5 canvas-based graphics component, you can still host your own HTML5 page inside ADF Mobile. However, you would need to create your own HTML5 page.
    Thanks,
    Joe Huang

  • Does Oracle BPEL recognise multiple parts (payloads) per message

    Got a wsdl part of which is :
    <wsdl:message name="InsertSeries">
    <wsdl:part name="SeriesTitle" element="tns:SeriesTitle"/>
    <wsdl:part name="SeriesId" element="tns:SeriesId"/>
    <wsdl:part name="ProgrammeIdRef" element="tns:ProgrammeIdRef"/>
    <wsdl:part name="SeriesStatus" element="tns:SeriesStatus"/>
    <wsdl:part name="ProductionAreaIdRef1" element="tns:ProductionAreaIdRef1"/>
    </wsdl:message>
    On processing via BPEL, BPEL only seems to be passing the first wsdl:part and ignoring the remainder. Is this a version problem ???
    currently on 10.1.3.1.0

    Hi
    Yes, it is a bug, check this:
    My experience 1: optSoapShortcut + Messages with more than one part
    However, it works if you are call a process which is deployed on the same machine, same BPEL server. Check the above post.

  • Does Oracle iStore 11i support integration with any analytics tool ?

    Hi
    We are planning to implement analytics with Oracle iStore 11i . However it seems like there is an integration possible with Oracle web analytics in R12. and there seems no such facility in 11i. Or is there one?
    Also is there there any means available in Oracle iStore 11i to integrate with external Analytics tools like Google Analytics.
    Thanks in Advance.
    Regards
    Srinivas

    Hello Srinivas,
    iStore introduces integration with Web Analytics in Release 12. There is no integration in Release 11i.
    We have no documented way for integration with the Google Analytics.
    Note that iStore allows users the flexibility to modify the jsp's to meet your business needs. Therefore, you could modifiy to enable tracking by Google Analytics.
    We do not have any seeded integration.
    Please advise on any additional questions.
    Thank you,
    Deborah Bourgeois, Oracle Customer Support

Maybe you are looking for

  • Best practice for OSB, OER and OSR

    Hi, I would like to know what are the best practices for using OSB, OER and OSR together in a run-time environment for a simple WSDL service. From how I see it: 1) Create service-definition in OER 2) Create proxy and business service in OSB 3) Use ha

  • Problem regarding bpm message split scenario

    hi experts, iam doing a scenario file->bpm->file scenario msg->msg1+msg2 message will be split like this my second msg is logically deleted from system.i found this in PE of sxmb_moni i got only the first part of the splitting. start->receive->transf

  • How can i buil labview program to get the area and curvatures at top with video analyis?

    labview program building... Solved! Go to Solution.

  • Print option in OAF Screen .

    Dear Friends , I have OAF page developed with table layout region , now i would like to add a button in the same page . The main functionality of this button should be same as browser's " PRINT" ( Control +p) option  . How can i enable this button in

  • Copying database access with App copy

    I have few applications that I need to copy (COPYAPP) including the security like user access to the databases but this is not getting done when I use COPYAPP esscmd.Any help/suggestion will be appreciated.Mohammad G