Fade effect after inactivity in ADF 11.1.1.6 application

Hi all

After a period of inactivity (about 10-15 minutes) in my application ADF (v. 11.1.1.6), the page is displayed in mode semi-transparency with a small icon of warning on the bottom of the page. This fade effect disappears after a mouse move.

How can we disable this behavior?

Please note that this effect is related only to the af:table component.

Thanks in advance,

Baudel

Support confirm us that this behavior is not a bug.

The solution we have used is to set the value of oracle.adf.view.rich.poll.TIMEOUT - 1 in the web.xml file:

oracle.adf.view.rich.poll.TIMEOUT

-1

In this way, all surveys use this value as the timeout (and they do not expire).

Thanks for all the help.

Baudel

Tags: Java

Similar Questions

  • Issuing Java.lang.NullPointerException after inactivity

    IM using JDeveloper 12 c and im making a webapp, an im getting this error after inactivity I know im giving many details, but it's the scenario.

    Caused By: java.lang.NullPointerException
                at oracle.jbo.server.ViewObjectImpl.activateNewRowTracker(ViewObjectImpl.java:20372)
                at oracle.jbo.server.ViewRowSetIteratorImpl.activateIteratorState(ViewRowSetIteratorImpl.java:4015)
                at oracle.jbo.server.ViewRowSetImpl.activateIteratorState(ViewRowSetImpl.java:8035)
                at oracle.jbo.server.ViewObjectImpl.activateIteratorState(ViewObjectImpl.java:21046)
                at oracle.jbo.server.ApplicationModuleImpl.activateVOs(ApplicationModuleImpl.java:8646)
                at oracle.jbo.server.ApplicationModuleImpl.doActivateState(ApplicationModuleImpl.java:8380)
                at oracle.jbo.server.ApplicationModuleImpl.doActivateAMState(ApplicationModuleImpl.java:8346)
                at oracle.jbo.server.Serializer.activate(Serializer.java:328)
                at oracle.jbo.server.DBSerializer.activateRootAM(DBSerializer.java:337)
                at oracle.jbo.server.ApplicationModuleImpl.activateState(ApplicationModuleImpl.java:6421)
                at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:213)
                at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:9432)
                at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4523)
                at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2453)
                at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2263)
                at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3162)
                at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:590)
                at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:224)
                at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:523)
                at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:518)
                at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:637)
                at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:1009)
                at oracle.adf.model.binding.DCBindingContainer.findDataControl(DCBindingContainer.java:1667)
                at oracle.adf.model.binding.DCIteratorBinding.initDataControl(DCIteratorBinding.java:2588)
                at oracle.adf.model.binding.DCIteratorBinding.getDataControl(DCIteratorBinding.java:2523)
                at oracle.adf.model.binding.DCIteratorBinding.getCheckedDataControl(DCIteratorBinding.java:2617)
                at oracle.adf.model.binding.DCIteratorBinding.executeQueryIfNeeded(DCIteratorBinding.java:2265)
                at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3292)
                at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2913)
                at oracle.adf.controller.internal.binding.TaskFlowRegionController.doRegionRefresh(TaskFlowRegionController.java:286)
                at oracle.adf.controller.internal.binding.TaskFlowRegionController.refreshRegion(TaskFlowRegionController.java:136)
                at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3250)
                at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2913)
                at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareModel(PageLifecycleImpl.java:113)
                at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareModel(FacesPageLifecycle.java:421)
                at oracle.adf.controller.v2.lifecycle.Lifecycle$2.execute(Lifecycle.java:149)
                at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:197)
                at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.startPageLifecycle(ADFPhaseListener.java:204)
                at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$1.after(ADFPhaseListener.java:370)
                at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:89)
                at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)
                at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:489)
                at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:225)
                at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
                at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:280)
                at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:254)
                at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)
                at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341)
                at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)
                at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
                at com.arshumano.gh.view.handler.ApplicationSessionExpiryFilter.doFilter(ApplicationSessionExpiryFilter.java:40)
                at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
                at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
                at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:478)
                at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
                at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:478)
                at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:303)
                at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:208)
                at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
                at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
                at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)
                at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
                at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)
                at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
                at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:137)
                at java.security.AccessController.doPrivileged(Native Method)
                at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
                at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
                at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)
                at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)
                at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)
                at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
                at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:225)
                at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
                at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
                at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
                at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3367)
                at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3333)
                at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
                at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
                at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)
                at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2220)
                at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2146)
                at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2124)
                at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1564)
                at weblogic.servlet.provider.ContainerSupportProviderImpl$WlsRequestExecutor.run(ContainerSupportProviderImpl.java:254)
                at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)
                at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)
    

    Well, if you use transient attributes that must survive passivation / activation you must ensure for the passivate. Check JDev: always Test Your App with the regrouping of ApplicationModule turns off | JDev & amp; Goodies ADF

    It't not a best practice just passivation everything without thinking. However, he must passivate some info so that your application works.

    Timo

  • Mobile: The spark fade effect works is not on the device

    Hello:

    I have a TabbedViewNavigatorApplication with Flex SDK 4.6 that has four ViewNavigator (tabs). In the first, his original point of view has a list of spark with custom IconItemRenderer and by clicking on an element, the browser pushes another opinion. I applied a spark effect to make a fade on the current view before pushing a new (on the EFFECT_END event).

    It's the definition of the effect:

    < fx:Declarations >

    < s: Fade duration = "{ParamsModel.timeoutFadeOut}" id = "fadeOutEffect" alphaFrom = alphaTo "1.0" = "0" / > "

    < / fx:Declarations >

    And that is launched when the user clicks on an item in the list:

    public void loadView(view:*,_data:Object):void

    {

    Avoid the transition between slides by default between views

    tabbedNavigator.activeView.navigator.defaultPushTransition = null;

    Add listener to detect the end of the fade effect

    fadeOutEffect.addEventListener (EffectEvent.EFFECT_END, function(event:EffectEvent):void

    {

    Delete this listener until the next call to 'loadView() '.

    IEventDispatcher (event.currentTarget) .removeEventListener (event.type, arguments.callee);

    After erasing is completed, press the new view

    tabbedNavigator.activeView.navigator.pushView (display, data);

    }

    Play the fade on the current active view effect

    fadeOutEffect.play ([tabbedNavigator.activeView]);

    }

    In fact, this short code smooth on the emulator, but I can´t see no fade effect on the device. I mean, it s not that the effect works buggy or slow. He doesn´t bland at all. West a time (exactly the duration of the effect) where nothing happens, and then the new view load without any effect. What Miss me? I really miss a kind of "emulated hardware installation" on the emulator definitely know if what I see on the computer will work (in terms of performance) on the device... I easily spend 50% the time coding and 50% this kind of continuous performance of fixing problems.

    EDIT: In one of the tabs, a custom list has a gradient background. I Don t know why, but this background is the only element that seems to be affected by the fade effect. Gently, she turns to alpha: 0, but his Don t containing elements.

    Thanks in advance!

    I can´t believe it... While writing the previous post, I thought of a really simple solution and compiled to give it a try. It works perfectly!

    As simple as setting the property "cacheAsBitmap" to "true" on the spark lists points of view!

  • Choose that an audio specific time cannot define a specific "fade effect".

    Choose that an audio specific time cannot define a specific "fade effect". for example, I want to put a specific moment of the audio selected is set to-20dB fade effect (audio will not disappear), but I can't find this setting.

    Well, if you don't answer ryclark question, I'll tell you how you do in the waveform. If it's wrong, it's because you haven't we given the necessary information...

    Select the part of the wave that you want to fade out and open Effects > Ampliltude and Compression > envelope bland (process). Now select the preset "smooth fade out" and on the yellow line that is displayed, drag the end point + 10%. This will leave the audio 20dB above silence. Then apply this. You can save it as a preset if you want, and you can also change or add extra points to the wave of fade, change the way it fades.

  • DB zone not effective after been changing zone SCHEDULE OS

    Hi oracle GURUS.

    DB zone not effective after been changing zone SCHEDULE OS.

    OS: LINUX

    ORACLE: 11.2.0.4

    Node 2 CARS.

    Thanks in advance

    Jr.Raj

    You will need to learn how to use Google, please.

    I googled for free on your account on "zone CARS" and came with

    Blog on the Oracle RDBMS's on the Linux operating system and around it: change of time zone in Oracle 11 g RAC

    Can you explain this forum why you were unable to find it?

    ----------

    Sybrand Bakker

    Senior Oracle DBA

  • Hello, I currently have 3 subscribers: 1) first 2) effects after 3) package for a student in the acquisition of switching on all the programs. Can unsubscribe the first two presentations, namely, I want to unsubscribe from the Adobe Premiere and Adobe bac

    Hello, currently I have 3 subscribers: 1) first 2) effects after 3) package for a student in the acquisition of switching on all the programs. Can unsubscribe the first two presentations, namely, I want to unsubscribe from the first and Adobe Adobe after effect.  user: [email protected]

    Hello Anton

    I checked your account and see that you had a first CC, After Effects CC & a full subscription of creative cloud.

    I cancelled the subscription Premiere and After Effects for you.

    Let me know if you need assistance.

    Thank you

    Scott

    Follow us on Twitter @AdobeCare

  • Problem with the installation of effective after

    Hello, I wanted to install a trial version of effect after cs6 and cc, but when installing: installing me messages "installation failed" and it is written in the summary of the error -1 fatal Error (s), 0 FATAL error (s): payload ' Photoshop Camera Raw 7 {deleted} 9.0.0.60 ' information not found in Media_db. "What is that someone can use thanks in advance and I hope I was clear enough.

    [NEVER SEND A SERIAL NUMBER IN AN OPEN FORUM.]

    [personal information... [Mod - https://forums.adobe.com/docs/DOC-3731]

    [This is an open forum, not the Adobe support, please do not post personal information]

    Do you see a code in summary of this output message? We ask you to troubleshoot Adobe Creative Suite install problems with log files

  • I used an effects after trial and now I bought, the need to install anything new?

    I used an effects after trial and now I bought, the need to install anything new?

    There is no need of a reinstall of the application. To activate the subscription, please sign out and sign back for the CC desktop application. For more information, see connect and disconnect activate Cloud Creative applications

    Hope this will help you.

    Kind regards

    Hervé Khare

  • I can't access MY copy of After Effects (after registration for the trial of cloud) please advise

    I can't access MY copy of After Effects (after registration for the trial of cloud)

    How to access MY copy of After Effects?  Whenever I try to open MY after effects project, it opens the window of the trial (which has now expired).

    Sign out of your account of cloud... Restart your computer... Connect to your paid account of cloud

    -Connect using http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html

    -http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

  • How do I redo effect after restarting the guest operating system?

    Hi all

    I use VMWare Server 2 and VMWare Player 2.x. We had to redo it to hard drive. But it is only valid after the power off and power on the guest operating system.

    We want to be effective after the guest OS restarts from himself.

    Our guest operating system is Windows XP Pro 32 bit, server host is OpenSUSE 11.1, player host is Windows 7.

    Thanks in advance.

    Kind regards

    Cavendish

    Hello

    According to Manual of VMware server, you can only discard all changes the disk not persistent after power out voltage or reset.

    You can use the reset vmrun command if you want to turn off your virtual machine. You must use the reset option (it has the same function as Reset button on the real machine).

    J.

    If you have found this device or any other answer useful please consider the use of buttons useful or Correct to award points.

  • Open a popup with fade effect

    Hello

    I have a scenario where I want to open a pop-up window title with a nice effect.

    Can you please how do I do this?

    I have a Repeater which repeats all text UI comps and I want to show a pop up window on MouseOver or click of the mouse to each of these compositions of text UI.

    Help, please.

    Thank you

    Amey

    If you want to open a window with a fade effect title gently there are several possible ways.

    1 declare the melted effect

    2. run the fade on openening effect

    2.1 the effect according to the PopUpManager.addPopUp start

    PopUpManager.addPopUp (_titleWindow, this);
    windowFade.play ();

    2.2 the effect of added event start

    protected function titlewindow1_addedHandler(event:Event):void
    {

    windowFade.play ();

    }

    3. make sure the effect is stopped before starting the animation with windowFade.stop)

  • ADF Mobile | to deploy an application in release mode

    Hello

    I use Jdev 11.1.2.4.0.

    This im unable to see the password key in mobile tab of ADF platform, although it can I deploy an application in release mode. »

    I m getting an error

    -The deployment began.  ----

    [16: 50:24] the target platform's (Android).

    [16: 50:24] early deployment of ADF Mobile 'JavaScriptDemo' to Android application using the profile "JavaScriptDeployment."

    [16: 50:24] undeployment.

    [16: 50:24] - incomplete deployment.

    [16: 50:24] the following configuration of Android preference is invalid or missing. Set these options in the preferences of JDeveloper on the Panel of the ADF Mobile:

    Key to past

    (oracle.adfmf.framework.dt.deploy.android.deployers.ValidatePreferencesDeployer)

    Kind regards

    Sainaba

    See the deployment section of this tutorial - Oracle JDeveloper 11 g Release 2 tutorials - creating apps with Oracle ADF Mobile

    You may need to expand the dialog box if the field is hidden. should look like - t0105rls4.gif

  • After that the upgrade of os josemite cs4 applications will not work. Message that I need to install the legacy java SE 6 runtime. Is it necessary to set the loading application?

    After that the upgrade of os josemite cs4 applications will not work. Message that I need to install the legacy java SE 6 runtime. Is it necessary to set the loading application?

    Found the answer:

    Java for OS X 2014-001 includes improvements to the installation and replaces all previous versions of Java for OS X. This package installs the same version of Java 6 included in Java for OS X 2013-005.

    installed above and it works now

    Blessings

  • [CS3] Keys Flash with fade effects.

    Well as the title says, I have a few buttons in Flash CS3, using AS 2 which, once clicked, changes the frame. The thing is I want to add an effect to fade to the text box ONCE the key has been pressed. Thus, for example:
    The user is reading the text, he presses one of the buttons (which can change frames, in this case text) and fades the text and the new text fades.
    Well, I designed the necessary frameworks to do this, so I have 10 images before the framework, the user will see so he can fade and 10 images after him to falter. What I did not yet understand, that's how I'm going to do the script to do this. I mean, I can do the script go forward, an image from the fade out effect, I do go to the section I want to but how do I do both.
    I've got 6 buttons and 6 corresponding texts.
    Someone at - it ideas?
    Thank you in advance.
    P.S.: All ideas welcome. Can I change the layout of the frame.
    P.S.S.: Forgot to mention that make layers for each combination is out of the question...

    I'm agree kg ;)

    to make this as simple as possible KOraX - place each text 'objects' (which means im is MovieClip instances) on the scene, in the different layers and give them instance names. do the same with your buttons on a separate layer, but you will have one for all - do not forget the names of instance - then you can use the Tween class to lead the transition. you will need to place the names of occurrence of the both the buttons and the staples of the tables to assign the handler code to all instances in a loop, for simplicity, as in something like:

  • HP Color LaserJet M277dw MFP: Disable auto power off after inactivity for HP Color LaserJet M277dw MFP

    What is the purpose of mobile printing solutions if you cannot activate your home printer?
    My printer stop automatically after 8 hours of inactivity and therefore makes it impossible for me to use mobile printing. The printer is connected via WLAN (without active ports to stop the closing).
    In the configuration, there are only options to stop after 2, 4 or 8 hours. No option on disabling of automatic shutdown.
    Pls do that for the people who work on the firmware updates, they must include an option to disable auto power off, many people are already complaining that and nothing has changed so far.
    Its just illogical. You make big announcements for HP eprint and other stuff, but your printers are not able to do so even if you could theoretically make eprint if your standing next to your printer all day.
    I just got this printer pluged and installed and already tired of this BS!
    I know that there is no solution, so just send it to the people who can change it.

    for all of you who read this post, I was in contact with the technical team of HP and they said that they don't give you the ability to disable auto power off on purpose, it is HPs energy-economy-policy to do and there are no plans to change this in the future
    in my case, I only WLAN's, yet is not automatically stop (although it should be), I guess I'm lucky that my router it ping every now and then and is therefore not stop
    If you can't fix it yourself with active ports and may not have at all, it will probably not option left than the back of the printer

Maybe you are looking for

  • Wireless on my A10 PC compatibility

    I have a Toshibia Satellite Pro A 10, who says he has a wireless compatibility. When I turn on the switch wireless on the laptop and load the computer it does not detect my wireless network I have running on other PCs. How to detect the network?

  • faxing via a monthly fee by efax question

    I didn't know that I'd be required to pay a wholesale rate for the ability to fax on my hp model 6525? Please let me know if it is necessary.thanks.

  • SCB-68 digital pins returns incorrect values

    Hi all I use a SCB - 68 is connected to a PCI-MIO-16-4. I just want to use the digital pin on the SCB-68 to high/low otuput signals. I test the memory in 'Measurement & Automation Explorer', under 'panels of Test '. The analog output works as expecte

  • DROID BIONIC

    Whaen is this upcoming update to this great phone Edited for the uppercase shouting in violation of our site rules. Post edited by: Matt (Forums Manager)

  • Non-genuine windows Windows 7 error

    Suddenly iam get windows not genuine mistakes I can't down same load the media player I know authentic iam, I bought this new hp g71447us at staples even diagnosis, he told me to run, he's authentic, what Diagnostic report (1.9.0019.0):--------------