ADF Faces download zip not found

http://www.oracle.com/technology/software/products/jdev/htdocs/adfjsf.html
http://download.oracle.com/otn/java/jdeveloper/1013/adf-faces-ea13.zip
Link is not found or invalid.

Well, just as I posted the message, I went back and tried, and it's working now. doh!

Similar Messages

  • ADF Faces Components : File not found

    Hi,
    The link :
    http://download.oracle.com/otn/java/jdeveloper/905/adf-faces-ea10.zip
    in the page :
    http://www.oracle.com/technology/software/products/jdev/htdocs/adfjsf.html
    does not work...
    Regards,
    Stephane

    Seems to be working fine now. Please try again and let us know any specific errors.
    OTN

  • Oracle.adf.controller.faces.context.FacesPageLifecycleContext not found

    Hi all,
    I am using JDeveloper 11.1.1.0 and I am trying to do an application about security.
    I have found some references on web and I have a bean that uses this line of code:
    FacesPageLifecycleContext ctx = (FacesPageLifecycleContext)event.getLifecycleContext();
    but on the line:
    import oracle.adf.controller.faces.context.FacesPageLifecycleContext;
    the debugger tells me: "class oracle.adf.controller.faces.context.FacesPageLifecycleContext not found"
    What's the correct class to import?
    Thanks

    Hi,
    not sure what you are doing - however I am not asking ;-)
    Try import oracle.adf.controller.v2.context.LifecycleContext
    Frank

  • Where can I download adf-faces-ea13.zip

    I have been reading:
    Using MyFaces with Oracle JDeveloper 10g (10.1.3) Preview
    http://www.oracle.com/technology/products/jdev/101/howtos/myfaces/index.html
    and
    How To Use ADF Faces With JDeveloper 10g
    http://www.oracle.com/technology/products/jdev/howtos/10g/adfjsf/how-to-adf-faces-10gjdev.htm
    but unfortunately I cannot find a place that I can download the file mentioned adf-faces-ea13.zip in these 2 article.
    Any help?
    Ming Man

    Thanks Frank,
    I have JDeveloper 10.1.3.3 with me, just that I want to learn more from those tutorial. Those articles should get updated if they can no longer be used, right?
    Regards,
    Ming Man

  • ADF Faces components are not rendered in Jdeveloper visual editor

    Hi!
    I'm using Jdeveloper 1013 Developer Preview. I found that the components of ADF Faces EA16 are not shown on the visual editor in Jdeveloper, but the ADF Faces EA15 components are shown. I'm just wondering if this is normal, and there is anything that can be done to fix this?
    Meen

    I know there's a recent release with a visual editor problem, but I'm not sure which one it is. This thread says you need a fresh install? Can you try that?
    Re: ADF Faces tutorial/code sample for data table?

  • Path in Classpath for file SapMetamodelWebdynproContent.zip not found.

    How to get rid of these warnings?
                   [Warning]: Path in Classpath for file SapMetamodelWebdynproContent.zip not found.          
    Warning               [Warning]: Version for file SapMetamodelWebdynproContent.zip not found.          
    Warning               [Warning]: Versions of 'SapDictionaryTypeServices.jar' have different prefix.          
    Warning               [Warning]: Versions of 'SapDictionaryTypesRuntime.jar' have different prefix.     
    thanks in advance.

    Hi,
    This is a common problem when you import projects to NWDS. Do like this.
    1.Change to Navigator tab in NWDS and delete gen_wdp folder.
    2.Switch to Web Dynpro Explorer. Select the Project -> Right click-> Select properties -> in the wizard select Java Build Path -> Select Libraries tab -> You will find jar files with warnings
    3.Remove the jar and add the jar file with same name to the project one by one.
    4.For each jar file repeat step 3.
    5.Save the project
    Or
    removed the read-only property from all folders / files of the project and it solved my problem.
    Hope this helps!!
    Thanks & Regards
    Vijay K

  • Banner-zip not found

    Hi there,
    while building the app with v26 in the DPS app builder the issue "banner-zip not found" appears at the end. So I can´t produce the app. Does anyone knows, where the problem is?
    Regards

    Hi Neil,
    I´ve done that several times. I´ve never uploaded a banner-zip before, we don´t have an entitlement server, but we´re enterprise.Accoirding to your held page, there is a possibilty to chose a Offline Banner Assets but i can´t find that option.

  • Class adf.controller.faces.context.FacesPageLifecycleContext not found

    Hi all,
    I am using Jdeveloper 11.1.1.0 and I have a class uses FacesPageLifecycleContext.
    When I import the class oracle.adf.controller.faces.context.FacesPageLifecycleContext, the debugger tells me it does not found that class.
    How can I solve the problem?
    Does I miss any library on my project?
    Thanks
    Andrea

    Excuse me, but I don't understand. Have I to found all these files:
    trinidad-api.jar
    trinidad-impl.jar
    adf-richclient-api-11.jar
    adf-richclient-impl-11.jar
    in my classpath?
    I am looking for these files in C:\Oracle\Middleware\jdeveloper\adfv but in this folder I have only jlib and skin folder.
    Can you give any other informations, please.
    Thank you so much

  • Oracle ADF - SRDemo (some methods not found)

    Hi
    I am running the SRDemo project in Oracle ADF demo. In step 8 of pg 6-20, they are mentioning to import oracle.binding.AttributeBinding class. I did this import and was requesting in jdev to import some more classes like oracle.adf.model.BindingContainer and oracle.adf.model.OperationBinding.
    I imported all these.
    Piece of code pasted below:
    import oracle.adf.model.BindingContainer;
    import oracle.adf.model.OperationBinding;
    import oracle.binding.AttributeBinding;
    public class SRMain {
    public SRMain() {
    public String commandButton_action() {
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding =
    bindings.getOperationBinding("addNoteToServiceRequest");
    Object result = operationBinding.execute();
    if(!operationBinding.getErrors().isEmpty()){
    return null;
    AttributeBinding noteText =
    (AttributeBinding)getBindings().getControlBinding("noteText");
    noteText.setInputValue(null);
    return null;
    Still some methods like getBindings(),getOperationBinding,getControlBinding are shown as not found in jdev.
    Can anyone help?
    Regards
    Sabarish

    Hi,
    if getBindings() doesn't exist then you obviously missed creating a variable
    private BindingContainer bindings;
    with setter and getter methods creatd for it. Also, this bindings object is populated through a managed property in the faces-config.xml file. I don't believe that the tutorial missed this steps out. Please have a look again and create the managed property and the required setter and getter method
    Frank

  • Oracle Rdb for NT - Download files not found

    The following Message was received for ALL "Rdb for NT" zip file download attempts:
    "The file was not found on the server"
    One of the download URLs is:
    http://download.oracle.com/otn/downloads/rdb/rdbworkbench.zip
    WHAT HAPPENED TO THE ORacle Rdb zip files????
    WOULD ANYONE ON THE FORUM HAVE THESE ZIP FILES TO SEND TO ME??
    Thanks!!!
    William Haase
    Oracle Rdb DBA
    [email protected]

    William,
    Sorry - you are correct and we have now verified the files are working. You will need to download them again from http://otn.oracle.com/software/htdocs/devlic.html?/software/products/rdbnt8/htdocs/winsoft.html
    OTN

  • ADF-Faces: AdfFacesFilter has not been installed  ....but it is!?

    Hello,
    I know this sounds like already discussed but my case is a little different.
    I have got two web applications, one for testing that just contains ADF-Faces and the other one is the actual project with ADF-Faces, Spring(JSF variable resolver), SessionListener, Filter ec.
    In the actual project I get (after first call a faces url) the logging message:
    oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl verifyFilterIsInstalled
    WARNUNG: The AdfFacesFilter has not been installed. ADF Faces requires this filter for proper execution.
    In the test project with the same ADF-Faces configuration(but only ADF-Faces, no Spring, other Filter or Listener...) in web.xml and faces-config.xml I do not get this message and trees etc. are rendered fine.
    My questions: Could there be a conflict with Spring framework or is there any other pitfall?
    If I comment out SessionListener Counter or LoginFilter, the warning message remains.
    I like to use ADF-Faces but cannot see what's the problem here? Please help.
    Thank You,
    Florian
    Using: ADF-Faces EA19 (adf-faces-api-ea19.jar, adf-faces-impl-ea19.jar, adfshare.jar)
    ########### WEB.XML
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee">
    <display-name>Prototype</display-name>
    <description>Prototype</description>
    <!-- Context Parameter: Use client-side state saving -->
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>client</param-value>
    </context-param>
    <!-- Context Parameter: Spring's application context -->
         <context-param>
              <param-name>contextConfigLocation</param-name>
              <param-value>/WEB-INF/daoContext.xml /WEB-INF/serviceContext.xml</param-value>
         </context-param> -->
    <!-- ADF-Filter -->
    <filter>
    <filter-name>adfFaces</filter-name>
    <filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter</filter-class>
    </filter>
    <!-- Filter Mapping ADF-Faces -->
    <filter-mapping>
    <filter-name>adfFaces</filter-name>
    <servlet-name>faces</servlet-name>
    </filter-mapping>
    <!-- Login-Filter -->
    <filter>
    <filter-name>loginFilter</filter-name>
    <display-name>Login Filter</display-name>
    <filter-class>com.company.web.filter.LoginFilter</filter-class>
    <init-param>
    <param-name>forwardPage</param-name>
    <param-value>/index.jsp</param-value>
    </init-param>
    </filter>
    <!-- Filter Mapping Login-->
    <filter-mapping>
    <filter-name>loginFilter</filter-name>
    <url-pattern>/faces/pages/*</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>loginFilter</filter-name>
    <url-pattern>/pages/*</url-pattern>
    </filter-mapping>
    <!-- Servlets -->
    <!-- Servlet JSF Impl -->
    <servlet>
    <servlet-name>faces</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <!-- Servlet ADF -->
    <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>oracle.adf.view.faces.webapp.ResourceServlet</servlet-class>
    </servlet>
    <!-- Servlet Mapping Faces -->
    <servlet-mapping>
    <servlet-name>faces</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <!-- Servlet Mapping ADF-Resources -->
    <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/adf/*</url-pattern>
    </servlet-mapping>
    <!--MIME Mapping -->
    <mime-mapping>
    <extension>html</extension>
    <mime-type>text/html</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>txt</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    <!-- Welcome Files -->
    <welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>
    <!-- Spring Context Listener -->
    <listener>
    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
    </listener>
    <!-- Session Counter Listener -->
    <listener>
    <listener-class>com.company.web.listener.SessionCounter</listener-class>
    </listener>
    <!-- Taglibs -->
    <taglib>
    <taglib-uri>http://www.pickert.de/jrqm</taglib-uri>
    <taglib-location>/WEB-INF/tld/jRQM.tld</taglib-location>
    </taglib>
    <!-- Session timeout in minutes -->
    <session-config>
    <session-timeout>1</session-timeout>
    </session-config>
    </web-app>
    ############### FACES-CONFIG.XML
    <?xml version="1.0" encoding="windows-1252"?>
    <!DOCTYPE faces-config PUBLIC
    "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
    "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
    <faces-config xmlns="http://java.sun.com/JSF/Configuration">
    <application>
    <default-render-kit-id>oracle.adf.core</default-render-kit-id>
    <variable-resolver>org.springframework.web.jsf.DelegatingVariableResolver</variable-resolver>
    </application>
    </faces-config>

    Can you elaborate what you fixed? I'm running into the same message with a similar setup.
    Thanks,
    Ken

  • ADF - Blackberry Deployment - BB_ADFNMC_UI  not found

    Hello All,
    I created a small test app which I tested in the Blackberry simulator and works just fine. Now I used JavaLoader from the the blackberry JDE 5.0 to load the my.cod file. The app is loaded to the blackberry with out any errors.
    When I launch the app I get the error 'BB_ADFNMC_UI' not found.
    At the begininnig of the build I see that it makes reference to the BB_ADFNMC_UI.jar (C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_UI.ja) file and afterwords just before it completes the imports I see that it imports
    Parsing import: C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_UI.jar
    Did I miss something? Maybe on the blackberry side of things. Or do I need to upload something to the blackberry?
    Thanks in advance for any help and assistance.
    Jan
    When I deploy my application for blackberry I don't get any errors:
    03:18:41 PM] ----  Deployment started.  ----
    [03:18:41 PM] Target platform is Standard Java EE.
    [03:18:41 PM] Set JDK version compatibility of generated class files for Model.jpr to 1.1
    [03:18:41 PM] Set JDK version compatibility of generated class files for MobileClient.jpr to 1.1
    [03:18:41 PM] Updating connection-details in adf-config.xml
    [03:18:41 PM] Running dependency analysis...
    [03:18:41 PM] Building...
    [03:18:41 PM] Deploying profile...
    [03:18:42 PM] Wrote working UiApplication.jad file to C:\JDeveloper\mywork\intm\MobileClient\deploy\intm_BB1\UiApplication.jad
    [03:18:42 PM] Wrote Archive Module to C:\JDeveloper\mywork\intm\MobileClient\deploy\intm_BB1.jar
    [03:18:42 PM] "C:\oracle\blackberry\BlackBerry JDE 5.0.0\bin\preverify.exe" -classpath "C:\oracle\blackberry\BlackBerry JDE 5.0.0\lib\net_rim_api.jar";"C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_Bindings.jar";"C:\oracle\middleware\j
    [03:18:42 PM] developer\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_JavaSE.jar";"C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_Model.jar";"C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_SQLite.jar
    [03:18:42 PM] ";"C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_UI.jar";"C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_Util.jar";"C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\
    [03:18:42 PM] BB_JUEL.jar";"C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ksoap.jar";"C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_kxml.jar" -d . "C:\JDeveloper\mywork\intm\MobileClient\deploy\intm
    [03:18:42 PM] _BB1.jar"
    [03:18:42 PM] "C:\oracle\blackberry\BlackBerry JDE 5.0.0\bin\rapc.exe" import="C:\oracle\blackberry\BlackBerry JDE 5.0.0\lib\net_rim_api.jar";"C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_Bindings.jar";"C:\oracle\middleware\jdeveloper
    [03:18:42 PM] \jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_JavaSE.jar";"C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_Model.jar";"C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_SQLite.jar";"C:\ora
    [03:18:42 PM] c*le\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_UI.jar"*;"C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_Util.jar";"C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_JUEL.j
    [03:18:42 PM] ar";"C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ksoap.jar";"C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_kxml.jar" codename="intm_BB1" "C:\JDeveloper\mywork\intm\MobileClient\deplo
    [03:18:42 PM] y\intm_BB1\UiApplication.jad" "C:\JDeveloper\mywork\intm\MobileClient\deploy\intm_BB1\intm_BB1.jar"
    [03:18:42 PM] Parsing classfile: Dummy.class
    [03:18:42 PM] Reading resource: home.mcx
    [03:18:42 PM] Reading resource: intm/model/AppModule.xml
    [03:18:42 PM] Reading resource: intm/model/common/bc4j.xcfg
    [03:18:42 PM] Reading resource: intm/model/Customers.xml
    [03:18:42 PM] Reading resource: intm/model/CustomersView.xml
    [03:18:42 PM] Reading resource: intm/model/DataBindings.cpx
    [03:18:42 PM] Reading resource: intm/model/MobileClient.jpx
    [03:18:42 PM] Reading resource: intm/model/Model.jpx
    [03:18:42 PM] Reading resource: intm/model/pageDefs/homePageDef.xml
    [03:18:42 PM] Reading resource: META-INF/adf-config.xml
    [03:18:42 PM] Reading resource: META-INF/adfm.xml
    [03:18:42 PM] Reading resource: META-INF/task-flow-registry.xml
    [03:18:42 PM] Reading resource: MobileClient-task-flow.xml
    [03:18:42 PM] Reading resource: res/UiApplication.jad
    [03:18:42 PM] Parsing import: C:\oracle\blackberry\BlackBerry JDE 5.0.0\lib\net_rim_api.jar(net_rim_amms.cod)
    [03:18:43 PM] Parsing import: C:\oracle\blackberry\BlackBerry JDE 5.0.0\lib\net_rim_api.jar(net_rim_tid_repositoryBasedEuropean.cod)
    [03:18:43 PM] Parsing import: C:\oracle\blackberry\BlackBerry JDE 5.0.0\lib\net_rim_api.jar(net_rim_ui_alpha.cod)
    [03:18:43 PM] Parsing import: C:\oracle\blackberry\BlackBerry JDE 5.0.0\lib\net_rim_api.jar(net_rim_ui_api.cod)
    [03:18:43 PM] Parsing import: C:\oracle\blackberry\BlackBerry JDE 5.0.0\lib\net_rim_api.jar(net_rim_ui_extension.cod)
    [03:18:43 PM] Parsing import: C:\oracle\blackberry\BlackBerry JDE 5.0.0\lib\net_rim_api.jar(net_rim_wap_provisioning.cod)
    [03:18:43 PM] Parsing import: C:\oracle\blackberry\BlackBerry JDE 5.0.0\lib\net_rim_api.jar(net_rim_xml.cod)
    [03:18:43 PM] Parsing import: C:\oracle\blackberry\BlackBerry JDE 5.0.0\lib\net_rim_api.jar(net_rim_xml_org.cod)
    [03:18:43 PM] Parsing import: C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_Bindings.jar
    [03:18:43 PM] Parsing import: C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_JavaSE.jar
    [03:18:43 PM] Parsing import: C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_Model.jar
    [03:18:43 PM] Parsing import: C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_SQLite.jar
    *[03:18:43 PM] Parsing import: C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_UI.jar*
    [03:18:43 PM] Parsing import: C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ADFNMC_Util.jar
    [03:18:43 PM] Parsing import: C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_JUEL.jar
    [03:18:43 PM] Parsing import: C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_ksoap.jar(BB_ksoap.cod)
    [03:18:43 PM] Parsing import: C:\oracle\middleware\jdeveloper\jdev\extensions\oracle.adfnmc.core\RIM\BB_kxml.jar
    [03:18:43 PM] Resolving
    [03:18:43 PM] Optimizing
    [03:18:43 PM] Populating
    [03:18:43 PM] No errors.
    [03:18:43 PM] Wrote BlackBerry package to C:\JDeveloper\mywork\intm\MobileClient\deploy\intm_BB1\intm_BB1.cod
    [03:18:45 PM] Deploying Mobile Client application to BlackBerry simulator located at: C:\oracle\blackberry\BlackBerry JDE 5.0.0\simulator
    [03:18:45 PM] Mobile Client application successfully deployed to BlackBerry simulator. Please start or restart the simulator before running the Mobile Client application.
    [03:18:45 PM] Elapsed time for deployment:  4 seconds
    [03:18:45 PM] ----  Deployment finished.  ----

    Hey Jan,
    Joe is right, and that's the only thing that needs to be installed on the device apart from your application.
    When you do the Tools - deploy adf runtime to device thing, it should install the same 9 files that it does when you do tools - deploy adf runtime to simulator thing.
    And 6 of those 9 files are having thier names starting with bb_adfnmc.....so that would fix the error you were noticing.
    However, I am facing a problem when using that deploy adf runtime option for the device, it gives the error: The specified module was rejected by the device and cannot be loaded.
    Now I did not have an SD card in my blackberry (8830) at the time of deploying the adf runtime clients, could that have been a problem?
    Or is it something else?
    Jan, did placing the SD card help you?
    Also, for the FOD app, do I just copy the "database" and "db_temporary" folders from the sample sd card simulator? Where do I place these folders, in the root of the sd card?
    And then when configuring the local db in jdeveloper, the tutorial says that we should mention the path of the standalone db as"/SDCard/mobilefod.db", so should the db file also be kept in the root folder of the sd card?
    Would appreciate any help from anyone, in this matter please!
    Regards,
    Hemant

  • Download - 404 not found

    Hi all,
    I have created a procedure to download a file.
    the name of the procedure is download_my_file4
    create or replace PROCEDURE download_my_file4(p_file in number) AS
            v_mime  VARCHAR2(48);
            v_length  NUMBER;
            v_file_name VARCHAR2(2000);
            Lob_loc  BLOB;
            a NUMBER;
    BEGIN
         select s.siteid into a from site s,lbconline_users c where
               c.user_lbc_site=s.siteid and lower(c.user_login)=lower(v('APP_USER'));
        for c in (select a.siteid site, b.con_id conid from kconts a, con_doc_info b where a.con_id = b.con_id )
         loop
          IF  c.site = a  THEN
            SELECT MIME_TYPE, BLOB_CONTENT,NAME,DBMS_LOB.GETLENGTH(blob_content)
                    INTO v_mime,lob_loc,v_file_name,v_length
                    FROM CON_DOC_INFO
                    WHERE id = p_file and con_id = c.conid;
            owa_util.mime_header( nvl(v_mime,'application/octet'), FALSE );
            htp.p('Content-length: ' || v_length);
            -- the filename will be used by the browser if the users does a save as
            htp.p('Content-Disposition:  attachment; filename="'||replace(replace(substr(v_file_name,instr(v_file_name,'/')+1),chr(10),null),chr(13),null)|| '"');
                    -- close the headers           
                    owa_util.http_header_close;
                    -- download the BLOB
                    wpg_docload.download_file( Lob_loc );
          end if;
        end loop;
    end download_my_file4;Permission has been granted to public
    when i use this procedure in the report like
    #owner#.download_my_file4?p_file=#File No.#
    it is giving the error:
    404 not found
    The requested URL /pls/htmldb/INFOCENTRE.DOWNLOAD_MY_FILE4 was not found on this server.
    Any help please?
    Thanks in advance
    bye
    Srikavi

    If you want to call packages procedures from the URL, you need to add it to a security function in the FLOWS schema:
    # You need to make this procedure callable, so go to the FLOWS030100 schema
    # Go to the Function WWV_FLOW_EPG_INCLUDE_MOD_LOCAL
    # Add the "INFOCENTRE.DOWNLOAD_MY_FILE4" to the code like this:
    if upper(procedure_name) in ( 
      'ADD_AS_A_FRIEND', 'INFOCENTRE.DOWNLOAD_MY_FILE4') then    
       return TRUE; 
    else   
       return FALSE; 
    end if;  Now you procedure is callable from the URL!
    Greetings,
    Rutger

  • G570 Windows 8 driver download: "File not found"

    I'm trying to download windows 8 drivers for my G570, but every download links say "File not found"

    Hi
    Welcome To Lenovo Community
    We are really sorry to hear about the issue you are facing,  
     Please try the following  link for downloading the drivers ( use Google translator )
    http://support1.lenovo.com.cn/lenovo/wsi/Modules/Driverdownload.aspx?SearchType=1&LogicType=0&Machin...
    Do give this a try and let us know
    Hope This Helps
    Cheers!!!
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    How to send a private message? --> Check out this article.
                            English Community   Deutsche Community   Comunidad en Español

  • Panel Page in ADF Faces using Facelets not rendering correctly

    Hi, I am attempting to integrate facelets into a web app built using adf faces and am running into a problem with the panel page component. I have integrated facelets and adf faces without any problems by adding relevant jars (jsf-facelets and adf-facelets) to the project and specifying alternate facelets view handler in web.xml.
    However, when I try to render any component inside <af:document> or <af:html> tags, all the font style in components seems to be lost ( all the text and input fields turn large and ugly!).
    I tried to leave out the <af:document> tag and put the <f:view> inside some vanilla html instead, but then panelPage component dosen't render properly and I get following message on top of page :
    "Skip navigation elements to page contents"
    So seem to be in a bit of a catch 22. By the way, this all works fine if I don't use facelets (remove the facelets view handler from web.xml and page renders correctly).
    Does anyone have any ideas or examples of panelPage rendering correctly with facelets or an alternative to using adf faces html tags that will allow panelpage to be displayed?
    The following is the code from a simple test jspx page :
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces"
    xmlns:c="http://java.sun.com/jsp/jstl/core"
    xmlns:ui="http://java.sun.com/jsf/facelets">
    <f:view>
    <af:document>
    <af:form>
    <af:panelPage title="Title 1">
    <af:panelHorizontal>
    <af:panelGroup layout="vertical">
    <af:outputLabel value="Username"/>
    <af:inputText id="lo_username" value="" columns="20"/>
    <af:objectSpacer width="1" height="10"/>
    <af:outputLabel value="Password"/>
    <af:inputText id="lo_password" secret="true" value="" columns="20"/>
    <af:objectSpacer width="1" height="15" />
    <af:panelHorizontal>
    <af:objectSpacer width="50" height="1"/>
    <af:commandButton id="lo_loginButton" text="Login"/>
    </af:panelHorizontal>
    </af:panelGroup>
    <af:objectSpacer width="50" height="1"/>
    <af:panelGroup layout="vertical">
    <af:outputLabel value="Please use your windows account username"/>
    <af:outputLabel value="and password to logon to the system"/>
    <af:objectSpacer width="1" height="50"/>
    </af:panelGroup>
    </af:panelHorizontal>
    </af:panelPage>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>

    The problem was the <jsp:root> tag. Removed this tag and modified <af:document> to the following so that namespaces are declared :
    <af:document xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/html"
    xmlns:ui="http://java.sun.com/jsf/facelets">
    Page now renders properly using facelets.
    Message was edited by:
    mjc

Maybe you are looking for

  • Table data does not refresh

    Using LV2010. A table displays the test configuration that has been selected by the user.  This appeared to work fine until recently.  Nothing in that area of the code has changed . The issue is that although valid data exists on the wire and it even

  • Stored procedure vs anonymouse block

    Hi all, I had an interesting problem and don't know why. My procedure takes the files from a directory and process them. using vx_xmltype.toobject(vo_object,..) I load xml files into sql object. create type in_obj as object (types varchar2(100)); cre

  • Help windows always foremost

    I use Help frequently, particularly with a new system but also with applications. In Leopard the Help window is always on top. Often I find myself in the position of wishing to keep the Help file available but have an application window come to the f

  • Dynamic array naming

    Here's a simple requirement... var arrayName:String = "tabAy_"+commTrayNo; var this[arrayName] = new Array(); ..but the second line gives an error: Identifier expected. How can I generate a valid identifier for my new array?

  • When I make corrections in lightroom cc, I don't find them in my photos when I load Lightroom 5 ?

    Hi ! Is this normal ? I keep my photos on an external disk drive and I am using the trial version. Thanks