ADF 11.1.1.5 - Oracle Dynamic UI Template - Listener

Hi All,
I am facing a strange issue while implementing Oracle Dynamic UI Template.
I have implemented a context Listener to store few data in application scope.
Correspondingly i have made the entry of the Listener in Web.xml. I am getting the following error ADF FACES 60097.
When i remove the entry everything works fine.
No idea whats happening.
Regards
Praveen

Hi All,
Steps to reproduce the problem..
1) Create adf ViewController application
2) Create a jspx with Oracle Dynamic tab Shell as its template.
3) Under Global toolbar facet...create a <af:Menubar> component and bind it to Managed Bean.
4) Create 2 class variables of Type List and TreeModel. Create the accesors for it.
5) Put the debug point on first class variable.
6) Debug the page...when it hits MenuBar or TreeModel.........Error Message is poping up.
Regards
Praveen

Similar Messages

  • ADF 11.1.1.5 - Oracle Dynamic UI Template

    Hi All,
    I am using Oracle Dynamic UI Template to leverge it's features.
    Under the navigation facet i have used tree componet, but i am getting the following error when i tried to debug my VO at the Bolded Point.
    private transient TreeModel homemodel = null; public void setHomemodel(TreeModel homemodel)
    this.homemodel = homemodel;
    public TreeModel getHomemodel() throws IntrospectionException
    if (homemodel == null)
    homemodel = new ChildPropertyTreeModel(servletContext.getAttribute("homeInstance"), "children");
    return homemodel;
    Error : Unable to find Source file for package oracle.adfinternal.controller.beans, filename ManagedBeanFactory.java
    Regards
    Praveen

    Hi All,
    I couldn't figure the real problem, but the problem gets solved when i create ADF Fusion application.
    The same didn't work when i created a general application and added required components.
    May be i am missing somethings.
    Regards
    Praveen

  • JSF Page Fragment based on Oracle Dynamic Tabs Shell Template

    Hi
    JDeveloper 11.1.1.6
    Can we create a JSF Page Fragment (jsff) based on an Oracle Dynamic Tabs Shell Template ?
    I tried to create this jsff page and added in a bounded taskflow.
    In the create jsff wizard, it will allow us to select the Oracle Dynamic Tabs Shell Template, but when trying to use this taskflow in the another page (jspx), it is giving the following exception.
    javax.faces.FacesException: javax.el.PropertyNotFoundException: Target Unreachable, 'tabContext' returned null
    at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:261)
    at javax.faces.webapp.UIComponentELTag.createComponent(UIComponentELTag.java:222)
    Basically the reason why I am trying to do like this is that I have to simply drop the taskflow in a page as a region.
    The ViewController project code will only be created as an ADF Library Jar File and be used in other projects
    (it will not be deployed as a web application (war))
    More about the requirement:
    I have a BPM Application in which I have 2 ADF ViewController projects, one for only BPM Human Task related UI and another for only ADF functionality.
    I am writing a custom BPM Workspace kind of ADF Application and want the UI to be based on the Oracle Dynamic Tab Shell Template.
    ADF ViewController project is deployed only as a ADF Library Jar file.
    Another advantage I can have is I can test my ADF code within JDeveloper.
    (If I create a jspx page based Oracle Dynamic Tab Shell Template in the BPM Human Task Related UI project, I will not be able to run it in JDeveloper and test it.
    Otherwise I have to deploy to the SOA environment each time I make a change)
    Thanks for any help.
    Sameer

    Hi,
    the dynamic tab shell template can only be used with top level (JSPX) pages (in 12c also with Facelet pages). There is no configuration for templates that would make the JDeveloper IDE to not show the template of the selected page is a fragment.
    Frank

  • Oracle dynamic tab ui shell template : the rest of page missing

    im new in adf
    hi;
    im using oracle dynamic tab shell which i download it from oracle site.
    my problem is
    i have a page fragment ( two.jsff) and i drag and drop from data controls vo as adf amaster table ,detail table
    when i run the application first.jspx and click the fisrt link the page show me only the fist table , i can not see the second table Unless change the the zoom level in the internet explorer( to make application appearance smaller)
    how to solve this problem.
    i drag and drop vo directly to the panelGroupLayout , should i use panelstretch?
    - some one told me the problem in computer screen resolution ( he say when your create an application ( jdeveloper ) with high screen resolution then take it to other computer and edite the page you will face this problem) is it true.
    thanks

    Hi User,
    you need to look for customizing the UI shell template.
    here are few articles may help you to customize the default UI shell template.
    Techie gossip: ADF talk: customize the logo inside Dynamic Tab UI Shell
    Andrejus Baranovskis's Blog: Building Custom UI Shell with ADF 11g R2

  • Error While Deploying ADF BC JSF Application on Oracle WebLogic Server 10.3

    Hi All,
    I am Deploying ADF BC JSF Application on Oracle WebLogic Server 10.3
    My JDeveloper Version is - JDeveloper10.1.3.0.4
    I followed Following Links for Deployment
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11/demos/wls/wls.html
    http://blog.fekw.de/2008/08/23/howto-install-adf-10-runtime-and-deploy-adf-bc-app-to-oracle-weblogic-103-running-on-linux/
    I am Getting Following Error
    java.lang.NoClassDefFoundError: oracle/xml/parser/v2/XMLParseException
         at oracle.adf.controller.faces.lifecycle.ADFPhaseListener.<clinit>(ADFPhaseListener.java:463)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:711)
         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:400)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:328)
    [ServerConnectionImpl.close():334] : Closing DM connection
    [ServerConnectionImpl.close():354] : Unregistered all listeners
    Thanks
    Vijay Chavan

    My bc4j.conf file is like bellow and my datasource name is expertDS
    <BC4JConfig>
    <AppModuleConfigBag>
    <AppModuleConfig name="DeptAMLocal">
    <AppModuleJndiName>model.ent.DeptAM</AppModuleJndiName>
    <DeployPlatform>LOCAL</DeployPlatform>
    <JDBCName>expert</JDBCName>
    <ApplicationName>model.ent.DeptAM</ApplicationName>
    <jbo.project>Model</jbo.project>
    </AppModuleConfig>
    <AppModuleConfig name="DeptAMEmbeddedAS">
    <jbo.internal.embedded>true</jbo.internal.embedded>
    <JDBCDataSource>jdbc/expertDS</JDBCDataSource>
    <ApplicationPath>current-workspace-app</ApplicationPath>
    <ConnectionPort>23891</ConnectionPort>
    <AppModuleJndiName>DeptAMBean</AppModuleJndiName>
    <HostName>localhost</HostName>
    <java.naming.security.authentication>simple</java.naming.security.authentication>
    <java.naming.security.credentials>
    <![CDATA[{904}05DDD90D64C79A7BC508C94B403DD81551]]>
    </java.naming.security.credentials>
    <java.naming.security.principal>oc4jadmin</java.naming.security.principal>
    <DeployPlatform>EjbIas</DeployPlatform>
    <jbo.server.internal_connection>jdbc/expertCoreDS</jbo.server.internal_connection>
    <ApplicationName>model.ent.DeptAM</ApplicationName>
    </AppModuleConfig>
    <AppModuleConfig name="DeptAMAS">
    <jbo.ampool.maxinactiveage>300000</jbo.ampool.maxinactiveage>
    <AppServerConnectionName>weblogic</AppServerConnectionName>
    <AppModuleJndiName>DeptAMBean</AppModuleJndiName>
    <DeployPlatform>EjbIas</DeployPlatform>
    <jbo.ejb.txntimeout>86400</jbo.ejb.txntimeout>
    <DtMiddleTierDeploymentProfile>../ModelMiddleTier1.deploy</DtMiddleTierDeploymentProfile>
    <jbo.security.enforce>Test</jbo.security.enforce>
    <jbo.ampool.maxpoolsize>600</jbo.ampool.maxpoolsize>
    <ApplicationName>model.ent.DeptAM</ApplicationName>
    <DtDeploymentProfile>../ModelEJB1.deploy</DtDeploymentProfile>
    <jbo.ampool.doampooling>false</jbo.ampool.doampooling>
    <java.naming.security.authentication>simple</java.naming.security.authentication>
    <DtCommonDeploymentProfile>../ModelCommon1.deploy</DtCommonDeploymentProfile>
    <JDBCDataSource>jdbc/expertDS</JDBCDataSource>
    <jbo.server.internal_connection>jdbc/expertCoreDS</jbo.server.internal_connection>
    <jbo.ampool.minavailablesize>0</jbo.ampool.minavailablesize>
    <ApplicationPath>BackBoneEJB</ApplicationPath>
    <jbo.ampool.monitorsleepinterval>10000</jbo.ampool.monitorsleepinterval>
    </AppModuleConfig>
    </AppModuleConfigBag>

  • Latest Oracle Dynamic Tabs Shell (Dynamic Tabs UI Shell ) Source/JAR

    Hi,
    Please can any body provide the link where i can get the Latest Oracle Dynamic Tabs Shell (Dynamic Tabs UI Shell ).
    Reg,
    Brahma B.

    Hi John,
    Thanks for your reply..
    I got the jar for UI Shell from the link you have provided. Here am trying to create my own TabContext by extending the existed one in the jar file.But jar contains the Tabcontext as final so am not able to extend and create my own CustomTabcontext.
    While i started working with tabcontext i got the source of UI Shell(first version) and i added some code in Tabcontext itself for achieving some functionality as per the requirement like dirty checking and displaying the dailog like Do you want save changes with some buttons. Now i want to use the latest Ui Shell Tab By including by code as well.
    Please can you give any suggestion how can i proceed here.
    Reg,
    Brahma B.

  • Common Toolbar for Oracle Dynamic Tabs Shell

    Hi All,
    I am trying to develop an application with Oracle Dynamic Tabs Shell, which contains a common toolbar as given below:
    http://www.cijoint.fr/cj201008/cij0mTgi6V.jpg
    This Common toolbar contains common functionalities like save, print etc. When user clicks on these buttons, i want to activate similar actions in currently selected tab. Toolbar is not part of tabbed region, it is under innerToolbar facet which is part of main page. I am looking forward for general solution parent page activating events under currently selected tab region.
    Can anybody suggest me which is the better way to implement it.
    Many Thanks,
    Santhosh

    Hi Pramod,
    Have you tried setting the Transaction attributes of your task-flow? Open up your task flow definition then go to Overview Tab. Try changing the appropriate attributes like setting the transaction as "Always Begin New Transaction" and/or unchecking the "Share data controls with calling task- flow". Try to mix settings and find the one that suit your needs.
    Regards,
    Pino

  • Dynamic tabs template version

    Does JHS 11.1.1.3.35 use the Oracle Dynamic Tabs Page Template 1.02 patch? Or do I have to install that separately?

    We use some classes, not the actual classes.
    In the upcoming JHeadstart 11.1.1.4 and JHeadstart 11.1.2 releases, we will no longer use anything of Oracle Dynamic Tabs Page Template, we have written a better and more feature-rich implementation.
    Steven Davelaar,
    JHeadstart Team.

  • Changing logo in Oracle three column template

    Hi All,
    Can we change the Oracle image being displayed at the top left corner of the built-in Oracle three column template in Oracle JDeveloper 11g?
    Thanks ... Best Regards
    Bilal

    Hi,
    You will helpful following
    How to change default templateand check for
    http://rcastrosp.blogspot.com/2010/04/oracle-adf-built-in-templates.html

  • Oracle.apps.xdo.template.fo.area.NoAvailableAreaException

    Hi
    We are getting below error for Commercial invoice report for some deliveries (with more than one order)
    Template code: SDSCOMINVKBI
    Template app: SDS
    Language: en
    Territory: 00
    Output type: PDF
    [6/29/12 6:14:26 AM] [UNEXPECTED] [582604:RT86396421] oracle.apps.xdo.template.fo.area.NoAvailableAreaException: Not enough rendering area. Please look into the incomplete output file for cause.
    at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(FormattingEngine.java:719)
    at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(FormattingEngine.java:710)
    at oracle.apps.xdo.template.fo.elements.FormattingEngine.createNewPage(FormattingEngine.java:475)
    at oracle.apps.xdo.template.fo.elements.FormattingEngine.startLayout(FormattingEngine.java:263)
    at oracle.apps.xdo.template.fo.elements.FormattingEngine.run(FormattingEngine.java:121)
    at oracle.apps.xdo.template.fo.FOHandler.endElement(FOHandler.java:600)
    at oracle.apps.xdo.common.xml.XSLTHandler$EEEntry.sendEvent(XSLTHandler.java:594)
    at oracle.apps.xdo.common.xml.XSLTMerger.startElement(XSLTMerger.java:51)
    at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:181)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1315)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:362)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:308)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:213)
    at oracle.apps.xdo.template.fo.FOProcessingEngine.process(FOProcessingEngine.java:320)
    at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:1051)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:302)
    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    Thanks
    Kamalaka.G

    You cannot use BIP Desktop 11g with EBS - you need to use a special version. Pl see these MOS Docs
    How To Download Oracle XML Publisher Desktop 5.6.3 (BI Publisher 10g)? [ID 556032.1]     
    How To Obtain The Latest Version Of Oracle BI Publisher Desktop? [ID 1362518.1]     
    Overview of Available Patches for Oracle XML Publisher embedded in the Oracle E-Business Suite [ID 1138602.1]     
    HTH
    Srini

  • Oracle Database VM Template - too many issues

    Just wanted to offer my experience with the Oracle VM Template, specifically for 64-bit Oracle Database 11g (11.1). We decided to try out Oracle VM and the templates on a new server, we thought the promise of the templates could drastically decrease our time spent installing and setting up new boxes.
    Setting up the template and getting it running was a breeze, although Oracle could have better documented things. Some passwords and important steps were left out that I had to figure out after the fact.
    The real nightmare is the Oracle database installation it comes with. I guess they call this an OEM installation - but it's complete crap. Nothing really works like it should, and I found it to be a lost-cause trying to get it to work after awhile. Enterprise Manager comes disabled - what kind of database installation is this without enterprise manager? I guess they think everyone is using Grid Control - although I'm not even convinced Grid Control would have worked with all the issues going on.
    I spent a day trying configure the installation to get things working, then realized packages were missing, needed for anything other than the database engine to run, due to the stripped version of oracle linux the template uses.
    None of this was documented or explained at all. There's nothing on metalink..pretty much nothing. If you want a simple database that you can connect to and run sql queries through sql plus, this might just work. But it's far from a typical production setup. I would steer clear of this.

    Hi there,
    VPD (Virtual Private Database) is a feature of the Oracle Enterprise Edition:
    http://www.oracle.com/technology/deploy/security/database-security/virtual-private-database/index.html
    It's in the dbms_rls package.
    HTH, Peter

  • Oracle BPM SLA Template

    Hi
    Does anyone has Oracle BPM SLA template to share please?
    Kindly send it to [email protected]
    I mean the Oracle BPM specific SLA Template. Which may or may not include integration with other systems.
    Many thanks in advance
    Regards
    deepak
    Edited by: DeepakDev on Sep 7, 2010 1:54 PM

    Yes - you are correct.
    I've found the most useful reference for installing Oracle BPM 12c is this:  Installing SOA Suite and Business Process Management Suite Quick Start Guide for Developers.
    1. To Download Oracle BPM 12c JDeveloper download the software from http://www.oracle.com/technetwork/middleware/bpm/downloads/index.html
    2. To Install the JDK:
    Install JDK 1.7 (jdk1.7.0_55).
    Set JAVA_HOME environment variable to D:\Java\jdk1.7.0_55
    3. To Install Oracle BPM 12c JDeveloper
    Open a command prompt as an administrator (right mouse click “Command Prompt” -> “Run as administrator”)
    From the command prompt run: %JAVA_HOME%\bin\java -jar fmw_12.1.3.0.0_bpm_quickstart.jar
    Hope this gets you going,
    Dan

  • Dynamic Converter Template Type drop down list error

    UCM 11g, win xp 64 bit
    when I try to check in dynamic converter template (Dynamic Converter Admin -> Check in existing template), the drop down of template types never gets updated with templates types, it just sits on "Loading values...". Any ideas why ? I can edit template types right in the UCM DB, DocMeta table, xTemplateType column, but that doesnt sound like a "clean approach".
    Best regards,
    Giedrius

    try uninstall and insatall the component again. Also logout and login
    regards,
    deepak

  • Get error when add start:body tag, ERROR: oracle.apps.xdo.template.fo.area.NoAvailableAreaException: Not enough rendering area

    I'm using "Oracle BI Publisher Template Builder for Word"
    Version: 10.1.3.2.1  Build 87
    When I try to add <?start:body?> and <?end body?> tags get error in preview to pdf
    My structure is:
    for-each G_INVOICE
    [TABLE WITH HEADER INFORMATION]
    <?start:body?>
    [for-each G_DISTRIBUTION_LINE
    TABLE WITH DISTRIBUTION LINES INFO
    end G_DISTRIBUTION_LINE]
    <?end body?>
    "text for special instructions"
    end G_INVOICE
    The log generated is:
    Font Dir: C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\fonts
    Run XDO Start
    RTFProcessor setLocale: en-us
    FOProcessor setData: Z:\projects\AEROSTAR\reports\AERO - AP - Disbursal Request\AEROAPDISREQ.xml
    FOProcessor setLocale: en-us
    oracle.apps.xdo.template.fo.area.NoAvailableAreaException: Not enough rendering area. Please look into the incomplete output file for cause.
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.createNewPage(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.startLayout(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.run(Unknown Source)
      at oracle.apps.xdo.template.fo.FOHandler.endElement(Unknown Source)
      at oracle.apps.xdo.common.xml.XSLTHandler$EEEntry.sendEvent(Unknown Source)
      at oracle.apps.xdo.common.xml.XSLTMerger.startElement(Unknown Source)
      at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:167)
      at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1182)
      at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
      at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149)
      at oracle.apps.xdo.template.fo.FOProcessingEngine.process(Unknown Source)
      at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
      at RTF2PDF.runRTFto(RTF2PDF.java:632)
      at RTF2PDF.runXDO(RTF2PDF.java:466)
      at RTF2PDF.main(RTF2PDF.java:254)
    Please, Need help.
    Thanks in advance.

    The cause for this seems to be that a row in a table is larger than a page, and there is no place left for the Header row.
    Check the bellow action plan:
    1. Edit the template in MS Word.
    2. Click on the table.
    3. Right click on the little crossed square in the upper right corner of the table.
    4. Click on 'Table Properties' / tab 'ROW'.
    5. Look at all rows by using the button 'Next Row'.
    6. If 'Repeat as Header at the top of each page' is checked, please uncheck it.
    7. Save the template and retry.
    BR,
    Alex

  • XMl report output error oracle.apps.xdo.template.fo.area.NoAvailableAreaExc

    All,
    Here is the error I'm getting when AR invoice is printed in PD fformat. I dont see this issue for all invoices, I ahve this issue when invoice has 9 lines.
    oracle.apps.xdo.template.fo.area.NoAvailableAreaException: object = 'oracle.apps.xdo.template.fo.area.BlockArea@186f3b3', aInfo: (x, y, w, h) = (0, 0, -18050, 353403)
    Any idea how to fix this error, or where can i look into template to fix.
    Thanks
    Pallavi

    Hi,
    Could you please let me know how this issue is fixed.
    I am facing the same issue.
    Thanks for you help

Maybe you are looking for

  • Quicktime player query

    When I upload a video from my camera, it views it in Quicktime Player. If I try to trim the video, I can d it fine, but it won't save the trimmed video. It offers me a mp4 option, offers a format option of iPod touch or iPhone 3GS, which says it is a

  • How to change posting date in AFAB for previous terminated run.

    Hi Experts, I cannot do the depreciation run of May, the system tells me that the run of April was terminated by an error and that I have to restart the depreciation of April first. But when I try to restart it, I have to mention period 4 and then sy

  • If I download the new Itunes will I lose my old stuff?

    I got my Ipod Nano wet at the beach and need a new one. If I update my Itunes to the latest version will I lose my stuff?

  • My iPad will not download a movie purchased on my Mac

    I can see the movie on "shared" when my Mac is on. Why is there no sync movies in the iCloud section?

  • I can't get apps

    When i click get new apps i get an error message saying WiFi Detected. We are unable to authenticate you as you are not currently on the Rogers or Fido Moblie network.