AIA XREF Functions in Jdeveloper

Hi,
I am using XREFs and DVMs in my flows using AIA 3.0. I am not able to see the functions like generate-guid(), functions related to XREF and DVM in the XSLT designer. I remember having installed a AIAXpathFunctions patch for JDeveloper in SOA 10g.
Is there a similar patch available for 11g or how do we use these functions in XSLs ? Have the definition of the function changed and can we use it the same way we used in AIA 2.0/SOA 10g.
Cheers,
- AR

This is the content from the latest Installation Guide
JDeveloper enables you to modify AIA delivered content or develop and deploy new AIA custom content. AIA uses special XPath functions and it is necessary to import these into the JDeveloper library. You can import these using either of the following procedures:
- If you download the AIA plugin from update center to use AIA service constructor, the aia.jar is automatically made available for you.
- In JDeveloper, navigate to Tools, Preferences, SOA and add the library aia.jar. The aia.jar is available under AIA_HOME/lib directory
As per the first option, Robert is asking you to use the Service constructor but because this is EAP, we havent made it available in the update center.

Similar Messages

  • Importing AIA Xpath Functions in to Jdeveloper

    Hi,
    I have a requirement of using aia Xpath functions, i downloaded the AIAXpath zip folder form metalink and edited the setup.ev to Jdev home even after running the bat file restarted the system but could not see the aia Xpath functions in my Jdev during assiging expression though they were present in jdev/lib/patches.
    Please provide your inputs.

    Please refer to metalink DOC ID 550378.1.

  • Using AIA specific functions in OSB

    Hi all,
    Is it possible to use the AIA specific functions in OSB, which is available in aia.jar?
    White paper also available for this
    http://www.oracle.com/applications/implementing_aia_on_osb_white_paper_final.pdf
    But it not gives the information on how to do this.
    For using this jar some class needs to be recompiled and xml parser resources needs to registered with weblogic.
    Any idea on this.
    Thanks in Advance.
    -Ashok.

    Make sure you have to gorrect JAR files inluded when starting the OSB. Then you are able to use the AIA functions, but... Why should you do that. You have no AIA support when moving to this tech-stack.
    Marc
    http://orasoa.blogspot.com

  • XML Spy Like Functionality in Jdeveloper?

    Hi all,
    May I know whether there is any XML Spy like functionality in Jdeveloper or a plug in for the same to see the XML Messages passing?
    Regards,
    ATC-OD-EMEA

    To see how messages are send to a web service you can use the HTTP Analyzer. On OTN you'll find a how-to: http://www.oracle.com/technology/obe/obe1013jdev/10131/devdepandmanagingws/devdepandmanagingws.htm#t6
    HTH,
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • XREF FUNCTION IN ESSBASE

    Hi
    I am trying to utilize the functionality of the Xref function in one of the modules of my project.
    could anyone let me know if xref works fine if my target database resides on a different server and on a different enviorment than my Source database.
    if yes what performance issues could i be facing in the process for the same.
    Thanks
    NJ

    from docs: YES
    Data source: the database that is queried by the @XREF function. This database may be remote (that is, on a different machine than the data target).
    But never tried ...you should be first person :)

  • XREF function Usage

    Hello,I have a requirement in a Master cube to have KPI from each Child cube/Detialed cube(I call it)(otherwise key measure) to populated in the Master cube. I was trying to retrieve the data ..with each measurable data retrieved from different detialed cubes by writing @XREF function. This works for only one location Alias.like only for one Database. My requirement I connect to different Databases using different aliases & get the data for each measure--- This is not working.. it just works for 1 connect to particular Database.Is there a way to fix this problem or Essbase at present, cannot pull in data from different databases with many @XREF in a single Target cube where different members are declared Dynamic calc & with @XREF function.Any ideas welcome!!Essbaseuser123

    I'm not sure I understand the problem - you can create many location aliases, but a single @XREF function can only use one of them at a time. If you have many different measures, you could put dynamic @XREF formulas on them - each one using the location alias that it needs. Are you saying that this does not work?Another option would be to use a member of another dimension, and use IF statements to figure out which measure you are looking at, and call the according @XREF.Hope that helps.Regards,Jade----------------------------------Jade ColeSenior Business Intelligence ConsultantClarity [email protected]

  • Issue with AIA XPath Functions while compiling in JDeveloper 11.1.1.2.0

    Hi,
    BPEL flow contains Assign activity as below :
    <assign name="Assign_1"><copy><from expression='aia.getServiceProperty("{http://xmlns.oracle.com/ABCSImpl/SAP/Core/UpdateItemListSAPReqABCSImpl/V1}UpdateItemListSAPReqABCSImpl","Default.SystemID",true())'/>
    <to variable="temp"/></copy> </assign>
    When I try to compile this flow, it gives me below errors :
    SOALog:
    Buildfile: D:\Oracle\Middleware\jdeveloper\bin\ant-sca-compile.xml
    scac:
    [scac] Validating composite : 'D:\test\TestAIAFunc\composite.xml'
    [scac] FATAL_ERROR: in TestAIABPELProcess.bpel(81): unresolved xpath function
    [scac] could not resolve xpath function "aia.getServiceProperty", because function "aia.getServiceProperty" not registered.
    [scac] Make sure this function is either in the system xpath function configuration file or in the custom xpath function configuration file. Refer to the user guide regarding how to register xpath functions in your compiler environment.
    BUILD FAILED
    D:\Oracle\Middleware\jdeveloper\bin\ant-sca-compile.xml:264: Java returned: 1 Check log file : D:\test\TestAIAFunc\SCA-INF\classes\scac.log for errors
    Total time: 9 seconds
    CompilerLog:
    Project: D:\test\TestAIAFunc\TestAIAFunc.jpr
    D:\test\TestAIAFunc\TestAIABPELProcess.bpel
    Error(81): unresolved xpath function
    could not resolve xpath function "aia.getServiceProperty", because function "aia.getServiceProperty" not registered.
    Make sure this function is either in the system xpath function configuration file or in the custom xpath function configuration file. Refer to the user guide regarding how to register xpath functions in your compiler environment.
    I got latest aia.jar from server(SOA11.1.1.2, weblogic 10.3.2, AIA11gR1) and added aia.jar @ JDeveloper 11.1.1.2--> Tools--> Preferences--> SOA
    I also added it in jdeveloper/lib, jdeveloper/jdev/lib
    aia namespace is there in .bpel as : xmlns:aia="http://www.oracle.com/XSL/Transform/java/oracle.apps.aia.core.xpath.AIAFunctions"
    Thanks,
    Hema

    You have to include the aia.jar file. I had same issue .. I had aia.jar included in the project but the file was not ther ein the path . so i updated the correct path .. it worked

  • How to debug AIA XSLT transformation in Jdeveloper ?

    Hi AIA forum members,
    I need to Test and debug an AIA XSL transformation. Can i use Jdeveloper to do this ?
    I understand that we can test by right clicking and using the "Test" option but then again it fails while processing the XSL as it is unable to execute lookupXRef, lookupDVM and also is not able to recognise the oracle xpath extension functions.
    Rgds,
    Vik

    Hi Vik,
    If you are on 10g, I suggest you run a search on Metalink for AIA Jdeveloper Patch download. Install the patch for Jdeveloper on windows and then you should be able to test the XSLs.
    If its on 11g, am not sure, as I have just started looking for that patch.
    Cheers,
    - AR

  • How to use dll function in JDeveloper?

    I want to use function in dll to develope my application,but
    I can't find how to do that in the JDeveloper document.
    null

    You have to use the Java Native Interface to use dlls. The JNI
    tutorial at http://java.sun.com/docs/books/tutorial/native1.1/
    walks you through the basics and provides a sample too.
    Hope this helps.
    Regards,
    yinjun (guest) wrote:
    : I want to use function in dll to develope my
    application,but
    : I can't find how to do that in the JDeveloper document.Who can
    : give me an answer? Thanks a lot in advance.
    null

  • SQL replace function in JDeveloper

    In SQL*Plus I run the following queries...
    select last_name, phone_number from employees
    LAST_NAME PHONE_NUMBER
    Chung 650.505.1876
    Dilly 650.505.2876
    Gates 916.764.6600
    select last_name, replace (phone_number, '.', '-') from employees
    LAST_NAME REPLACE(PHONE_NUMBER
    Chung 650-505-1876
    Dilly 650-505-2876
    Gates 916-764-6600
    If I try to use the "REPLACE" function in the JDeveloper by editing the sql statement in the view object editor and run the page the results returned for the phone number column on the page are blank.
    How can I substitute a dash for the period on the page?

    Try using AS:
    select last_name, replace (phone_number, '.', '-') AS phone_number from employees
    In this case is recommended for your VO a read only query.

  • Replace function in JDeveloper 3.2

    Hi JDev Team:
    Are there any global replace functions in JDev 3.2, for instance I have one word, say 'aaaa', in all of my projct files, .jsp, .java, .... I like to replace with 'bbbb'.
    Thanks

    The JDeveloper Editor provides Search & Replace functionality for files.
    What I typically do is
    Select menu: Search | Search Source Path...
    Enter Search String and Change Source path
    and other fields and press Start
    Then the Navigator displays a Search tab which lists all files with the matching string.
    Double click on first file in navigator and
    select menu Search | Replace
    In this dialog enter your search, replace, and other options-
    In the Options, If you do not want to be prompted, do not check the Prompt on replace option.
    Select the Scope of Global
    Selectg the Origin of Entire
    When you are ready press the Multiple button to make multiple replacements.
    When you are done with this file,
    Press Ctrl-S to Save the file
    Press Ctrl-F4 to close the window
    Double click on the Next File
    Press Ctrl-R to invoke the Search | Replace dialog.
    You should not need to change any options.
    Press Alt-M to select the Multiple Button!
    While this may seem more complex then a simple Sed / Perl / Python script, it is more controllable, flexible and user friendly.
    Besides, you may learn a few JDeveloper tricks.
    Good Luck,
    -John

  • How to use Form Procedure/Function in Jdeveloper

    As we use in Oracle Form Procedure and Functions, but in Jdeveloper how can I use....??? Like
    in Oracle Forms after saving following auto number generate in Customer table......
    SELECT MAX(CUST_CODE)+1
    INTO :cust_code
    FROM CUSTOMER
    but in Oracle Jdeveloper how to do this.................?????

    Hi,
    have a read here: http://download.oracle.com/docs/cd/E15523_01/web.1111/b31974/bcadvgen.htm#sm0297
    In Java you don't directly write into a input text fiel. So if the above is not what you need, then you
    1. get access to the transaction exposed through the ApplicationModule in ADF BC (assuming you use ADF BC)
    2. Create a prepared statement to read from the DB and o write back to a variable in Java
    3. Get a handle to the UI component and set this value
    Frank
    Edited by: Frank Nimphius on Apr 13, 2010 2:11 PM

  • Can't open Procedures, Functions from JDeveloper 11g on 9i DB

    Hi,
    Today using JDeveloper I tried to connect to a 9i database to edit some procedures and packages but I didn't see it.
    I saw some errors in the message log
    Once the connection opens is shows
    Mar 8, 2010 11:49:55 AM oracle.dbtools.db.DBUtil
    SEVERE: ORA-02248: invalid option for ALTER SESSION
    After trying to expand Procedures, Packages or Functions, the following error appears:
    Mar 8, 2010 11:51:01 AM oracle.dbtools.db.DBUtil executeOracleQuery
    SEVERE: ORA-00942: table or view does not exist
    I used Oracle SQL Developer ver 2.1.0.62 on the same machine, and it worked.
    so, could any one tell me how to solve this problem,
    More information about my tools:
    OS:Windows 7
    JDeveloper:Studio Edition Version 11.1.1.2.0
    Server DB:9i 9.2.0.1.0
    Server OS: Windows 2003 Server
    Thank you

    Please try JDeveloper 11g(11.1.1.3.0) released newly.
    I was able to solve the problem thereby.
    Edited by: user11224419 on 2010/05/25 2:47

  • Providing XML Editing functionality in JDeveloper Application

    Hi Members,
    Can anyone help me.
    I’m developing a JDeveloper application and need to provide some means of editing XML files within my application UI.
    Is it possible to integrate the XML editor that is used in the JDeveloper IDE as a UI component?, That would be an ideal solution.
    Alternately if anyone could recommend a good alternative solution, I’d be grateful.
    Many Thanks
    Gary
    Edited by: su**** on 22-Jul-2011 07:52
    Edited by: su**** on 22-Jul-2011 07:53

    XAmple XML viewer/editor Swing components may be used as a Swing component in a GUI application.
    http://www.java2s.com/Product/Java/XML/XML-Editor.htm
    Edited by: dvohra16 on Jul 23, 2011 1:29 PM
    Edited by: dvohra16 on Jul 23, 2011 1:32 PM

  • Any function in jdeveloper to decode the message

    Hi,
    I am working on BPEL.I am sending a xml message as input which is getting encoded. Is there any function in bpel which will decode the message and assign to the output.
    please help me out of this problem
    Regards,
    mohamed

    Hi,
    there is a special BPEL forum for questions like this. In general, XML messages can be decoded with XSLT - however, I am not sure if this is needed in your case. Make sure you provide more details when posting this question to the BPEL forum
    BPEL
    Frank

Maybe you are looking for

  • Problem migrating Toplink Workbench project from 9.0.4.5 to 10.1.3.1.0

    Hi all, I am having problems migrating my Toplink Workbench project from 9.0.4.5 to 10.1.3.1.0! I used the Toplink Workbench to open and convert the existing project. The conversion succeeded, but when I tried to export the mappings I got this: java.

  • Inserting a filename into BLOB

    There is a lot of talk about inserting a file into BLOB or just the file path and storing the file locally. I've decided to store the file on the server but what I don't know is how to capture that path and file name so I can insert it into the MySQL

  • DOCUMENT_NOT_SENT = 2

    hi, I have problem with sending the mail trough FM SO_DOCUMENT_SEND_API1in PRD server, while i am trying to send mail it is giving me exception DOCUMENT_NOT_SENT = 2, while in DEV & QAS server it is working fine. please help me. waiting for reply.

  • ERROR DURING DELIVERY PROCESSING --PL. HELP

    Dear All,                                 Pl help me that user is making a delivery & he is getting an error as --> " Error  during copy of partener : Partener role SP, Pl help what to do for thsi how to solve ? User is processing the delv by t.code

  • TRUNC date function

    when i am executing the following queries select trunc('25-JUL-08','YEAR') from dual; select trunc('25-JUL08','MONTH') from dual ; none of the query is working in sql developer and prompting the following message Error starting at line 1 in command: