Property dataid references object in a scope with shorter lifetime than the

Hi,
Can some one help me with this error.
<h:dataTable value="myBean.list" var="data">
<h:column>
<h:outputText rendered="#{data.ok} value="This item is Ok"/>
</h:column>
</h:dataTable>
Error -
Property dataid references object in a scope with shorter lifetime than the target scope session

What you have in the faces-config.xml is more important here. It sounds like on of the property of the session bean scope references to the request bean scope bean. This is illegal.
Sergey : http://jsfTutorials.net

Similar Messages

  • Can the voiceover utility on the 6th gen Nano be accessed with headphones other than the Apple earphones?

    Can the voiceover utility on the 6th gen Nano be accessed with headphones other than the Apple earphones?

    No I have tried and they don't also my iPod touch 2nd generation doesn't work with voice control unless it has apple earbuds plugged in. I guess apple doesn't want 3rd party brads interfering with their company. Thanks please like

  • Keychain services API and dealing with Keychains other than the default

    Hello,
    So I've been doing some C work with the Keychain services API. But I can't figure out how to set the Keychain for a function to something other than the default, which is set by passing NULL.
    For example,
    status = SecKeychainAddGenericPassword (
    *NULL, // default keychain*
    10, // length of service name
    "SurfWriter", // service name
    10, // length of account name
    "MyUserAcct", // account name
    passwordLength, // length of password
    password, // pointer to password data
    NULL // the item reference
    This function is defined here:
    http://developer.apple.com/documentation/Security/Reference/keychainservices/Ref erence/reference.html#//apple_ref/c/func/SecKeychainAddGenericPassword
    and the data type for the Keychain is here:
    http://developer.apple.com/documentation/Security/Reference/keychainservices/Ref erence/reference.html#//appleref/doc/cref/SecKeychainRef
    But neither helps me at all for being able to edit a keychain that isn't the default Keychain.
    I appreciate any help, thanks.
    Message was edited by: Smerky

    http://developer.apple.com/documentation/Security/Reference/keychainservices/Ref erence/reference.html#//apple_ref/c/func/SecKeychainOpen

  • Invoice created with value highier than the PO value

    Hello,
    I would like to know what should happen if an Invoice is created in the R/3 backend with a value higher than the PO value.
    Regards,
    Lina

    Hi
    <u>"If you do not define any tolerances, this means that it is not possible to enter a delivery/incoming invoice in EBP where quantity or value has been exceeded" So, this works different in SRM, that we do in R/3.</u>
    <b>Please go through the following links / SAP OSS Notes -></b>
    Note 835073 Enhancement of the tolerance checks
    Note 496901 Tolerance check - back-end service PO with/without limit
    Re: GR tolerance problem
    Tolerance Check for Price Variance is not working
    Re: Tolerance in SRM and ECC (BE R/3)
    Re: Tolerance Groups
    SRM: many confirmation for PO
    Re: MM-SUS Scenario---Error in R/3 IDOC when i change the Quantity in SUS
    TOG parameter and tolerance checks better understanding
    <b>Hope this will definitely help.</b>
    Do let me know, incase you need any other details.
    Regards
    - Atul

  • How do I get audio from my macbook pro to my receiver with higher quality than the headphone jack?

    I recently got a receiver and surround sound speaker system.  The quality of the audio from the CD player connected to it is far beyond the quality of the audio that comes from the MacBook pro via headphone jack to RCA connection.  This was confirmed by burning a CD from the MacBook, placing it in the CD player then testing the two against each other  -  the same audio piece from the CD player or the MacBook, both connected to the same receiver/speaker set up.  What other options might get better audio quality from the MacBook to the receiver? 

    The Mac's audio output doubles as a optical Toslink stereo mini jack, just use a adapter to regular Toslink and plug the optical cable to your surround sound system. Fiddle with the sound settings to enable optical output.
    Mac's pass surround sound through, they don't do any processing.

  • Can I install Windows XP with another CD than the recovery CD?

    A friend of a friend ;) has a Satellite 5200. He cached a very bad virus on his Notebook, witch I couldn't remove after 2 hours of work, so I'd like to install Windows in order to "clean" the system. The problem is: he is just for visit here, and his recovery-CD is in his hometown, so I do not have the recovery-CD.
    My question: can I use any other Windows XP CD - and then use the key, which I can find under the notebook? Does it have to be a "home"-CD too, or will any CD work - or will ONLY a Toshiba-recovery-CD work?
    It's important for him - if it doesn't work he will buy a completely new Windows XP within the next 2 days. Because he pays me a little bit for my work, I cannot just try it out and then try it again the next day or so.
    ps: how much does a new recovery-CD cost - ONLY the CD - when I purchase it an a local Toshiba dealer? I live in Germany.
    Thank you

    Hi
    I agree with Silas. You can use an own original Microsoft Windows CD and install the OS on the Toshiba notebook.
    All drivers can be found on the Toshiba page.
    If you want to purchase the Toshiba recovery CD I would recommend contacting the Toshiba authorized service provider in your country.
    Im not sure about the CD costs but I think its not expensive the single service points are responsible for the Recovery CD prices and this can be different from country to country

  • Purchase order is created with less amount than the shipment cost amount.

    Hi All,
    Shipment has got 2 stages but the system wants to split the shipment cost to 3 parts (33% each) If we add the amount with manually to shipment cost document and we transfer it the PO will be created only for 2/3 (66%) part of the shipment cost.
    What could be the reason?

    from http://help.sap.com/saphelp_40b/helpdata/fr/dd/2d547bb435d1118b3f0060b03ca329/content.htm
    User exit M06E0004 is provided to enable you to adapt the release strategy determination process to meet your requirements.
    This user exit allows you to change the communication structure for determining the release strategy for purchasing documents.
    The following user fields are available:
    USRC1
    USRC2
    USRN1
    USRN2
    In addition, communication structure CEKKOZZ is available, allowing you to use your own fields.

  • Is there any syscall with more accurate than the ddi_get_lbolt() in the kernel?

    Hi, I used with the ddi_get_lbolt() to evaluate the performance
    of my some section code of driver in the kernel, but the return
    tick of ddi_get_lbolt() is the 10 milliseconds too long to
    evaluate. It seemed no change when I used with the drv_usectohz()
    or drv_hztousec() to reduce the time interval. Would you give me
    methods to accurately evaluate.
    Thanks in advance.

    hi,
    I tested this code with 10 thousands lines. The performance of this code is very bad. Actually, as per your question, I just think out this code which is the same with SUMIF function in excel. Having another way is using grouping and merge table as below
    and this is faster then.
    let
        Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content],
        Group = Table.Group(Source, {"Date"}, {{"Total", each List.Sum([Time]), type number}}),
        Merge = Table.NestedJoin(Source,"Date",Group,"Date","NewColumn"),
        Expand = Table.ExpandTableColumn(Merge, "NewColumn", {"Total"}, {"Total"})
    in
        Expand
    Regards,

  • New cheaper Iphone with more technology than the old Iphone?

    Hello,
    I've owned an Iphone since December, and I'm in love with it! There are a few things I've been waiting to have updated, such as, faster internet service and being able to receive multi-media messages. Now I see that there is a new Iphone being released for only $199 when I paid $499 for my 8G. My question is, does this phone that is so much cheaper compare to the old Iphone? And if it's coming with all of the features as the old Iphone, will the upgrade that is being released give the same exact features as the 3G?
    Thank you!

    The lower cost of the new iPhone is only happening because AT&T (and other carriers around the world) are subsidizing it, and in the process increasing monthly charges to recover the subsidy. In effect over the 2 year contract with AT&T for example, you'll pay marginally more for the new iPhone than you did for the old one!
    Basically, the two models are the same. The new one has 3G capabilities, but 3G coverage in the US is very spotty at present and not increasing particularly fast, so a large proportion of people won't be able to take advantage of it. The new iPhone also has GPS capabilities which the original did not, and has somewhat better battery life. Otherwise, just about all the other improvements are in firmware, and the same firmware will be available to download and upgrade existing iPhones early in July.
    If you don't need GPS and don't live in a major city where 3G coverage exists, you should be happy with your existing iPhone since not only will you be able to get the new firmware next month to add a lot of new features, but you'll also be paying less each month to use it - your data plan at present is $20 including 200 texts, while the new iPhone will be $30 for data with texting costs on top of that as well.

  • I've bought an Apple USB drive, can I use this to load DVD's onto my computer so I only need to take the laptop on holiday with me rather than the USB drive and dvd's?

    I've bought one of the Apple USB Superdrives thinking I could use it to load DVD's and save them onto my macbook pro, can anyone confirm if I can or can't do this?
    If I can how do I do it?

    DtheG13 wrote:
    Ok so any chance you could explain to me exactly what I need to do as I am absolutely clueless! I have a pile of DVD's, the USB superdrive and I've just downloaded the Handbrake software. When I put the DVD into the superdrive it starts playing, how do I get the series onto my computer?
    If you haven't done this before, there are a few things you need to know. Sorry to say that this is not yet a simple, straightforward process like it is for music CDs. It helps to be a little geeky. You will need to make some choice about file format and file size if there is any chance that the imported discs will take up more space than you have available on your hard drive. If you are willing to learn, you should read the Handbrake User Guide and other articles on the Web about importing DVDs.
    If you think this is starting to look complicated and you don't have time to figure it out before the trip, it might be easier to just bring the discs.
    I have found that Handbrake can't import every disc. I think Mac DVD Ripper Pro is a much easier program to use, and it will import almost any DVD pretty reliably, but it costs money. For me it is worth it.
    No matter which way you do it, it is going to take a lot of time to import a bunch of discs. It is going to take a lot more time than importing music CDs.

  • HT1349 Why does my iPhone connect with someone other than the person I am texting?

    Can someone explain why when I text someone from my contacts I get someone texting me back and I have no idea who it is.

    Try to set up the phone as new device and to rule out a software error, don't use the backup after that.
    If the phone works without problems, restore from the backup. If the problems are coming back, set it up again as new, this time adding the 3rd party apps back one after the other, one of them must be causing the freezes.
    How to back up your data and set up as a new device

  • Burning my DVD with more gigs than the disc

    I am going to be burning my new movie shortly. It is approximately 13 GB. The DVDs I have show "4.7 GB" on the box, so I am assuming I can't put my entire movie on one disc.
    Do they make discs larger than this so that I can put the whole movie on one?
    1) If no, can I put the movie on several discs?
    2) If yes, is that preferable to #2?
    3) About how long will it take to burn this movie?
    Thank you for your help!

    iDVD cares for length, not size of a project...
    as you found out, a project can contain 50,60,70 gigs of video (=imports), but as long as it is under 120min (the project/timeline, not the imports), it will fit onto a single-layer dvd-r of 4.7 GB ...
    that is the marvel of converting, using different codecs.
    iM uses 'dv' which is a editable codec, e.g. storing every frame (30frames/sec) of a video.. mp2 compresses much more, meant for playback only, e.g. it stores just the 'differences' from one frame to another.. wiki, if you're interested in this topic...
    How can I tell how big just what I have on the timeline is?
    there's no need for this info, when using iLife.. therefor, there's no 'button' to hit to tell you..
    if you're just curious, you could export your project as 'Quicktime/Full Quality' ... it will result in files, 13GB/h ...due to using the same, identical codec as your camcorder... so, using a calculator is probably easier... ;))
    final word about exporting:
    no need doing so.
    as long as your project resides in the 'Movies' folder, which came preinstalled on your Mac, iDVD will find it there and offers it in its window under 'Media' ...

  • Reference Object Screen For Vehicle in Maintenance Order

    SAP Gurus,
    How could I display the reference object screen for vehicle specific data (O150) in my Maintenance Order. I have been able to display it in Maintenance Notification but how could the fields plate number etc defined in reference object screen for Fleet objects be displayed in Order.
    Regards,
    Muhammad Usman Kahoot

    Muhammad Usman Kahoot,
      When you create the Order from the notification, there shouldn't be a problem with the reference object screen, you should be able to see the Fleet object reference field, even if the screen reference object type for the order type is set to blank in config.
    If you are creating a order directly using transaction IW31,Make sure to assign the Equipment only reference object screen (0150) to the order type using transaction OIOA.This will bring in the fleet reference object field defined as well.
    Regards
    Narasimhan

  • PM Order reference object

    hi,
    My requirment is that i have changed the WBS element of all the equipments. Noq these equipments are used in some orders. I also want that the new WBS elemment also get updated in the order. One option is that i open each order and do the reference object data update. But that is a lengthy process. Is there any kind of mass maintenance in which i put all the order numbers and all the master data for refernece object get updated.
    otherwise i have to make a BDC or LSMW>

    Of course you can
    Go to IW38, select all the orders where you want to update your reference object - eqpt in your case
    Once you get the list, select all the orders
    Click on your screen menu "Order -> Carry out Mass Change" Ctrl + F11
    On the Popup, choose field you want to replace (use F5 to select the field for change)
    Here you can follow two step
    First time you remove all the Equipments -
    Check Replace only - Enter the Eqpt Id
    New Value with blank and then Execute
    Second time, you give the new value with the equipment id you need & execute again
    Suggest, you can keep the list of workorders handy as on the first run, (if you had selected on the basis of Equipment, you will be pushed to the IW38 selection screen)
    Also try first using the test run

  • What is use of Reference object in BW

    Hi All,
    I have a small doubt about use of Reference object.Since reference object uses same database table of referenced object and also we can not load data in this.Only loaded data in Referenced object will be available in newly created reference object.
    Also if we create more than 2 objects referencing the same object and used them in InfoProvider then what is use of these objects in that infoprovider whether they have same data and also all properties.
    For example if we have created two objects u2018Sender Cost Centeru2019 and u2018Receiver Cost centeru2019 referencing the same object u2018Cost Centeru2019 and used them in an InfoCube.
    Then what is use of these objects whethet they are refering same database table of u2018Cost Centeru2019.And how we can differentiate them during Reporting.
    Regards
    Vinay

    consider below table:
    cost center (master data table):
    Cost SID, Center name, Other details
    1 ..., xyz....., bla bla
    2 ..., abc....., bla bla
    Purchase Order Header Table (transcation table)
    PONumber, Sender CostCntr, RecevierCostCntr, Other details.
    101, 1, 2, xxxxxx
    102, 2, 1, yyyyy
    in cube, u've SIDs for MD... so when u read the details for say PONo 101, u pick sender SID & receiver SID & read details from master data table...
    other example:
    u r working somewhere.. u have employee ID & ur other details like name, address... all these get store in 0employee master data..
    when in HR module ur salary is generated, salary module will hold only ur employee ID.. but from ur ID other details u can get.. rite?
    same way leave module will have ur Id.. & it can get details bout ur leave & address...
    both is true for ur manager.. but when ur leave is to be approved.. ur manager ID is required...when ur manager apply for leave his managerID is used.. all this get store in same leave module..

Maybe you are looking for

  • Exclamation Mark not typing

    Howdy, I have a user who is complaining that the Exclamation key isn't working. Replaced keyboard: no Exclamation mark. Same machine, same keyboard different account : Exclamation Mark works. Reboot, PRAM, SMU : no change Totally weird. Anyone see th

  • Starting a server from the prompt?

    Hi all           I am running an eviroment with 2 pc, and three bea clusters. This means i have 6 virtual bea nodes, 3 on each machine.           Is it possible to start one node at a time from a windows prompt? I need to make full thread dumps from

  • Designer Reports in Batch mode

    I would like to know if there is a way to automatically schedule the batch jobs to generate the Designer repository reports.

  • Characteristics in column

    Hi, I need to have the following in BI7.0 where C1, C2 and C3 are characteristics K1, K2 are keyfigures. C3-material and K2-qty so that the qty for a particular material is displayed in the column. Also,I need to put K1 before C3. C1   |C2  |  K1 | C

  • OSB 10.4 and Oracle Database 7

    Is there any reason why OSB 10.4 would not support Oracle Database 7?