Looking for resource: accessing session info from JPS portlets

Hi! The Portal Developer's Guide 10g Release 10.1.4, section 7.2.5 shows how to access session information from PDK portlets. I'm looking for information (tutorials, books) on how to do this from JPS portlets in the Oracle Portal environment.
Thx!

If u are using JSPProvider, then for getting the Session variable, peruse the below points:
JSPProvider p=(JSPProvider)pageContext.getAttribute("JSPProvider");
Session ses=p.getSession();

Similar Messages

  • HT2731 Hello my I tune account name is edited . I've changed my billing information and I think the I tune is still looking for my old billing info, which is not active anymore.

    Hello after changing my billing information my account is still not working. I think the sistem is still looking for my old billing info. and that info is not working anymore. will you please check it and advise.

    Welcome to the Apple community.
    I have asked for your email address to be edited out. Post your address in an open thread is a sure way to be bombarded by unwanted email, remember it will be here long after you have resolved your problem, for automated detection software to find.
    If you want people to contact you, enable others to see your email address in your profile.
    If you have already changed your account information with Apple at my Apple ID, in order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    When you delete your account, all the data that is synced with iCloud will also be deleted from the device (but not from iCloud), but will be synced back to your device when you login again.
    In order to change your Apple ID or password for your iCloud account on your computer, you need to sign out of the account from your computer first, then sign back in using your updated details. (System Preferences > iCloud, click the sign out button)
    In order to change your Apple ID or password for your iTunes account on your iOS device, you need to sign out from your iOS device first, then sign back in using your updated details. (Settings > store, scroll down and tap your ID)

  • Error R32762: # Error: Error looking for resource specification.  Need 'resource' or 'type'

    I have succesfully ported some of my developments to CS5. I have used the following procedure:
    - create new project by using dollyX
    - add source code
    - fix the errors
    But now I have encountered an error I can't figure out.
    Error 1 error R32762: # Error: Error looking for resource specification.  Need 'resource' or 'type'. C:\Program Files\Adobe\CS5\InDesign Product SDK\source\public\interfaces\architecture\IPMUnknown.h 47
    Any suggestions?
    Im running a windows7 machine, visual studio 2008

    Pectora:
       First of all, I'm assuming that you are receiving this error on a Win box.  If on a Mac, then your problems may stem from something else altogether.
       It's a bit complex to cover in an email.  My recommendation is that you open up a couple of the sample plugins and look at them.  Pay close attention to the Properties page of the project.  Look at the Resources field and command line, and also pay attention to the Pre-Link and Post-build fields.  Once they are looking right, highlight your .FR file and click the Properties icon.  Be sure that all four lines have something in them. Model their input after what you see in the sample plugins.
       Finally, are you getting this error when the ODFRC compiler is running, or when the project is getting linked?  The former could indicate a problem with your .FR file, the latter is more likely to be solved by my first suggestion.
    R,
    John

  • Looking for an Access Point with 2 Ethernet ports and powered via PoE

    Hi Gurus,
    I am looking for an Access Point with 2 Ethernet ports and the access point can be powered via PoE. I have been assigned with a requirement where the rooms need to have access point as well as an Ethernet Cable provided from the Access Point as a backup for connectivity.
    The room only has one data cable coming from the main IT room as well does not have a spare power socket to power the Access Point. Will be good if it can be centrally controlled or controller based.
    Any recommendations?
    Regards
    J

    For the backup plan, the cheapest solution may be to just run a couple new cat5e drops to the room(est cost $250). If not then purchase a small Cisco POE switch for the room(est cost $2k). For wireless I would purchase a POE enabled Cisco AP. But you will need to verify the POE switch/blade you will be connecting the AP to can power the AP you buy. I got burned by that issue when we purchased some Cisco 1251 AP's with dual radios and they needed more power than our 4500 POE blades could handle. We were told we would need to purchase new 48 port 10/100/1000 blades or power injectors. Our Cisco sales vendor took the heat for that mistake.
    Posted by WebUser Steven Kinney from Cisco Support Community App

  • Looking for a printer to print from iPad. I like canon. I have iOS 5.0.1

    Looking for a printer to print from IPad. I like canon. I have iOS 5.0.1. What are people using.

    This article has a list of all AirPrint capable Canon printers: http://support.apple.com/kb/ht4356

  • I have a Ipad mini and I am looking for a cable to go from my ipad to an Epson xp 400 printer, any ideas

    I am looking for a cable to go from my Ipad mini to my epson xp 400 printer.

    iOS AirPrint Printers  http://support.apple.com/kb/HT4356
    How to Print from Your iPad: Summary of Printer and Printing Options
    http://ipadacademy.com/2012/03/how-to-print-from-your-ipad-summary-of-printer-an d-printing-options
    Print from iPad / iPhone without AirPrint
    http://ipadhelp.com/ipad-help/print-from-ipad-iphone-without-airprint/
    How to Enable AirPrint on a Mac and Use Any Printer
    http://ipadhelp.com/ipad-help/how-to-use-airprint-with-any-printer/
    iPad Power: How to Print
    http://www.macworld.com/article/1160312/ipad_printing.html
    Check out these print apps for the iPad.
    Print Utility for iPad  ($3.99) http://itunes.apple.com/us/app/print-utility-for-ipad/id422858586?mt=8
    Print Agent Pro for iPad ($5.99)  http://itunes.apple.com/us/app/print-agent-pro-for-ipad/id421782942?mt=8   Print Agent Pro can print to many non-AirPrint and non-wireless printers on your network, even if they are only connected to a Mac or PC via USB.
    FingerPrint turns any printer into an AirPrint printer
    http://reviews.cnet.com/8301-19512_7-57368414-233/fingerprint-turns-any-printer- into-an-airprint-printer/
     Cheers, Tom

  • JNDI Naming Problem accessing Session Bean from Message Driven Bean

    Hi,
         I am facing a very strange problem in JNDI look up accessing a Session Bean from a Message Driven Bean. I have a session fa�ade bean(Remote Bean) which is being called from Struts Action class getting the home reference from the ServiceLocator (I have implemented ServiceLocator pattern to obtain JNDI reference for all EJBs). When I am calling the session fa�ade EJB from the Struts Action class everything is working fine.
         But when I am trying to call the same EJB from my Message Driven Bean, I am getting a JNDI exception (NameNotFoundException - No Object bound to name �java:comp/env/ejb/EJBJNDIName�). I am trying to get the remote reference from the same ServiceLocator which is successfully providing me a reference while calling from the struts action class. But the same ServiceLocator is not able to provide me a reference while calling from the Message Driven Bean. If I use the JNDI name directly like �EJBJNDIName� in the lookup it is working fine. The lookup for the name is working fine and I am able to call the Session Fa�ade bean with that reference.
         I am really not sure what exactly the problem is. If I have any problem in the ServiceLocator, it should have given me the same error while calling from Struts Action class. But it is working fine with the full name �java:comp/env/ejb/EJBJNDIName� calling from the struts action class. I am not sure whether Message Driven Bean has something to do with it. Why I am not able to get a reference of the EJB with the full name? Please Help.
    Thanks
    Amit

    Hi Bhagya,
    Thanks for your response. I think from EJB container we can call Local EJBs with the full JNDI name. The session facade bean which is being called is a remote bean. From the session facade bean I am calling a local stateless session bean for database access. I am getting the reference of the local EJB from my session facade bean with full JNDI name "java:comp/env/ejb/EJBJNDIName". It is working fine with out any problem. My servicelocator is able to provide me the reference of the local EJB from the session facade remote bean with Full JNDI name. I am only having this problem calling from the MDB. I am really not sure whether what is causing it?
    Thanks
    Amit

  • Looking for a cli audio visualizer from moc or alsa output.

    i'm looking for a simple cli-based audio visualiser that takes output from alsa or moc.
    it should be light on resources (projectm looks silly and dated), even a graphic equaliser using terminal colours would do fine.

    2ManyDogs wrote:
    dgz wrote:even a graphic equaliser using terminal colours would do fine.
    alsaequal?
    i meant a visual display similar to this, i should have been more clear.
    2ManyDogs wrote:
    dgz wrote:i don't use ncmpcpp.
    It's not difficult, and it has a visualizer... ;-)
    i'm sure it isn't, and i'm sure it does. i use moc because it suits my needs far better, not because i think ncmpcpp is too hard.

  • Looking for a little more info on Playstation 3 on Apple 20" display

    Sorry to ask for more info on this. I did find some other threads, but looking for a bit more direction.
    First, let me say I have a bunch of old tube TV's and am looking to purchase a Playstation 3. Using Playstation 3 on a tube TV seems kind of stupid, especially when I have a great LCD monitor sitting right on my desktop.
    I looked at solution from Elgato. However they said they are not making any more units and when it sells out it is gone. So I am a little weary of purchasing something that may no longer be supported. Their solution does provide video capture and DVR capabilities as well, which I could also use.
    Other then that, I am wondering if there are any other solutions that people could recommend. I do plan on buying a LCD or Plasma TV in the near future, but until then, I would like to purchase a Playstation 3. Just looking for any advice of any kind from others. Thanks.

    I have the same 20 inch Apple Display. If you have the newer DVI right?
    if so HDMI to DVI will not work well EyeTV from Elgato is still in the Mac store near me I have the 200 FireWire you want the 250 USB2 to do live. I have had the 200 FW for three years it is great.
    Having said that I did buy The Mitsubishi LCD LT-46231 : 46"
    1080p LCD Flat Panel HDTV ($4,600)
    I love it for computer use it was made for it. The HDTV is so good with cable and better with Blue-Ray which your PS3 has!
    http://www.mitsubishi-tv.com/j/i/18326/TelevisionDetails/LT46231.html?cid=377
    I would if you don't want to spend allot on a 1080p LCD (being more then 2k) The Mitsubishi LT-37131 LCD Flat Panel HDTV ($1,699) . Sony & Samsung both are the same LCD. Mitsubishi is better then Samsung/Sony allot better when used with a computer (it is the only new LCD maker that has a VGA & DVI port just for Computers)
    Both of the Mitsubishi Link's you will like as one is a money saver.
    http://www.mitsubishi-tv.com/j/i/18326/LT37131.html?cid=390
    http://www.mitsubishi-tv.com/j/i/18310/Promotions.html
    I also got a Pioneer Elite® Model PRO-FHD1 for TV only I will not run XBox or My computer though it. The link below show's why I got this to my mother need a new TV to so see the link 2 for 1
    http://www.pioneerelectronics.com/pna/v3/pg/top/cat/article/0,,2076310069651396920404,00.html
    Sorry to go on I hope it help's
    Thomas
    PowerMac G5 Quad 2.5Ghz, Dule2.0 G5, Mac Pro 3Ghz 6GB's PowerBook G4 12in 1.5Ghz   Mac OS X (10.4.8)   PowerMac G4 duel 1.25Ghz, iSight, iPod5, AppleDisplays 3 23in DVI GeForce 6800GT
    PowerMac G5 Quad 2.5Ghz, Dule2.0 G5, Mac Pro 3Ghz 6GB's PowerBook G4 12in 1.5Ghz   Mac OS X (10.4.8)   PowerMac G4 duel 1.25Ghz, iSight, iPod5, AppleDisplays 3 23in DVI GeForce 6800GT
    PowerMac G5 Quad 2.5Ghz, Dule2.0 G5, Mac Pro 3Ghz 6GB's PowerBook G4 12in 1.5Ghz   Mac OS X (10.4.8)   PowerMac G4 duel 1.25Ghz, iSight, iPod5, AppleDisplays 3 23in DVI GeForce 6800GT

  • "Look for Apple TVs" is missing from iTunes10 prefs.

    based on apple's kb http://support.apple.com/kb/TS1453 :
    Choose iTunes > Preferences (Mac) or Edit > Preferences (Windows), click Apple TV, and make sure "Look for Apple TVs" is selected"
    I don't have the ATV in itunes 10.1 (10.6.5):
    !http://www.gballard.net/apple/Atv10.jpg!
    I do have it in itunes 9 (10.4.9):
    !http://www.gballard.net/apple/Atv9.png!
    I recall some time back I unchecked "Look for Apple TVs" in itunes 9 so it didn't keep trying to update, but since updating to itunes 10 it appears broken.
    I tried to read through this previous thread but it went all over the place.
    http://discussions.apple.com/thread.jspa?threadID=2568436&start=60&tstart=30
    +++
    I suppose I could erase/restore the ATV and get them talking again to upload 130GB of content...

    I booted off an external FW of an Erase Start From Scratch 10.6.5 (OS only) install I use for maintenance.
    itunes 8 (default first time opened), 10.6.5:
    !http://www.gballard.net/apple/10-65-it8.png!
    I booted off an external FW of a 10.6.4 clone of my full working hard drive (the source drive is the drive I am using now with the itunes 10.1 problem).
    The clone has itunes 9.2 and still shows the atv icon.
    The clone includes my full working itunes.
    itunes 9.2, 10.6.4 clone:
    !http://www.gballard.net/apple/it92-10-64.png!
    This tells me the problem occurred somewhere in iTunes 10 and/or 10.6.5.
    sigh...

  • Look for resources in jar

    I wrote an aplication and put it with all needed resources(images) in a jar file, but still when i start the executable jar the aplication looks for the images in the directory where the jar is and not in the jar. How can i make it looking for reources in the jar?

    Best approach is to use Class.getResource or Class.getResourceAsStream.
    You can read a jar file explicitly using java.util.jar.JarFile but getResource is easier.

  • Looking for an Access Point with 2 Ethernet ports

    Hi,
         I am looking for an AP with two ethernet ports. Is there any model of Cisco is available with 2 ethernet ports?
    Regards,
    Noman

    pros:
    If an access swich/switch port failed then AP still forward traffic through other switch once power restored through other port.
    when PoE failed on its connected switch, it may still work via other port.
    Having two ethernet port on AP may require to talk to different switches/stack to achieve AP port redundancy through lag or stateful switch over when cable/switch/AP port failure.
    if one physical port become bad on AP, it can be still used with other.
    (However, AP/physical port failure can be takencare at RF level using self healing.)
    cons:
    require additional switch and its config maintanece
    currently, AP doesn't require 2 physical port for data transfer perspective.
    Require x2 PoE ports.
    Additional port increases the cost on AP.
    it is possible cisco may make it in future.

  • Inner jar looking for resources

    I'm writing an application with a slightly complex jar structure like this:
    main_application.jar
    -- aux1.jar // located in a subdirectory with respect to main_app
    ---- aux1aux1.jar // located in a subdirectory with respect to aux1
    ---- aux1.aux2.jar
    ---- log4j.jar
    -- aux2.jar
    etc.
    Now my problem is the following:
    Let's assume that some class within aux1aux2.jar uses the Log4J logger which needs a config file which it expects on "the" classpath. I did several experiments to find out some systematic explanation but I didn't succeed so far.
    Now my two questions:
    1) What is the classpath the class Logger within log4j.jar actually uses? Is it the one of its own jar (which would mean that the config file must be placed besides log4j.jar; doesn't work, however) or the one of aux1 or even that of main_application?
    2) How can I find out the real class path used by any class within a jar? System.getProperty("java.class.path") obviously doesn't tell me the truth, since the class may find classes/resources which are not on that classpath and doesn't find classes which should be found using the indicated classpath. As far as I have seen, there is no possibility to ask the standard ClassLoader for that path...
    Dieter

    profos wrote:
    Hi,
    many thanks for your hints. In the meantime I have tested my example, and it is now even able to find the log4j.xml resource file (there was a line of code missing, but this is not worthwhile in this context).
    But two questions remain unanswered for me:
    1) You wrote that it doesn't matter what is in the class path of the (called) jars' manifests. But the class loader still has to find the jars for the called classes, since these jars are not contained in the main.jar's class path. This means that obviously there is an official class path (as returned by the System.getProperty method), and another class path or rather a stack of class paths used to find classes... ??Yes, it was my assumption that it doesn't matter, but I tried something similar to what you posted and I was wrong. It appears that any jar file that gets loaded and has a Class-Path in the manifest adds to the overall classpath of the application. In other words, for java -jar, the classpath is the main jar file plus all of the Class-Path entries in all of the manifests of the dependent jars.
    2) My example works well when I start it using java -jar ... But it doesn't work at all when I'm starting it in my IDE (Eclipse b.t.w.) even if I put the log4j.xml file in the directory where Main.class resides. Despite the fact that this location is the very first entry of the class path (and Log4J says that you have to put the config file in a location that is on the class path)! Are there " a first class" class path and a "second class" class path ;-)) ?
    Do you have any suggestions of where to look for solutions? Apparently the ClassLoader interface doesn't provide any information about its real class path being used...?
    Sorry, I can't help with IDE. It isn't clear to me whether you have a problem you need to solve or if you are trying to understand how things work. If you have a specific problem to solve, it might be a good idea to post what that problem is - there might be someone who has a solution.
    What I mean is, there is an implication that you have some problem and you think that you need the running Classpath in order to solve that problem. There might be a solution other than using the Classpath.
    Edited by: atmguy on Mar 21, 2008 2:22 PM

  • Catalog Browser for iPhone (Accessing BI data from iPhone)

    Hi All,
       There is a prototype from innovative centre called "Catalog Browser for iPhone" which is used for accessing BI data from iPhone. Do anyone have any idea if this is ever productized for sale by SAP??
       Is there any other approach for accessing BI data from iPhone? Any help will be highly appreciable.
    Thanks,
    Raja Sekhar K

    Hello Damondhar,
    I agree with Mr. Villalba, you should use the information brodcaster to broadcast precalucated views or workbooks to Knowledge Management in the portal. This can be done by events, e.g monthly. Your external users will then have accees to the directory in which the reports are saved (through KM iviews).
    Have you read on help.sap.com,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/index.htm -> SAP Netweaver by Key Capability -> Information Integration -> Information integration .. -> Business Intelligence -> BI Suite: Business Explorer ->  Integration of BI Content in Portal
    And
    BEx Web Application or Query As Document or Link in KM, http://help.sap.com/saphelp_nw2004s/helpdata/en/bc/7efa40dd14f06fe10000000a1550b0/content.htm
    Best regards,
    Jørgen Ruud

  • How to migrate the userwise organization access rights info from 11i to R12

    Dear All,
    Is there a way to migrate the user-wise organization access rights information from 11i to R12 ? Does this falls under DBA purview ?

    I assume you are talking about Organization Access (in Inventory). As far as I know, there is no api for this. You can consider using a key-mapping software such as Data loader / winparrot.
    OR
    you can write your own script to insert records into the org_access table. It should be a straight forward insert. You just need to ensure that the combination of organization_id, responsibility_id and resp_application_id is valid.
    Hope this helps
    Sandeep Gandhi
    Independent Consultant

