How read list of Data controls in extension

Hi
I want to create an extension in jdev 11g and I want to retrieve the list of data controls. Are you some code samples ?
Tanks
jmc

I'm not sure we are exposing this in the publicly available Extension SDK.
Can I ask what is your extension aiming to do?
If you are an Oracle employee we might be able to get you in touch with the dev team and they might be able to give you an internal API.

Similar Messages

  • Manipule a lista in data control

    Hi everyone,
    I have a data control from a oracle component and I don't have access to this code, so I used it in my page, the data control returns a collection of items, so I can use adf tree and other thinks like that.
    The data control is a data control from a UCM component and I'm using getItems method.
    So, as I say before I don't have access to the code of data control but I need manipulate the return with java operations, I need sort this list.
    I was thinking about call this method in my java method and create my custom data control, but I don't know how "call" the data control method in my custom method.
    I would like to know if it's possible cat the result of this oracle data control in a java method and so I can manipulate this.
    Thks in advance,

    Is it possible to which type of Object, the list returned by the datacontrol contains?
    If yes, you could create a custom comparator,
    (The below sample NavigationTreeNode is the type of each item in the list)
    import java.util.Comparator;
    public class NavigationTreeNodeComparator implements Comparator<NavigationTreeNode> {
    public NavigationTreeNodeComparator() {
    super();
    @Override
    public int compare(NavigationTreeNode navigationTreeNode1,
    NavigationTreeNode navigationTreeNode2) {
    int displaySequence1 = navigationTreeNode1.getDisplaySequence();
    int displaySequence2 = navigationTreeNode2.getDisplaySequence();
    if (displaySequence1 > displaySequence2) {
    return +1;
    } else if (displaySequence1 < displaySequence2) {
    return -1;
    } else {
    return 0;
    After getting the list from method, you can use the custom comparator to sort the list as follows:
    Here, the navigationTree contains the list of navigationTreeNodes
    NavigationTreeNodeComparator navigationTreeNodeComparator =
    new NavigationTreeNodeComparator();
    Collections.sort(navigationTree, navigationTreeNodeComparator);
    Thanks,
    Navaneeth

  • How to create custom Data Control for Iterator?

    Hi,
    I have seen somewhere that is possible to customize set of data controls for all iterators in Data Controll Palette e.g. by adding custom data control (I remember JDev uses Velocity to display data controls). Is there any documentation or tutorial how to do it. Meybe any Oracle ACE will write some steps on his blog.
    Kuba

    I'm looking for any documentation or better some examples to customize files:
    jdev/system/oracle.adfm.dt.faces.10.1.3.41.57/jsp_databinding_templates.xml
    jdev/system/oracle.adfm.dt.faces.10.1.3.41.57/faces_creator_configuration.xml
    This customization may be very useful while developing appliations
    Kuba

  • How to use multiple data controls in a single JSF page

    Hi,
    I am using Essbase Data Control to in my project to get Essbase Cube data into ADF table/Pivot Table.
    Suppose if [Item] dimension has this hierarchy [category] -> [Segment] -> [Brand] -> - [Item]
    I need to display Category in one column and Segment in the next Column and [Brand] in the another column.
    Different types of Category, Segment and Brands should display as table data(data values).
    Using MDX query I can not print [Item] hierarchy in different columns..so I am planning to use multiple data controls.
    Could any body help me to get the solution.

    Hi,
    sounds like you want to try the Pivot table
    http://download.oracle.com/docs/cd/E21764_01/apirefs.1111/e12418/tagdoc/dvt_pivotTable.html
    I don't think that multiple Data Controls is the solution to the problem
    Frank

  • How to cause POJO data control to use custom base ViewObject class

    ADF 11.1.1.4
    We have a POJO data control that displays data in a table.  We can filter the table using the column filters and this performs in-memory filter.   If an exception occurs I see that it is using a ViewObject for the in-memory filtering because this shows up in the stack trace.
    oracle.jbo.server.ViewObjectImpl.rowQualifies(ViewObjectImpl.java:2811)
    It uses DCDataVO which extends ViewObjectImpl
    We have a Custom base view object defined that all our normal view objects inherit from, defined in Project Properties/BC/Base Classes
    Is there any way to make the DCDataVO also extend from  our Custom View Object that inherits from ViewObject so that we can override methods?  For example if I wanted to customize the rowQualifies method.
    In DCBeanDataControl.Java I see where it actually gets created.
    vo = DCDataVO.createViewObjectFromDef(vdef, this, getApplicationModule());

    So you have already overridden then rowQualifies() method in your custom base View Object ? Are you calling super in that ?
    Cheers
    AJ

  • How do you get Data Controls to work!

    I am having a very rough time with ADF Data controls.
    I have a bunch of code that works great. I can run it from the command line, my unit tests work, etc. I make a Data Control and hardly anything works. I tried to include my data control library (I exported it as an ADF Library Jar) into a web app and it never worked. I wasn't even sure if the Data Control itself was working so I made a simple swing app and it worked...kind of. I noticed that if I had 2 data controls and called a function in each from my swing app then it would fail. But, if I included the methods in one data control and only used that one, it worked (kind of).
    This looks like a bug.
    Anyway, is there a dependency problem with the ADF Library Jar I'm exporting to my web project? I included all the dependent libraries in the classpath section of the project properties. The web app sees the data controls in the data control panel. When I drag the data control method onto my JSFx page it creates the table just fine. The problem is when it runs, no data comes back even though I KNOW it is working because of the unit tests and I got it working with the swing app. The swing app was in the same project as my data control code however.
    Please help!

    BTW, if I hard code some simple data object with some values and return that, it works, just not when I do anything 'real'. Like I said, I use this data control in a swing app in the project itself for testing. My code has unit tests and works.
    I am importing the exported ADF Library Jar into my web app, click refresh on the data controls, and I can see the data controls. I drag the functions over to my jsfx page and it paints the table in the editor just fine.
    I import all the 3rd party jars in the classpath of the project. Then I get that 'cant find so and so DataControl'. But it CAN find the data control for simple, hard coded data.
    All I see in the logs is this from the default server log;
    [2009-03-06T08:30:02.104-05:00] [DefaultServer] [NOTIFICATION] [] [oracle.adf.share.config.ADFConfigFactory] [tid: 15] [APP: Application2] Cleaning up application state
    [2009-03-06T08:30:32.964-05:00] [DefaultServer] [WARNING] [ADF_FACES-30145] [oracle.adfinternal.view.faces.partition.FeatureUtils] [tid: 12] [APP: Application2] [arg: AdfDvtGraph] [arg: zip:D:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/Application2/57btp0/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml] [arg: 3] [arg: zip:D:/Oracle/Middleware/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml] [arg: 3] A duplicate definition for the feature "AdfDvtGraph" has been found at zip:D:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/Application2/57btp0/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 3. A feature with the same name was originally defined at zip:D:/Oracle/Middleware/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 3. This may indicate that multiple copies of the same jar file are present on the class path. Ignoring the new feature definition.
    [2009-03-06T08:30:32.979-05:00] [DefaultServer] [WARNING] [ADF_FACES-30145] [oracle.adfinternal.view.faces.partition.FeatureUtils] [tid: 12] [APP: Application2] [arg: AdfDvtGauge] [arg: zip:D:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/Application2/57btp0/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml] [arg: 7] [arg: zip:D:/Oracle/Middleware/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml] [arg: 7] A duplicate definition for the feature "AdfDvtGauge" has been found at zip:D:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/Application2/57btp0/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 7. A feature with the same name was originally defined at zip:D:/Oracle/Middleware/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 7. This may indicate that multiple copies of the same jar file are present on the class path. Ignoring the new feature definition.
    [2009-03-06T08:30:32.979-05:00] [DefaultServer] [WARNING] [ADF_FACES-30145] [oracle.adfinternal.view.faces.partition.FeatureUtils] [tid: 12] [APP: Application2] [arg: AdfRichPivotTable] [arg: zip:D:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/Application2/57btp0/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml] [arg: 11] [arg: zip:D:/Oracle/Middleware/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml] [arg: 11] A duplicate definition for the feature "AdfRichPivotTable" has been found at zip:D:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/Application2/57btp0/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 11. A feature with the same name was originally defined at zip:D:/Oracle/Middleware/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 11. This may indicate that multiple copies of the same jar file are present on the class path. Ignoring the new feature definition.
    [2009-03-06T08:30:42.948-05:00] [DefaultServer] [WARNING] [ADFC-54008] [oracle.adfinternal.controller.faces.lifecycle.JSFLifecycleImpl] [tid: 16] [APP: Application2] [arg: oracle.adfinternal.controller.application.model.JSFDataBindingLifecycleContextBuilder] ADFc: Replacing the ADF Page Lifecycle implementation with 'oracle.adfinternal.controller.application.model.JSFDataBindingLifecycleContextBuilder'.
    [2009-03-06T08:30:43.386-05:00] [DefaultServer] [NOTIFICATION] [J2EE JMX-46010] [oracle.as.jmx.framework.PortableMBeanFactory] [tid: 16] [APP: Application2] [arg: class oracle.as.jmx.framework.wls.spi.JMXFrameworkProviderImpl] JMX Portable Framework initialized with platform SPI "class oracle.as.jmx.framework.wls.spi.JMXFrameworkProviderImpl"
    [2009-03-06T08:30:43.417-05:00] [DefaultServer] [NOTIFICATION] [ADFC-60000] [oracle.adfinternal.controller.util.model.AdfmInterface] [tid: 16] [APP: Application2] ADFc: BindingContext is present, using ADFm APIs for DataControlFrames.
    [2009-03-06T08:30:43.448-05:00] [DefaultServer] [NOTIFICATION] [ADFC-50009] [oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider] [tid: 16] [APP: Application2] ADFc: Controller caching of MDS metadata resources ENABLED.
    [2009-03-06T08:30:43.542-05:00] [DefaultServer] [NOTIFICATION] [ADFC-52039] [oracle.adf.controller.internal.metadata.MetadataService] [tid: 16] [APP: Application2] [arg: /WEB-INF/adfc-config.xml] ADFc: Loading bootstrap metadata from '/WEB-INF/adfc-config.xml'.
    [2009-03-06T08:30:44.667-05:00] [DefaultServer] [ERROR] [] [oracle.adfm.adapter.bean] [tid: 16] [APP: Application2] Failed to load the provider: oracle.documaker.ids.IDSDataControl

  • How read the flat data by external table definition. Please help me. Thanks

    ----Following is my code--
    create or replace procedure AGE_UPLOAD_SER_RCD1 is
    check_drop PLS_INTEGER;
    begin
    SELECT COUNT(*) INTO check_drop FROM USER_TABLES WHERE TABLE_NAME='EXT_SERVICES_RECEIVED_UPLOAD';
    IF (check_drop <> 0) THEN
    EXECUTE IMMEDIATE 'DROP Table EXT_SERVICES_RECEIVED_UPLOAD';
    END IF;
    EXECUTE IMMEDIATE 'CREATE Table EXT_SERVICES_RECEIVED_UPLOAD
    ALIEN_NUMBER number(9),
    SOCIAL_SECURITY_NUMBER number(9),
    INTAKE_DATE          date,
    CLOSURE_DATE          date,
    CLOSURE_REASON          varchar(200)
    ORGANIZATION external
    TYPE oracle_loader
    DEFAULT DIRECTORY UPLOAD_STAGE_AREA_AE
    ACCESS parameters
    RECORDS DELIMITED BY ''|''
    BADFILE ''ext_services_received.bad''
    DISCARDFILE ''ext_services_received.dis''
    LOGFILE ''ext_services_received.log''
    SKIP 1
    FIELDS TERMINATED BY '','' OPTIONALLY ENCLOSED BY ''"''
    LOCATION (''AGE_SERVICES_RECEIVED2.TXT'')
    REJECT LIMIT unlimited';
    end AGE_UPLOAD_SER_RCD1;
    --Problem is Unable to read the data-----
    ---Following is the error log ----
    LOG file opened at 07/19/06 15:57:23
    Field Definitions for table EXT_SERVICES_RECEIVED_UPLOAD
    Record format DELIMITED, delimited by |
    Data in file has same endianness as the platform
    Rows with all null fields are accepted
    Fields in Data Source:
    ALIEN_NUMBER CHAR (255)
    Terminated by ","
    Enclosed by """ and """
    Trim whitespace same as SQL Loader
    SOCIAL_SECURITY_NUMBER CHAR (255)
    Terminated by ","
    Enclosed by """ and """
    Trim whitespace same as SQL Loader
    INTAKE_DATE CHAR (255)
    Terminated by ","
    Enclosed by """ and """
    Trim whitespace same as SQL Loader
    CLOSURE_DATE CHAR (255)
    Terminated by ","
    Enclosed by """ and """
    Trim whitespace same as SQL Loader
    CLOSURE_REASON CHAR (255)
    Terminated by ","
    Enclosed by """ and """
    Trim whitespace same as SQL Loader
    KUP-04021: field formatting error for field SOCIAL_SECURITY_NUMBER
    KUP-04023: field start is after end of record
    KUP-04101: record 7 rejected in file /data/External_Files/Data_Uploads/DB_Area/Adult_Ed/AGE_SERVICES_RECEIVED2.TXT
    error processing column INTAKE_DATE in row 2 for datafile /data/External_Files/Data_Uploads/DB_Area/Adult_Ed/AGE_SERVICES_RECEIVED2.TXT
    ORA-01843: not a valid month
    error processing column INTAKE_DATE in row 3 for datafile /data/External_Files/Data_Uploads/DB_Area/Adult_Ed/AGE_SERVICES_RECEIVED2.TXT
    ORA-01843: not a valid month
    error processing column INTAKE_DATE in row 4 for datafile /data/External_Files/Data_Uploads/DB_Area/Adult_Ed/AGE_SERVICES_RECEIVED2.TXT
    ORA-01843: not a valid month
    error processing column INTAKE_DATE in row 5 for datafile /data/External_Files/Data_Uploads/DB_Area/Adult_Ed/AGE_SERVICES_RECEIVED2.TXT
    ORA-01843: not a valid month
    error processing column INTAKE_DATE in row 6 for datafile /data/External_Files/Data_Uploads/DB_Area/Adult_Ed/AGE_SERVICES_RECEIVED2.TXT
    ORA-01843: not a valid month

    What does the data look like for INTAKE_DATE field in the data file?

  • How to list all data elements

    Hi,
    I'm trying to write a rtf template for debugging purposes that simply lists all fields in the input data.
    I wouldn't mind seeing the raw xml structure passed into the fo processor.
    Is there a simple way doing that with xsl template?
    Thanks a lot!

    Hi,
    You could use the following in an XSL-XML template. This will return the whole XML document:
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
      <xsl:output method="xml" encoding="UTF-8"/>
      <xsl:template match="/">
        <xsl:for-each select=".">
            <xsl:copy-of select="."/>
        </xsl:for-each>
      </xsl:template>
    </xsl:stylesheet>Regards,
    Cj

  • How to list past data in Bex report

    Hi Expert,
    I have one question.
    business want to list past 24 month history and future value in the Bex report of  the BPS.
    the format as follow
    Cal. year / month               2010.06  2010.07 ........
    Budget Current
    Budget Current Value
    6 month moving avera
    Fcst for Release
    Demand Y-1
    Demand Y-2
    the Demand Y-1 stands for from 07 2009 to 06 2010
    the Deamnd Y-2 stands for from 06 2009 to 07 2008.
    for the above two key figure, I have set as restrict key figure and make a offset , but when I execute the report as calendar month from 06 2010 to 05 2011, the system can not list the past histy.
    do you have any good solution for this requirement?
    Thank you in advance!

    Hi,
    Use Cutromer Exit Variables and do it. see the hlpe on Exit code in below url
    http://wiki.sdn.sap.com/wiki/display/profile/Surendra+Reddy
    Thanks
    Reddy

  • Using WebCenter Spaces Web Service API through JDeveloper's Data Control

    Hi,
    I'm trying to access WebCenter Spaces Web Service API (located at http://host:port/webcenter/SpacesWebService)
    using JDeveloper's Web Center Data Control.
    I created a data control in my portal project using JDeveloper's Web Service Data Control wizard.
    I also created and configured key stores (jps-config.xml) at both sides (spaces server and my portal client).
    How I created a data control:
    * First I entered the name and the URL (http://host:port/webcenter/SpacesWebService?WSDL)
    * Then I entered HTTP basic authentication details (user name and password)
    * After that I drag-and-drop the getGroupSpaces() method from the data control to a .jspx page as a ADF read-only table.
    * Then ran my portal project and navigated to this .jspx page and it worked. List of group spaces appeared well on that page.
    The problem is that I got only public group spaces and group spaces created by the user I entered on HTTP basic authentication details.
    I makes no sense to enter some static user details in a web service client (or a data control).
    So the question is; can I use identity propagation to get only group spaces created by the same user which I logged in my portal?
    Edited by: 832886 on Feb 18, 2011 3:09 AM

    Hi,
    You generally get NameError when you are executing the createCred/updateCred from a incorrect location. Are you using the wlst from oracle_common\common\bin?
    Also, In your steps I don't see what you did to populate the walllet at JDeveloper end after your updateCred failed. This is a required step. Use the wlst from the location emntioned above and you should be able to proceed.
    Thanks,
    Vishal

  • Missing Data Controls

    Hi,
    I've been following the OBE "Building a Web Application..." at this link http://www.oracle.com/technology/obe/obe11jdev/11/ejb/ejb.html
    I am up to creating a master-detail page and when browsing the Data Controls panel, I have nothing listed. Anyone know how to see the data controls ?
    Thanks,
    Ben

    Ben --
    Just to be sure... did you do this step? This is what should add your EJB to the Data Controls panel.
    12.      We are now going to expose the EJB as a data control for the Oracle ADF framework. This will simplify the way that we can bind user interfaces to the EJB. To learn more about the ADF Framework visit:
    http://oracle.com/technology/products/adf
    Right-click the HRFacadeBean node in the Application Navigator and select Create Data Controls from context.
    -- Brian

  • No Master Detail option in Data Control Palette

    No Master Detail option in "Drop as:" dropdown list in data control palette.
    First I create two entity objects with a referential key relation in a business
    components diagram from an existing db schema.
    Than I create two view objects and a view link from the entity objects.
    Following I create an application module with the view objects and the view link.
    The diagram seems correct, it shows the view objects and the view link inside
    of the app module.
    When I create a data page (jsp) in the struts-config.xml I'm not able to
    select the option Master Detail (Many to many) in the dropdown list from
    data control palette due to it isn't there.
    What is my mistake ?
    Many thanks.

    There is no mistake in your side. Thing is actually you cannot use the many to many option for a view object in jsp. This option is available if you are using UIX page. In case of jsp, you could manually create the master table using master view object and create the child table using the detail view object(present as child in view link). In the master table, you can add another column with ADF operation: setCurrentRowWithKey(String). That's it. Now selecting the select link in master table will refresh the child table rowset.

  • Web service data control

    how to web service data control security username and password with executewithparams or bean ?

    hi Abdelkader
    After you find the wizard ...
    ... this post by Shay Shmeltzer could be relevant
    "Re: ADF binding on Web Service Data Controls "
    Re: ADF binding on Web Service Data Controls
    "Indeed there seem to be a problem with this in 10.1.3.2 - I'll bug this."
    success
    Jan Vervecken

  • Ref Cursor - Web Services - Data controls

    The quick question : How to get a data control to use a web service based on a ref cursor to work, or point me to tutorial somewhere ?
    The long question : I've created a web service based on the following Oracle package :
    Package Header :
    type ListRecord is Record
    NR NUMBER(3),
    SYMBOL VARCHAR2(2),
    VERSION VARCHAR2(3),
    CREATION_DATE DATE,
    CREATED_BY VARCHAR2(15),
    UPDATE_DATE DATE,
    UPDATED_BY VARCHAR2(15),
    STATUS NUMBER(1),
    TYPE VARCHAR2(1)
    type return_cursor is REF CURSOR return ListRecord;
    function CursorTest return return_cursor;
    Package Body :
    function CursorTest return Return_Cursor is
    c Return_Cursor;
    begin
    Open C for
    select * from stc_languages;
    return C;
    end;
    I created a web service via the PL/SQL web service wizard.
    The web service works correctly.
    I then tried to create a data control from the web service. The data control was created but every time I tried using it I got the following error :
    oracle.adf.model.adapter.AdapterException: DCA-40022: Failed to create the structure for schema element "result". The complex type definition of the element cannot be supported.
    I then searched the forum and found a post where it stated that the datacontrol needs a xsd and an optional xsl file in order to be able to "understand" the return type from the web service. This in turn is due to the wsdl using <any/> in the response soap message.
    I've created an xsd file and I've tried using an empty xsl file (as I don't think any transformation is needed) and a simple xsl file as shown below :
    xsd file :
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xdb="http://xmlns.oracle.com/xdb">
    <xsd:element name="ROWSET" type="rowset"></xsd:element>
    <xsd:complexType name="rowset">
    <xsd:sequence>
    <xsd:element name="T_LANGUAGES_T" maxOccurs="unbounded"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="T_LANGUAGES_T">
    <xsd:sequence>
    <xsd:element name="NR" type="xsd:integer" xdb:SQLName="NR"
    xdb:SQLTYPE="NUMBER"></xsd:element>
    <xsd:element name="SYMBOL" xdb:SQLName="SYMBOL" xdb:SQLTYPE="VARCHAR2">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="2"></xsd:maxLength>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="VERSION" xdb:SQLName="VERSION" xdb:SQLTYPE="VARCHAR2">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="3"></xsd:maxLength>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="CREATED_BY" xdb:SQLName="CREATED_BY"
    xdb:SQLTYPE="VARCHAR2">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="15"></xsd:maxLength>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="UPDATED_BY" xdb:SQLName="UPDATED_BY"
    xdb:SQLTYPE="VARCHAR2">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="15"></xsd:maxLength>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="TYPE" xdb:SQLName="TYPE" xdb:SQLTYPE="VARCHAR2">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="1"></xsd:maxLength>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="STATUS" type="xsd:integer" xdb:SQLName="STATUS"
    xdb:SQLTYPE="NUMBER"></xsd:element>
    <xsd:element name="UPDATE_DATE" type="xsd:dateTime"
    xdb:SQLName="UPDATE_DATE" xdb:SQLTYPE="DATE"></xsd:element>
    <xsd:element name="CREATION_DATE" type="xsd:dateTime"
    xdb:SQLName="CREATION_DATE" xdb:SQLTYPE="DATE"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    xsl file :
    <?xml version="1.0" encoding="windows-1252" ?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <!-- Root template -->
    <xsl:template match="/">
    <xsl:apply-templates/>
    </xsl:template>
    <xsl:template match="ROWSET">
    <xsl:for-each select="ROW">
    <xsl:value-of select="NR"/>
    <xsl:value-of select="SYMBOL"/>
    <xsl:value-of select="VERSION"/>
    <xsl:value-of select="CREATION_DATE"/>
    <xsl:value-of select="CREATED_BY"/>
    <xsl:value-of select="UPDATE_DATE"/>
    <xsl:value-of select="UPDATED_BY"/>
    <xsl:value-of select="STATUS"/>
    </xsl:for-each>
    </xsl:template>
    </xsl:stylesheet>
    I then create a JSF page on which I place table and form objects which come from the data control.
    When I execute the JSF page no data is showing in the table or form objects.
    Using the HTTP analyzer I can see the JSF page is calling the web service and that the web service is sending an answer and that the JSF page is requesting the xsl file.
    Can anybody explain how to get a data control to use a web service based on a ref cursor to work, or point me to tutorial somewhere ?
    Many thanks
    Paul

    Hi Robert
    Thanks for taking the time to answer my question :-)
    I'm going to try your method on our system.(fingers and toes crossed :-)
    However I disagree with you when you say that the
    "cursor needs an 'open connection' to the database and you cannot
    get that via a webservice..."
    What the web service does is to create a soap message containing the entire result of the query (in this case the entire table).I've put the CursorTestXML soap answer below.
    It's the WSDL <any/> tag and the data control which would seem to be having problems.
    Soap Answer :
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://pckLanguageTable/WsLanguageTable.wsdl/types/"><env:Body><ns0:cursortestXMLResponseElement><ns0:result><result>
    <ROWSET><ROW num="1"><NR>1</NR><SYMBOL>2F</SYMBOL><VERSION>FR</VERSION><CREATION_DATE>6/4/1997 10:50:1</CREATION_DATE><CREATED_BY>TOTO</CREATED_BY><UPDATE_DATE>9/4/2006 11:0:0</UPDATE_DATE><UPDATED_BY>TOTO</UPDATED_BY><STATUS>1</STATUS></ROW><ROW num="2"><NR>2</NR><SYMBOL>1E</SYMBOL><VERSION>EN</VERSION><CREATION_DATE>6/4/1997 10:50:1</CREATION_DATE><CREATED_BY>TOTO</CREATED_BY><UPDATE_DATE>9/4/2006 11:0:12</UPDATE_DATE><UPDATED_BY>TOTO</UPDATED_BY><STATUS>1</STATUS></ROW><ROW num="3"><NR>3</NR><SYMBOL>3A</SYMBOL><VERSION>AL</VERSION><CREATION_DATE>6/4/1997 10:50:1</CREATION_DATE><CREATED_BY>TOTO</CREATED_BY><UPDATE_DATE>9/4/2006 11:0:21</UPDATE_DATE><UPDATED_BY>TOTO</UPDATED_BY><STATUS>1</STATUS></ROW><ROW num="4"><NR>4</NR><SYMBOL>IT</SYMBOL><VERSION>IT</VERSION><CREATION_DATE>6/4/1997 10:50:1</CREATION_DATE><CREATED_BY>TOTO</CREATED_BY><UPDATE_DATE>8/28/2000 8:21:25</UPDATE_DATE><UPDATED_BY>CEM</UPDATED_BY><STATUS>3</STATUS></ROW></ROWSET></result></ns0:result></ns0:cursortestXMLResponseElement></env:Body></env:Envelope>
    Many thanks
    Paul

  • How to get reading list in my all my devices and computer (window 7). i have installed ios 6 on iphone and icloud control panel on both PC's (home and office) but i dont get updated reading list on all my devices.

    how to get reading list in my all my devices and computer (window 7). i have installed ios 6 on iphone and icloud control panel on both PC's (home and office) but i dont get updated reading list on all my devices.

    Hi bluegrandpanash,
    Thanks for visiting Apple Support Communities.
    If you backed up your iPhone to iCloud before updating the software, first try the steps under "Restore from an iCloud backup" in this article to recover your data:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    http://support.apple.com/kb/HT1766
    Best Regards,
    Jeremy

Maybe you are looking for

  • Can I use a recovery disc on a new 120 GB SSD for HP Envy 17 that previously had 2 500GB RAID 0?

    I currently have a HP Envy 17-2070NR.  I would like to install a new SSD (120 GB) to replace one of the 500 GB HD that are currently in the laptop (the 2 drives are set up RAID 0).  If I install the new drive and remove the two old ones can I use the

  • Two ATI video cards in Vista 32 with Boot Camp

    Hello, I just installed a second ATI Radeon 1900 video card in my 2007 Mac Pro. It seems to work fine while in OS X, I can adjust and use three different monitors at once. However, while in Vista 32, only two monitors on one card will work and the vi

  • Retrieving content via CM tags

    This is a newbie question, but I could not find the answer in any documentation, and I've been stuck on this for a while! In retrieving content using content management tags (WL8.1 SP5), do my JSPs have to be in the same WL application as the Portal

  • Generate a thumbnail from HTML by pure Java on Linux without Graphics

    hi - we in a requirement where we have to generate thumbnails from HTML code. The solution must be implemented in pure Java on Linux where there is no graphics support. Options tried already are :-- 1. 3rd party websites - rolled out by our client. 2

  • How to add vcard to address book

    This is a feature proposal.. I just successfully added a vcf file address to the address book. It would be a nice feature to right click on an attached VCF file in an e-mail attachments, and add the vcf to the address book. Thanks Evan