Does jDeveloper support activity links?

I have tried jDev 10.1.3.3 as well as 11g tech preview 4.
Does jDeveloper support modeling of activity links? I can't seem to find that anywhere. An example of how links are used:
<flow ...>
<links>
<link name="checkFlight-To-BookFlight" />
</links>
<documentation>
check availability of a flight, hotel and rental car concurrently
</documentation>
<invoke name="checkFlight" ...>
<sources>
<source linkName="checkFlight-To-BookFlight" />
</sources>
</invoke>
<invoke name="checkHotel" ... />
<invoke name="checkRentalCar" ... />
<invoke name="bookFlight" ...>
<targets>
<target linkName="checkFlight-To-BookFlight" />
</targets>
</invoke>
</flow>
An article http://www.it-eye.nl/weblog/2006/10/20/benefit-from-concurrent-flows-and-activity-links-in-bpel-ws/ mentions that "Oracle BPEL designer (JDeveloper plug-in) doesn’t support it yet, although it is supported run-time by the Oracle BPEL engine". The article is from 2006, is this still the case?

Yes.  You just can't use the YouTube widget.  You need to go to the Youtube page and get the embed code and add that to the standard HTML snippet in iWeb.
OT

Similar Messages

  • File Adapter Sender - Does XI support Active connection mode?

    Does the file adapter support Active connection mode?

    What do you mean by this? R u talking about FTP connections?
    VJ

  • Does iBook support internal links in PDF eBooks?

    Hello,
    I am creating an eBook in Adobe InDesign. After exporting to the PDF format I create internal hyperlinks in Adobe Acrobat that allow for better usability in the digital format.
    When I open the PDF eBook on the iTouch or iPad, these links do not even show up, let alone even work.
    Does iBooks even support links in PDF documents?
    These links work when opening in Adobe Reader and Adobe's Digital Editions eBook reader.
    Thanks,
    -Matt-

    This appears to suggest that it does, but with issues
    http://www.ipadprojectsbook.com/2010/06/22/ibooks-1-1-disoriented-pdf-links/

  • I have just installed Acrobat 9 @ version 9.0.0 on my Windows laptop.  I want to perform the updates to 9.5.5, but Adobe does not provide active links.  Any help?

    I just got off of "chat" with someone with a very long and unpronounceable name, and he told me that the download links I have found for the various update for Acrobat 9 are no longer active.  I already knew that...   My question is: where can I get them, then?  The files existed at one time, and they must be somewhere...  Any help?

    Unfortunately, it worked very easily for me - so I have no troubleshooting suggestions.  I can, however, post in more detail what I found and what I did...
    When I followed the link above, I found a listing of all versions of Adobe revs from 3.x thru 11.x - I clicked on 9.x.  In there was listing showing the various 9.x revs: 9.0, 9.1, 9.1.1, 9.1.2, etc.  Inside each of these, the next page just shows a "misc" folder.  After clicking on that, you finally get to the .msp file that you are looking for.  In my case, when I clicked on a .msp file to download it my computer asked me if I was really, really sure because these kinds of files can harm my computer.  I said OK, and never encountered any problems.
    It is important that you install the files in the correct order, and skip the right ones.  Also, some of the folders contain more than one .msp file - so it is important that you choose the right one...  I found this list and followed it:
    AcroProStdUpd910_T1T2_incr.msp
    AcrobatUpd911_all_incr.msp
    AcrobatUpd912_all_incr.msp
    AcrobatUpd913_all_incr.msp
    AcrobatUpd920_all_incr.msp
    AcrobatUpd930_all_incr.msp
    AcrobatUpd932_all_incr.msp
    AcrobatUpd933_all_incr.msp
    AcrobatUpd940_all_incr.msp
    AcrobatUpd942_all_incr.msp
    AcrobatUpd945_all_incr.msp
    AcrobatUpd946_all_incr.msp
    AcrobatUpd950_all_incr.msp
    AcrobatUpd951_all_incr.msp
    AcrobatUpd952_all_incr.msp
    AcrobatUpd953_all_incr.msp
    AcrobatUpd955_all_incr.msp
    Most of these require a restart of the computer, which I immediately did.  At some point (I wasn't paying attention, since I didn't expect it), Adobe Updater took over after a restart and did the rest of the upgrade in one fell swoop.  (I think it was around 9.4.2 or so...)
    Hope that helps!

  • Does javafx support active-x?

    Hi,
    I want to open a web page, which includes active-x object, with JavaFx. Following the given codes: http://docs.oracle.com/javafx/2/webview/jfxpub-webview.htm; I can connect the webpage, see all object except the active-x object. Is there any way to display active-x object with javafx html browser?
    Thanks.

    No

  • ORA-20211: Active job does not exist, cannot link to job record.

    Getting the above error while executing OWB mapping in production environment.
    Details of the error :
    ORA-20211: Active job does not exist, cannot link to job record.
    ORA-06512: at "RADRUN.WB_RT_MAPAUDIT", line 1278
    ORA-06512: at "RADRUN.WB_RT_MAPAUDIT", line 2110
    ORA-06512: at "RADSTG.MAP_STG_AIRCRAFT", line 2384
    ORA-06512: at "RADSTG.MAP_STG_AIRCRAFT", line 2513
    RADRUN -- runtime schema
    RADSTG -- Target schema where mappings deployed.
    source database is accessed through a DB link.
    OWB version - 10.1.0.4.0
    Oracle - 9.2.0.6.0
    Here mappings are getting executed by calling a pl/sql procedure. This pl/sql procedure is executed every day by scheduling a dbms_job. After the error, the job is in hanging.
    Last week also the same error happened, on that occasion , restarted the database and re submitted the job. Mapping executed without any error.
    Looking for the expert comments

    Hi.
    See Note:125860.1 in metalink (and please, lol to solution #3). It applies to older OWB versions though... Are you using DBMS_JOB or OEM to run these mappings? If so, then the metalink note might be useful help.
    Karesz, I believe if the source database was down, it would fail with an ORA-12XXX Error.
    Regards,
    Marcos

  • JDeveloper 11.1.2.3, ADF Faces: declarative component does not support af:clientListener?

    I am trying to create a declarative component with the following code:
    <?xml version='1.0' encoding='UTF-8'?>
    <af:componentDef xmlns:af="http://xmlns.oracle.com/adf/faces/rich" var="attrs" componentVar="comp" definition="private"
                     xmlns:afc="http://xmlns.oracle.com/adf/faces/rich/component">
        <af:xmlContent>
            <afc:component>
                <afc:display-name>DoubleClickTableDialogClientServerListener</afc:display-name>
                <afc:component-extension>
                    <afc:component-tag-namespace>org.mskcc.crdb.common.declarativecomponent</afc:component-tag-namespace>
                    <afc:component-taglib-uri>http://www.mskcc.org</afc:component-taglib-uri>
                </afc:component-extension>
            </afc:component>
                <af:clientAttribute name="serverListenerType" value="TableDoubleClickEvent"/>
                <af:clientListener method="handleTableDoubleClick" type="dblClick"/>
                <af:serverListener type="TableDoubleClickEvent"
                                   method="#{EditAddDialogTemplateBean.handleTableDoubleClick}"/>
        </af:xmlContent>
    </af:componentDef>
    At runtime I recieve the following error:
    javax.faces.view.facelets.FaceletException: ADF_FACES-60023:Component: DoubleClickTableDialogClientServerListenerComponent[oracle.adf.view.rich.component.fragment.UIXInclude$ContextualFacesBeanWrapper@7170a7, id=dctdcsl1] does not support client listeners.
      at oracle.adfinternal.view.faces.facelets.rich.BaseClientListenerHandler.apply(BaseClientListenerHandler.java:53)
    This component was intended to be dropped off within an af:table component. I would like to hear suggestions on workarounds, one other way I thought about was to create a code template for the three tags, however, the con to this approach is each developer would need to configure this template within jdeveloper. Ideas are appreciated.
    Also a side question, how can I embed code properly with the new forum? [code] tag does not seem to work now.

    Wes, can't help with the real question, but can tell you how to format code
    Change to the advanced editor (top right over the editor field), then you get more options. The one you are looking for is behind the blue '>>'. Here you select the language you want to insert and you get nice code formatting and color.
    Timo

  • The requested operation could not be performed because OLE DB provider "MSOLAP" for linked server does not support the required transaction interface.

    I am getting the following error when attempting to INSERT the results of an "EXEC(@MDXQuery) at SSAS LinkedServer":
    The requested operation could not be performed because OLE DB provider "MSOLAP" for linked server does not support the required transaction interface.
    Here is code that illustrates what I am doing:
    DECLARE @MDX varchar(max);
    SET @MDX='
    SELECT
    [Measures].[Extended Service Count]
    } ON COLUMNS,
    NON EMPTY [Organization].[By Manufacturer].[Manufacturer]
    ON ROWS
    FROM (
    SELECT
    {[Organization].[Org Tree].&[2025],[Organization].[Org Tree].&[2040]} ON 0
    FROM [MyCube]
    /* Test 1 */
    EXECUTE(@MDX) at SSASLinkedServer;
    /* Test 2 */
    DECLARE @ResultsB TABLE (
    Manufacturer varchar(255)
    , ExtendedServiceCount float
    INSERT INTO @ResultsB (Manufacturer, ExtendedServiceCount) EXECUTE(@MDX) at SSASLinkedServer;
    Test 1 succeeds, returning expected results, and Test 2 fails returning the error mentioned above.
    Other articles I've found so far don't seem to apply to my case.  I am not creating any explicit transactions in my code.   When I use OPENQUERY, I am able to do the insert just fine, but not when I use EXEC @MDX at LinkedServer.
    Unfortunately in some variations of the query, I run into the 8800 character limit on OPENQUERY, so I need to use this other approach.
    Any ideas?
    -Tab Alleman

    Hi Tab,
    In this case, SQL Server Analysis Services doesn’t support Distributed Transactions by design. Here is a similar thread about this issue for your reference, please see:
    http://social.technet.microsoft.com/Forums/en-US/8b07be45-01b6-49d4-b773-9f441c0e44c9/olaplinked-server-error-msolap-for-linked-server-olaplinked-server-does-not-support-the?forum=sqlanalysisservices
    One workaround is that use SQLCMD to execute the EXEC AT command and saved the results to a file, then import using SSIS.
    If you have any feedback on our support, please click
    here.
    Regards,
    Elvis Long
    TechNet Community Support

  • [svn:fx-trunk] 12077: Although Spark RichText does not support link formats , modifying compiled FXG to not generate ActionScript code that will cause compile time exceptions .

    Revision: 12077
    Revision: 12077
    Author:   [email protected]
    Date:     2009-11-20 18:16:32 -0800 (Fri, 20 Nov 2009)
    Log Message:
    Although Spark RichText does not support link formats, modifying compiled FXG to not generate ActionScript code that will cause compile time exceptions.
    Removing references to Flex Builder 3 in RPC.
    QE notes: N/A
    Doc notes: N/A
    Bugs:
    SDK-24305 - Link format property nodes cause errors on RichText in FXG 2.0
    SDK-24322 - A couple references to Flex Builder 3 in Flex 4 LangRef (and code comments)
    Reviewer: Deepa
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24305
        http://bugs.adobe.com/jira/browse/SDK-24322
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/XMLDecoder.as
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java

  • HT4993 does the Iphone 4s have or support active x

    does anyone know if the Iphone 4S has active X or support active X for online security camera viewing

    A friend has an iPhone 4s and he can split the keyboard on it, but it doesn't work on my 4s.  I'm not sure why, unless it's because his 4s is newer than mine.

  • Does JDeveloper 9.0.2 support EJB2.0?

    By default, it generates EJB1.1 code, Does JDeveloper 9.0.2 support EJB2.0?

    JDeveloper 9.0.3 supports EJB 2.0. The preview release of JDeveloper 9.0.3 is available from OTN, and the production version is expected in the next couple of weeks.
    -- Brian

  • Activation link does not work

    When I click on the activation link (https://deimos.apple.com/WebObjects/Core.woa/Activate/montereylaw.edu/004d93af83 dc73e45cb47dc42255d0419e7c20295e55e41afe46dbbbdb28956715450886c5) I receive an error error message box that says, "We could not complete your iTunes store request. An unknown error occurred (-9812).
    I tried the link from my work desktop, personal off network laptop (windows vista) and an iPad 1 and received error messages on all of them.
    Any ideas?

    The activation link appeared to work in our testing as expected, but for security purposes we have reset your site and sent a new site activation email. Site activation requires the iTunes application be present on the system in order to complete and it is not supported on an iPad.
    -Thanks

  • Does EJBQL in JDeveloper support max aggregate function ?

    Does EJBQL in JDeveloper support max aggregate function ?
    I can't get it to work using select max(o.time) from MyObject o; It always returns the MyObject to me.
    Anybody knows how to do this ?
    Thanks.

    No one knows how exactly this works in JDeveloper 11g? As I see it, it's most likely a bug. For one, JDeveloper already supports plenty of databases and enforces some limitations on the useability of these databases where necessary (for instance, JDBC Positioning instead of Oracle's way of binding for the bind variables in a query). However, this enforcement does not happen with the WHERE clause of the view criteria in MySQL when you choose an operator that concatenates strings together in the WHERE clause, such as "contains". You'd expect it's smart enough to use different syntax for concatenating the strings, depending on the database (e.g., CONCAT for MySQL, || for Oracle). Second, lack of this enforcement should not break functionality, and here it does (searching with wildcards in LOV is just not possible declaratively with MySQL), which resembles a bug in the software.
    For now, I've completely rewritten the LOV in Java, so it's not declarative anymore, but programmatic. It works, resembles searching with "contains" and it stays that way, despite of the higher difficulty in maintenance, until this issue can be solved declaratively, by any means: via a patch release or via a workaround. I hope someone can provide me (and quite possibly others facing this issue) with insight upon this.
    Thanks in advance.

  • OLE DB provider "Microsoft.ACE.OLEDB.15.0" for linked server "(null)" does not support the required transaction interface

    Hi All,
    I am trying to execute a stored procedure and store its result in an excel.
    My query to execute stored proc and store sresults in excel
    INSERT INTO
    openrowset('Microsoft.ACE.OLEDB.15.0',
    'Excel 8.0;Database=C:\TC\DataAnalysisFiles\DataAnalysisResult.xls;OLE DB Services=-4','select * from [Sheet1$]')
    EXEC UspUnitTest_Test_CheckDuplicateModelNumberSerialNumber
    I am getting error
    The requested operation could not be performed because OLE DB provider "Microsoft.ACE.OLEDB.15.0" for linked server "(null)" does not support the required transaction interface.
    I have enabled below things by running scripts
    sp_configure 'show advanced options', 1;
    GO
    RECONFIGURE;
    GO
    sp_configure 'Ad Hoc Distributed Queries', 1;
    GO
    RECONFIGURE;
    GO
    EXEC master.dbo.sp_MSset_oledb_prop N'Microsoft.ACE.OLEDB.15.0', N'AllowInProcess', 1
     GO
     EXEC master.dbo.sp_MSset_oledb_prop N'Microsoft.ACE.OLEDB.15.0', N'DynamicParameters', 1
     GO
    Please help and let me know if this can be resolved
    Supriya Thigale

    because OLE DB provider "Microsoft.ACE.OLEDB.15.0" for linked server "(null)" does not support the
    required transaction interface.
    Hello,
    When you insert data from SQL Server into a linked server, then a distributed transaction should be started and here it seems this fails.
    See
    Distributed Transactions (Database Engine) for more Details +
    Distributed Queries
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Activation Link Does Nothing

    I received my new iTunes U activation link this afternoon. When I click it, it launches iTunes but then does nothing. I don't see the setup page, it doesn't ask me for any other information, it just goes to iTunes and doesn't change pages or anything. Is it possible the link was sent before it was activated? Might it work tomorrow? Anything I can do? I'm at a loss, because it literally does nothing but launch iTunes.

    Figured it out on my own. My default browser is Firefox, which apparently doesn't know how to handle the activation link. I copied the link and pasted it into Safari, which then opened the correct page in iTunes. I'm posting this solution because I imagine this will happen to other people and I've been unable to find a solution online.

Maybe you are looking for

  • Can anyone tell me how to make a video clip in color transition?

    Can anyone tell me how to make a video clip in color transition like the opening of "Oh Brother where art though" ? You know the scene at the start where it starts off Black and White then as we move down the timeline it transitions to a rusty brown

  • Why getting "DeliveryExcetion" in SOAP- XI- RFC scenario?

    Hi, This is the scenario : i) I made a Integration Scenario for updating a Network in Project System(SAP-CE8) from my Web application in SOAP->XI->RFC context. I was able to update it using transaction SE37 on SAP R/3. But when i wanted to update it

  • Importing RAW/orf files to iPhoto 6.0.4

    I have a new Olympus SP500 UZ 6.0 megapixel digital camera - it is not on the list of "supported digital cameras". However, I can download the pictures in RAW format using the software that came with the camera. I can't figure out how to import them

  • Error on page when opening Web data forms

    Hi! Whichever web form I open in my application, I get the message "Error on page" in the bottom left and I cannot see the business rules attached to the form. This issue appeared just a few minutes ago and it was ok earlier. I will be very grateful

  • Sound difficulties

    I can hear sound from my iPad , it's just when I record myself ., I can't hear anything . What's the problem?