Maybe you are looking for

  • How do I select multiple columns in a recordset

    I am very new to Dreamweaver/PHP/MYSQL I have created my recordset but I cant work out how I select multiple columns. How do I select multiple columns, I want to search for data that is spread over different columns. My recordset looks like this just

  • Can not edit Forms and Reports in WebDB. Any bug?

    I could not edit a form or report on the WebDB. I am geting an error :-- ORA-03114: not connected to ORACLE Actually I am still connected to Oracle. I am using WebDB version 2.0.5.6.1 What is the way ? Is it a bug ? Is there a patch for it ? null

  • Screen appears dimmer after waking from sleep

    Hi Recently, I've noticed the brightness of the 24" screen is dimmer after waking from sleep, regardless of the brightness setting in the Display preferences. If I restart the computer, the regular brightness returns. Curious if anyone else is seeing

  • Securing proxy services

    Hi, I want to secure my proxy service using SOAP header based authentication. Please help me with this. using OSB 11g R1. Thank You.

  • How to create a Pivot table without aggregate function

    Dear team I have the following table. Follow the link to download SQL Script to create table https://drive.google.com/file/d/0B5nQIsvTifixV2Jkb043bVd2Zlk/view?usp=sharing I want to create a pivot or cross tab so that it appear like this LocationDesc