Invalidating the ADF application if not used for 20mins?

Hi Everyone,
My Jdev Version is 11.1.1.5.0.
i have developed one ADF application of 7 pages(navigation is provided in between the pages).
Even after closing the ADF application session is not being closed its still opened in background.
so i want to close the session if user don't perform any operation for 20 mins.
How can i achieve this?
what code should i include in my page?
where should i include?
if i need to include any code should i include in all my 7 pages?
please give suggestions to get me out of this issue.

Hi Frank,
Thanks for your response.
As i have never tried this can u please tell me where i can get "web.xml"? and setting parameter?
i mean i need the navigation.
thanks for your support.
Thanks.

Similar Messages

  • I made the purchase association for more than a week, but even having already received confirmation of payment and the invoice , I can not use the application . I am being told I do not have no purchase on my name

    I made the purchase association for more than a week, but even having already received confirmation of payment and the invoice , I can not use the application . I am being told I do not have no purchase on my name. What i must to do ?

    Does your Cloud subscription show on your account page?
    https://www.adobe.com/account.html for subscriptions on your Adobe page

  • The application does not use the  screen and run in the background

    Hi
    I have downloaded a package of j2me Midlet
    from [link] here [link]
    and try to reuse the code
    but I get the following error when running the code:-
    The application does not use the screen and run in the background
    I think the error into one of these two classes
    package main;
    import javax.microedition.midlet.*;
    import javax.microedition.midlet.*;
    import javax.microedition.lcdui.*;
    import javax.microedition.media.Manager;
    import javax.microedition.media.MediaException;
    import javax.microedition.media.Player;
    import java.io.IOException;
    import java.io.InputStream;
    public class MainMidlet extends MIDlet implements CommandListener {
        private SSGameCanvas gameCanvas ;
        private Command exitCommand ;
        private Player player = null;
        public void startApp() {
      try {
           //   create new game thread
              gameCanvas = new SSGameCanvas();
              gameCanvas.start(); // start game thread
              exitCommand = new Command("Exit",Command.EXIT,1);
              gameCanvas.addCommand(exitCommand);
              gameCanvas.setCommandListener(this);
                Display.getDisplay(this).setCurrent(gameCanvas);
       catch (java.io.IOException e)
                e.printStackTrace();
            try {
                // start sounds
                InputStream in = getClass().getResourceAsStream("/resource/startfly.wav");
                player = Manager.createPlayer(in,"audio/x-wav");
                player.setLoopCount(1);
                player.start();
            catch (MediaException ex)
                ex.printStackTrace();
             catch (IOException ex)
                ex.printStackTrace();
        public void pauseApp() {
        public void destroyApp(boolean unconditional) {
            if (player != null) {
                player.close();
            System.gc();
      public void commandAction(Command command, Displayable displayable) {
           if (command == exitCommand)
                 destroyApp(true);
                 notifyDestroyed();
    package main;
    import java.io.IOException;
    import javax.microedition.lcdui.*;
    import javax.microedition.lcdui.game.*;
    public class SSGameCanvas extends GameCanvas implements Runnable {
        protected GameManager gameManager;
        protected boolean running;
        private int tick=0;
        private static int WIDTH;
        private static int HEIGHT;
        private int mDelay = 20;
        Form mainForm;
        Display display;
        //private int MaxTime;
        public SSGameCanvas() throws IOException{
            super(true);
            gameManager = new GameManager(5,5,getHeight()-10,getWidth()-10,this);
        public void start() {
                this.running = true;
                Thread t = new Thread(this);
                t.start();
        public void stop() {
            running = false;
        public void render(Graphics g) {
            WIDTH = getWidth();
            HEIGHT = getHeight();
            // Clear the Canvas.
            g.setColor(0, 0, 50);
            g.fillRect(0,0,WIDTH-1,HEIGHT-1);
            // draw border
            g.setColor(200,0,0);
            g.drawRect(0,0,WIDTH-1,HEIGHT-1);
            // draw game canvas
            gameManager.paint(g);
        public void run() {
            while (running) {
                // draw graphics
                render(getGraphics());
                // advance to next graphics
                advance(tick++);
                // display
                flushGraphics();
                try { Thread.sleep(mDelay); }
                catch (InterruptedException ie) {}
        public void advance(int ticks) {
            // advance to next game canvas
            gameManager.advance(ticks);
            this.paint(getGraphics());
    }Edited by: VANPERSIE on Jul 10, 2012 12:26 PM

    Hi Andi,
    Thanks for your reply.
    Yes, I have waited for a while and the result doesn't change.
    The Porblem here is the application is seen started in visual administrator.Only restart brings up the page back.
    Can you please suggest anything.
    Thanks and regards
    Nagaraj

  • Bridge will not now let me use camera raw, though I had been using it every day.  It says that "the parent application is not active.  Bridge requires that a qualifiying product has  been launched at least once to enable this feature."  What am I to do?

    Bridge will not now let me use camera raw, though I have been using it every day.  It ways that "the parent application is not active.  Bridge requires that a qualifiying product has  been launched at least once to enable this feature."  What am I to do?

    Usually this points to having some kind of earlier trial version still installed on your system. However without more details you are not likely to find an answer. Try this for a start:
    How To Get Help Quickly

  • InApp Error on Android: This version of the application is not configured for billing

    Hi,
    My App runs on Android. Free publications can download, but when I publish a folio to sell, it appears on the Android device and it gives the message: "This version of the application is not configured for billing"
    I used the (long) app license code at the API section and pasted it into the android Public Key aria in the DPS Admin.
    Then I logged out and logged in again.
    Any Ideas what could be wrong?

    On google console check merchant account and see if all the bank and tax information settings are filled correctly.

  • [svn:fx-trunk] 16929: Add a [Mixin] class that will register the required class aliases in the event the mxml compiler generation   [RemoteClass(alias="")] code is not called because an application does not use the Flex UI framework .

    Revision: 16929
    Revision: 16929
    Author:   [email protected]
    Date:     2010-07-15 07:38:44 -0700 (Thu, 15 Jul 2010)
    Log Message:
    Add a class that will register the required class aliases in the event the mxml compiler generation  [RemoteClass(alias="")] code is not called because an application does not use the Flex UI framework.
    Add a reference to this class in the RPCClasses file so it always gets loaded.
    QE notes: Need a remoting and messaging regression test that doesn't use Flex UI.
    Bugs: Watson bug 2638788
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/RPCClasses.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/utils/RpcClassAliasInitializer.as

    Great exercise to document the problem like this.  It got me thinking about how an app with modules would be different from an app that does not use modules.  Solution: I moved the dummy reference of PersonPhotoView out to the main application file (as opposed to being inside the module) and it worked.  I've probably been lucky not to have experienced this problem earlier, because for most other entities I have an instance attached to my model which is linked / compiled with the main application.

  • GPO - Restricts the UI languages Windows should use for the selected user - not applying correctly on RDS 2012 R2

    Hi All,
    we have a Citrix XenApp 7.5 Farm with Windows Server 2012 R2 Servers and multiple (english, german, italian, spanish, french...) languages installed.
    I've created a GPO with settings 'Restricts the UI languages Windows should use for the selected user' to for example 'German'.
    Now when a user logs on to the server, the UI language is in german, but when i open Control Panel\Language: There is still English (United States) with Keyboard Layout: US, German.
    It seems that the GPO is not changing all settings correctly to german.
    Does anybody know what could be wrong?
    best regards,
    Siegmund

    Hi Siegmund,
    >>Now when a user logs on to the server, the UI language is in german, but when i open Control Panel\Language: There is still English (United States) with Keyboard Layout: US, German
    Based on the description, the policy setting should have been applied successfully. Here, did we logged onto the server via remote desktop services? If yes, what's the keyboard layout on the computer we used to RDP to the server? Before going further,
    I assume that this can be caused by Auto detect Remote Keyboard layout feature introduced since Windows Server 2008.
    Regarding this point, the following artcile can be referred to for more information.
    Windows 2008 R2 Language Bar keeps changing Keyboard Settings
    http://www.microsoftpro.nl/2011/02/24/windows-2008-r2-language-bar-keeps-changing-keyboard-settings/
    Note: For the above website is not hosted by Microsoft, the link may become invalid without notice and Microsoft doesn't guarantee the accuracy of the information.
    In addition, the following thread can also be referred to for more information.
    2008 R2 Session Host with MUI controlled via Group Policy
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/4e14955a-80f9-40aa-9741-fc8609f4ad09/2008-r2-session-host-with-mui-controlled-via-group-policy?forum=winserverGP
    Best regards,
    Frank Shen

  • Cannot install Mavks. Get the message that HD is used for Time Machine B/U. Not true. Also Time Machine is turned off.

    Cannot install Mavks. Get the message that HD is used for Time Machine B/U. Not true. Also Time Machine is turned off. Running OS 10.8.5.

    That message appears when there's a "Backups.backupdb" folder in the root level of the OS X volume. This folder is used by Time Machine to store backups, being this the reason why the OS X Mavericks installer detects the OS X partition as used by Time Machine.
    To delete it, open a Finder window, select the Go menu (on the menu bar) > Go to Folder, and type:
    Then, delete "Backups.backupdb" and empty the Trash. Finally, open the OS X Mavericks installer in /Applications and follow the steps. Make sure you have got a backup of your files before upgrading and check that your apps are compatible > http://www.roaringapps.com

  • I downloaded the pages application, to be used like " word", but I can't get if I can use it also to revise documents ....so as to make corrections and they appear on the text. thanks for the help

    I downloaded the "pages"  application, to be used like " word", but I don't know if I can use it also to revise documents ....so as to make corrections and they appear on the text. thanks for the help

    tatarapido wrote:
    I downloaded the "pages"  application, to be used like " word", but I don't know if I can use it also to revise documents ....so as to make corrections and they appear on the text. thanks for the help
    Why repeat the question in the description area? That provides no more information than just leaving the description area blank.
    Yes you can edit documents in Pages. What can you not figure out that you want to do? Have you transfered a document to the iPad and opened it in Pages and tried to edit it?

  • How do i resolve my itunes from saying " The itunes application could not be opened. You do not have enough access privileges for this operation."

    Everytime i click to go to my itunes, the message "The Itunes application could not be opened. You do not have enough access privileges for this operation." pops up. I have tried my best to fix it by adding another account to my computer and setting that one as the administator and mine as the regular user. When i did that the itunes worked on both, but when i changed my account back to administator and the other account to the regular user my account didnt work but the other one did. I also tried to uninstall and reinstall itunes. This message popped up when i tried to update the itunes to the newest one. And still it wont go away. Can someone help me please. Thanks!

    Are you logged in with administrative rights? Did you check your security software settings? Troubleshooting security software issues

  • The itunes application could not be opened.  The file name was invalid or..

    ...too long.
    No idea when this started but cannot launch iTunes at all. To reiterate, when I try to launch iTunes I get the following error message: The itunes application could not be opened. The file name was invalid or too long.
    I actually uninstalled it and reinstalled on my external drive and it came back with the same error. Any ideas on how to troubleshoot what caused this? I am at my wits ends with this!

    I can't get mine to open at all. I even try clicking on a song to see if that will open it, nope. I have hooked up my iphone and ipods, nope. Click the icon, nope still nothing. It keeps erroring, but won't let me copy the error to put in here. I looked at the report it wants to send out, but there is nothing that says why it is erroring. Anyone else having this problem. Please email me at [email protected] to let me know what you did to solve it, or who I have to talk to to get it fixed... Thank you

  • Help! "The iTunes application could not be opened. You do not have enough access privileges for this application"

    I am getting the following error when trying to open iTunes: "The iTunes application could not be opened. You do not have enough access privileges for this application." I am logged in with the admin (and only) user account on my laptop, so I'm confused as to why this would start happening all of the sudden.
    I poked around in the control panel trying to find random options that would fix it, but nothing has. I'm running Windows 7.
    Thanks for any help!

    have you seen this discussion ?

  • Firefox 4 is not compatible with the skin i had been using for my browser, old factory black... i would prefer to keep this skin rather than use firefox 4... how can i revert back to the previous version of firefox?...

    ''Duplicate post, continue here - [https://support.mozilla.com/en-US/questions/816154]''
    firefox 4 is not compatible with the skin i had been using for my browser, old factory black... i would prefer to keep this skin rather than use firefox 4... how can i revert back to the previous version of firefox?...

    Older versions of Firefox are available here:
    http://www.mozilla.com/en-US/firefox/all-older.html

  • HT4972 My IPad 2, IPhone 3GS ans iPod  no longer work with apple TV, I have 2 apple TV in my house and for he last 3 weeks the iPod was the only one we could use for appleTV now none of them works, the apple TV icon does not show up any more. Re-startedev

    My IPad 2, IPhone 3GS ans iPod  no longer work with apple TV, I have 2 apple TV in my house and for he last 3 weeks the iPod was the only one we could use for appleTV now none of them works, the apple TV icon does not show up any more. Re-started everything.

    Ok thank you so much, for your timely response.
    RESPONSES:
    1)   When I set up my iMac, I did not transfer any data directly from my windows PC.  I simply used the same iTunes login and account.  I have access to all of the files via the "Purchased" section of the iTunes store.  If I click "Download Previous Purchases"  text, I can download ALL of the purchases I have ever made.
    2)   I have the Apple TV 2, so good news, question answered.  I thought maybe it was the Apple TV 1, but it is the Black model, so bam.  Good response for you.  Well the whole damned reply is an awesome response, just pointing out that one piece of awesome.  I stated that it was an Apple TV 2, and yet you were still good enough to figure I could be mistaken, and provide me with knowleedge just incase.
    QUESTIONS:
    3)   So can my iMac not stream the data directly from itunes, without download?  Apple TV can, but perhaps that is something among many things that maker it unique, and awesome.
    SERIOUSLY.... THANK YOU... 
    I work in the computer support section for the Military.  The only problem is we use Windows , lol.  Well that and i've been gone for nearly 6 months on recover.  I go back next month though I hope.  But working in that field gives me the abilty to judge responses that run inside the same vein.  Your response was so awesome that I half thought I might have written it myself. 

  • I recently bought a new macbook and installed Acrobate Pro. My settings/preferences did not come over and I do not have the same style options for my signature.  It now only allows me three options and the style I have been using for the last year is not

    I recently bought a new macbook and installed Acrobate Pro. My settings/preferences did not come over and I do not have the same style options for my signature.  It now only allows me three options and the style I have been using for the last year is not there.  How do I add additional options and get my preferred signature style back?

    Hi Amanda ,
    Which version of Acrobat are you using?
    Which signature style are you talking about?
    You can go ahead and try uninstalling and reinstalling it and see if that works for you .
    Use the cleaner tool to uninstall it .Here is the link.
    Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs
    You can refer to the following link to re install it .
    https://helpx.adobe.com/acrobat/kb/acrobat-downloads.html
    Regards
    Sukrit Dhingra

Maybe you are looking for

  • Import error when importing .psd file created in Photoshop CS3

    I have a file that was created in Photoshop CS3. I am trying to import this file into Catalyst CS5, but I keep getting an input error. I created a file in Photoshop CS5 and I was able to import this .psd file successfully into catalyst. So I guess my

  • How to use oracle OCIANYDATASET?

    Hi, All When I try to update oracle example "Pipelined Table Functions Example: C Implementation" to return OCIANYDATASET, but from oracle documnet, I cannot find any example about how to use OCIANYDATASET, would you please help me out of this issue,

  • Message-driven bean problem (re-delivering of JMS msg)

    Sorry for crossposting this (already posted in JMS forum), but perhaps someone here (who doesn't read JMS forum) knows the answer to this problem - it's basically a JMS problem, but closely related to EJB: I browsed through all available docs but fou

  • Non Drop frame capture causing out of sync clip?

    Hi, All, I've been having trouble with sync issues on an hour long tape capture. The material was captured from a Canon consumer DV cam (z80) using firewire into my powerbook g4. (The material on the dv tape was originally recorded in Video 8mm and t

  • Locating Final Cell In a SUMIF Statement

    I've found out how to locate the final cell in a column with the OFFSET function and how to locate the one right before it as well. =OFFSET(A1, COUNT(A)-1, 0) What I'm trying to do is a little bit more complicated. I have 3 columns: A (Date), B (Cate