UIX DataControl : Nested Collection Help Please

Hello all,
I am developing an app using the ff. evironment:
IDE: JDeveloper 9052
UI: ADF UIX
Core: EJB
1. I have a Session Bean that returns a collection of a POJO containing 2 POJOs and a collection of another POJO.
2. I created a DataControl for the Session bean, set the bean class (in the XML datacontrol) as well as the Collection type for the other property. ?I am wondering how to set the bean property for the collection elements?.
3. I then dragged the return for each of the POJOs and collection contained in the collection onto my UIX page as a read-only table. The return values for POJOs in the collection were rendered but the return values for the nested collection is not, I can only see a table with empty rows and columns .
This is the collection class:
public class NestedCollection {
public nestedCollection(){
private Pojo1 pojo1;
private Pojo2 pojo2;
private Collection nestedOne;
//...accessor methods
What is the workaround for this?

Found it. I did not recompile. gee

Similar Messages

  • LR2 lost all Collections - help please

    I've been working with the upgraded LR2 for a couple of days. Today I was working with Smart Collections, somehow managed to generate an error message (can't remember the wording, sorry), and now I have lost all Collections, both those that were brought across from LR1 and the new ones created today in LR2. The Collections tab is completely empty.
    Restarted LR2 and tried to generate a new Smart Collection, with a title the same as that created before the error. LR2 tells me that the specified name is already in use, so I presume the Collections are on my hard drive somewhere. I'm just searching now for .lrsmcoll
    Is it possible to import previously created Collections, and if so how? I backed up the catalogue this morning - hopefully that has saved me a lot of work :)
    Many thanks for any help
    Mike

    Update: My problem seems to have been self-caused. About the same time I started using LR2 I bought a new hard drive and moved all my pictures to it using a somewhat different directory structure. I was able to "teach" LR2 the new locations but the information in the collections was not updated. I still have the original drive and structure and if that's on-line, the collections work fine. I have found no-way to update the collections as to the new locations. Is there a way?

  • Help please!  I need code for a button to stop a movieclip, when both are in a nested animation.

    I'm working on a project that has a button and a movieclip, which we want the button to stop, both nested in a movieclip on the main timeline.
    The button instance = muteBtn
    The clip to stop instance = backmusic
    The movieclip they are nested in = ecard
    There's also a preloader that works just fine on the main timeline.
    I've seen a wide variety of ways to stop a streaming MP3 and they all look way too complicated for my current Flash knowledge level.  As far as I know, if the MP3 is in a movieclip, stopping that clip will also stop the MP3.  If that's just dead wrong and what I'm trying to do will never work, please just let me know so I can struggle in another direction.
    What I'd prefer though would be the coding to make this button work.  I've tried a wide variety of ways to code something that seems like it should be so simple, and keep getting the error "Access of undefined property muteBtn".  I'm assuming this means it can't find the muteBtn in the nested layer.  How do I better define the muteBtn?  Do I then need to add something else that more clearly defines where the clip I want it to stop is since it is nested too?  PLEASE HELP ME!! Thank you in advance!
    Some of what I've tried:
    function endMusic(e:Event):void {
        ecard.backmusic.stop();
    or
    function endMusic(e:Event):void {
        backmusic.stop();
    with...
    muteBtn.addEventListener(MouseEvent.CLICK, endMusic);

    When you target objects, you need to consider the path to the object based on where you are trying to target from.  So if your code is in the main timeline and your button is inside a movieclip, then you need to target the button via the movieclip...
       movieclipName.muteBtn.addEventListener(MouseEvent.CLICK, endMusic);
    As far as stopping a moiveclip resulting in stopping a sound from playing, it is not likely to work.  To stop a sound you need to target the sound to stop it.

  • UIX DataObjects - some help please

    I'm doing some interesting things with DataObjects and don't understand why something's happening and would like some help please. An explanation is needed first. Rather than physically delete anything from our system and have all the problems of referential integrity we have a status associated with 'entities' either active or inactive. Some of the things which have this status are foreign keys in other entities my example is a Brand which has a BrandType. My problem is that by default when populating e.g. a choice list our services will only provide 'active items'. However, using my example, if I want to update a Brand that has a foreign key to an inactive BrandType, I want the inactive BrandType to appear in the list. I have an EJB service which provides the list of BrandTypes and whose interface allows for the specification of an 'id' to be included. I have a DataObject stored on the pageState (currentBrand below) which contains this id and I want to pass this 'id' as a parameter to another DataObject which actually returns the DataObjectList of BrandTypes to populate the choice list. With me so far? Hope so! This DataObject is also part of the 'currentBrand' DataObject stored on pageState (brandTypes@currentBrand).
    So to do this I have this data binding on my <messageChoice> element
    <messageChoice    name="brandType"
                      data:prompt="label@type@fields@pageResources"
                      data:shortDesc="shortDesc@type@fields@pageResources"
                      data:selectedValue="brandTypeId@brand@currentBrand">
      <contents data:childData="(brandTypeId@brand@currentBrand)@brandTypes@currentBrand">
        <option       data:text="name"
                      data:value="id"/>
      </contents>
    </messageChoice>And this is my selectValue in the 'brandTypes' DataObject which will get the 'id' from
    (brandType@brand@currentBrand) as its key
      public Object selectValue(RenderingContext pContext, Object pKey) {
        Long id = (Long)pKey;
        Long[] ids = new Long[1];
        ids[0] = id;
        HttpSession session = getSession(pContext);
        UserToken userToken = getUserToken(session);
        GetBrandTypeRequest request = new GetBrandTypeRequest();
        request.setUser(userToken);
        request.setOutputModeType(OutputMode.ENTRIES_ONLY);
        request.setActiveStatus(Status.ACTIVE);
        request.setSelectionType(SelectionType.ALL);
        request.setIds(ids);
        return BrandTypeCache.getBrandTypes(request).getBrandTypes();
      }The return value is actually an array of DataObjects (which will get converted to a DataObjectList). Now this actually works as far as rendering is concerned but in debugging I've found that the selectValue method is actually being called several times 10 in fact when I would have only expected it to be called once. I wondered if it was being called for every item in the list but there are only 9 of those. There's obviously a performance issue as I'm calling my EJB service each time selectValue is called.
    Hope this all makes sense - can anyone tell me what's going on here and what I can do to fix it?
    Thanks
    Ian

    Already answered in another thread.
    Is This a bibeans bug

  • 'Error loading plugin: Plugin file not found' message on ONLY 5 sites, but all others OK.  Help, please!

    Hi Again!
    I posted this problem here before, but since I really need to access the sites that receive this error message in less than a month, I had to re-post; hopefully someone who didn't see it before will see it & have a solution for me.
    Here are the details:  I'm running windows 8.1 & I use Firefox 33.1.1, Pale Moon 25.1.0 or Opera 26.0 as my browsers, (I have IE installed & up-to-date, but I never use it).  I followed the 10-point checklist on Adobe & everything was done, except for "uncheck Hardware Acceleration" in Flash 'Settings'; I tried to uncheck it on this site, where it's indicated, as well as in my 4 browsers when I'm doing something that uses Flash, but no matter how hard I try, I can't 'uncheck' the check mark in that tiny box!  Since this error problem only affects 5 web sites, & I can watch streaming media on all other sites, I don't think it's an issue. 
    Here's how this problem began:  I was watching a live, streaming nest-cam on 5/09/14 around 11:00AM, (yes, I DO know the exact time & date, because it happened so suddenly while I was watching this website that I'd been watching since the end of February, 2014), when my screen went black.  I thought it was probably an Adobe Crash, but when the usual Crash Report window didn't show up, I just closed Firefox & reopened it, expecting to resume watching the nest-cam.  When I went back to the site, I got the black screen with the "Error loading plugin: Plugin file not found" message.  The chat portion on the site still works, though. I know there are other sites with this nest-cam feed, so I started trying them, but it took several tries for me to find one that didn't get the error message! I posted this problem on "Windows BBS" forum, & someone else posted that the same thing happened to them AND on the same sites!  They didn't have a solution, either.  I cleared my cache, rebooted my PC & even did a System Restore, but whatever happened in that brief second made using ONLY 5 sites impossible.  Here are the sites that receive the error message:
    http://pixcontroller.com/eagles, (but I CAN go to http://pixcontroller.com, but there isn't any streaming media)
    http://cbslocal.com/eagles
    http://westmorelandconservancy.org/BlueBirdwebcam-1.htm
    http://wildearth.tv/cam/pittsburgh-bald-eagles, (I get the error message on ALL cams on this site)
    http://aviary.org/BE-NestCam1 (I get the error message on ALL cams on this site)
    Now if any videos from the 5 websites above are uploaded to YouTube, I can watch them perfectly...no error message if I watch the videos elsewhere.  Luckily, I found Ustream, & they have most of the nest cams I watch, but I need to fix this issue, because it's nearing nesting time!  I'm an amateur nest-watcher & it's vital that I have access to these 5 sites, so if anyone knows how to fix this, PLEASE tell me!
    Thanks for taking the time to read my post.
    All suggestions/solutions are gratefully accepted.
    Thanks in advance for your help!
    DogPal 

    File Not Found Error in Welcome Screen
    07-Nov-2013 10:25
    Tags: #dreamweaver_cs6_update
    Help please!
    Live preview also not working.
    I have exactly the exact problem described below but do not have a folder with the same name as the volume created under the volume. Please can someone help - I've tried everything. This problem only happened when I upgraded to Dreaweaver CC!
    "On launching Dreamweaver on your Macintosh if your Welcome Screen is not loading and if you see a "File not found" error, please check if you have a folder with the same name as your volume created under the volume. For more info on this please go through the attached pdf document. Other dialogs/panels in dreamweaver that will be blank due to this issue are Jquery Swatches panel, Adobe Edge Webfonts tab in Manage Fonts dialog,W3c Error Info dialog, Externalise Javascript dialog and svn revert dialog. After following the changes mentioned in the attached document please check all the affected dialogs/panels to confirm everything is working as expected."
    Thanks,
    Martin Bond
    [personal information removed by moderator]

  • Help Please. Lost my music Ext Hard Drive.Using my Back Up on a new Hard Drive. Itunes cant fins songs

    HI there, i need some help please .....
    I had a hard drive failure, external one, the i use to have all my music collection ( 550 gigas of music )
    I got a new external HD and put there all the music the i had it back it up, .... same folders name, same HD name ... and i get The song “Point 0” could not be used because the original file could not be found. Would you like to locate it?
    Under itunes preferences i uncheck always " copy files to itunes media folder when adding to library "
    Becouse i work with music, i created for many years playlist and also rate songs, info the i dont wanna lose, and it will be really really hard to re load all the tracks manually back agein, if i just drag my music folder on the eternal HD to itunes agein ......
    My question is, why itunes wont see my music if everything its under the same folders, and folders names .. ( all my music was backed up as it was ), i just put it back on a new HD ..... how can i fix this keeping in mind the i really need to keep all my playlist songs, and raiting tags ??
    Thank you so much .....

    Thank you for your time and help guys,.... to check the path i use to have, i select a song with the ! mark, and comand I  to get hte info and inone of the info tabs, you can see where the file was located at,... and i realice i had a missing space in the folder name where my music was. Made the change, restarted itunes and the problem was fixed.
    Thank you !

  • Quick time 7.1.3 problem...help please...

    I recently installed Quick time version 7.1.3...and iTunes 7 onto my computer. I have since tried to load a game that I recently purchased for my child (DK's Milo and the Magical Stones). It does not work. (The message that I get says "Director Player Error. Property not found. # duration") I e-mailed the manufacturer and they stated that I need to use the version of Quick time that is on the game disk (not quite sure which version it is since it will not allow me to load it). The old version will not load because it recognizes that I have a newer version of it on my computer. And if I could accomplish this...iTunes will work now without Quick time 7 now...so it is pointless. Help please! This must be happening to a lot of people I imagine...

    A extremely kind and thoughtful individual gave me these instructions.
    Okay, let's try getting a crash log for itunes and sending it to the Apple Engineers.
    Typically, you'll need to configure Dr. Watson on your PC in order to generate crash logs. Windows start menu -> Run. Type in "cmd". Hit return. At the prompt in the command line window that comes up, type in
    drwtsn32 -i
    And hit return.
    This will create crash logs in Documents And Settings\All Users\Application Data\Microsoft\Dr Watson\. There'll usually be a file in here called "drwtsn32.log"prior to collecting the itunes crash log, delete any existing crash logs in there. (we want to make sure we send the correct crash log.)
    Launch itunes, collect the crash log, and send it to [email protected]
    In the email:
    (1) state the precise version number of itunes that you're using.
    (2) include the URL to this thread so that the person who gets the email has some context, but also give as much information about the context of the crashing as you can.
    I sent off this morning and am awaiting a reply. As soon as I hear back I will update this posting.

  • Nested Collections In Bridge?

    Is it possible to create nested collections in Bridge? I've looked in the help file, but can't find any mention. Don't know if I'm missing it or it just can't be done.
    Thanks,
    Chuck

    Collection is not folder it is just the file that is created in the bridge preferences to ease out the navigation for the user.
    Go to C:\Users\<user name>\AppData\Roaming\Adobe\Bridge CS5\Collections
    you will find the filelist files ther with the name of your collection, if you open those file in the wordpard you will see the path of the files included in the collection.
    hence I dont think the nested collection could be created becuase we cannot refer the filelist file in another filelist file.

  • Help please...All menus grayed out in CS4...

    Premiere Pro used to work and a few weeks ago when I openned it, all of the menu items were grayed out and no editing panel or anything openned. I can't even quit the program. Literally everything is grayed out.
    There is nothing I can do with it.  I have uninstalled the entire Master Collection using the Adobe Installers and double checked to make sure things were cleaned up by using the Creative Suite Cleaner Tool.I have also attempted to just reinstall Premiere Pro from the disks to no avail.
    All other programs in the suite apprear to load and work fine. Only Premiere Pro CS4 does not work.
    Any ideas on how to fix this issue? I really need to be able to use the program and can't yet afford to upgrade to CS5.5... so any help would be appreciated.
    Thanks guys!
    David

    Thanks Bill. No worries... Haa, haa. I should have asked MYSELF about the second monitor.
    REALLY appreciate the help and care.
    Blessings bro.
    David
    Date: Thu, 14 Jul 2011 09:54:35 -0600
    From: [email protected]
    To: [email protected]
    Subject: Help please...All menus grayed out in CS4...
    The second monitor has been an issue with several programs. Photoshop is one too.
    There is another thread, where a user was getting the "bing," that a window was open, but could not see it. Sure enough, it was on his second monitor, that had been disconnected. I should have asked if you had ever had a second monitor. I am the "dunce."
    Glad that you located the problem and good luck,
    Hunt
    >

  • ALMOST NO STORAGE HELP PLEASE!

    I was uploading my video to youtube from imove and i have almost no storage left it was fine before i did it i had 85.73 gb and now i have 22.21 gb I REALLY NEED HELP PLEASE i deleted the video and the files i have no idea what it did please someone help and fast and dont say get omni disk sweeper because i cant find the files that are taking up space i dont know what files are important so please help !

    You need to change the premise of your SSD use.
    see here:
    Your Solid State Drive and having enough space inside your Macbook Air & Pro
    Solid State Drive usage premise, or the “more space / upgrade SSD” question
    There have been questions posed and positions taken by many people who are trying to use their Macbook Air or Pro’s solid state drive (SSD) as a mass media storage device, for either pictures, videos, massive music collections or all three combined; but this should not be the working premise of a ‘limited’ SSD and its use.
    In which, it’s the case of those users with either 128GB, 256GB, or even 512GB of internal SSD space, that have or are running “out of space”, that questions are raised. The immediate premise of some users can sometimes be “(how to / if) upgrading my SSD” when in fact in nearly all instances another approach is the logical and sensible one that needs to be looked into and exercised.
    Any Macbook containing a SSD should be idealized as a ‘working platform’ notebook containing all your applications, documents, and weekly or bi-weekly necessary files. All collections of media files such as pictures, music, and videos, unless directly needed should be kept off the notebook and on an external hard drive or likewise. While the ‘working platform’ premise is also the case with larger internal conventional hard drives of 1TB+, its implementation isn't as critical except in terms of data protection.
    Realistically, you should at most coordinate roughly 20 to 25% of your total SSD space to all audio-video personal use media (picture / music / video collections), leaving the remaining amount on an external HD.
    Nobody should consider any notebook a data storage device at any time under any circumstance, rather a data creation, sending, and manipulation device; and in the case of a SSD, this is more important for purposes of having sufficient working space on the SSD and reducing SSD ‘bloat’ in which cases someone is wrongly attempting to use the SSD space as a large media storage nexus.
    The rare exception to the collective usage and premise of SSD use in which a much larger SSD is truly needed are for those in video and photography professions that require both the extremely fast speeds of the SSD and the onboard storage for large and or many video and photography files. However this also falls under the premise of a ‘working platform’ for such peoples rather than the intent of many who are using the SSD as passive and static data storage for media files very infrequently needed or accessed.
    All on-notebook data collections should be logically approached as to necessity, and evaluated as to whether it is active or passive data that likely doesn’t need to be on the notebook, allocations of space-percentages to as-needed work and use, apportioning space for your entertainment media, and questioning whether it should it be on the notebook for more than short-term consumption.
    Considerations should be made in the mind of any user in differentiating the necessary system data (System hub) comprising the Mac OSX, applications, necessary documents that both must and should be on your internal SSD, and that of the users personal data (Data hub) comprising created files, pictures, music, videos, PDF files, data created or being created and otherwise, that likely unless being used soon or often should be parked on an external hard drive for consumption, or temporarily loading onto the internal SSD.
    You both can and should purchase whichever SSD size you need or see fit, but even in the case of the largest of SSD, unless use-considerations are made, and SSD spaces are allocated as should be the case indicated above, one can easily and immediately run into this quandary of “needing more internal SSD space”, in which instance a different approach in usage must then be implemented.
    However it is almost always the case, that such large media files are wanted to be stored internally rather than actually needed, in which case the external HD is both prudent as well as necessary. Additionally costs per MB are infinitely less on an external HD than an internal SSD in any consideration of data expansion needs.
    A Professional Example
    In the case of a Macbook Air or Macbook Pro Retina with ‘limited’ storage on the SSD, this distinction becomes more important in that in an ever rapidly increasing file-size world, you keep vital large media files, pics, video, PDF collections, music off your SSD and archived on external storage, for sake of the necessary room for your system to have free space to operate, store future applications and general workspace. 
    You should also never be put in the position of considering “deleting things” on your Macbook SSD in order to ‘make space’. This is especially what your external HD is for.
    Professionals who create and import very large amounts of data have almost no change in the available space on their notebooks internal SSD because they are constantly archiving data to arrays of external or networked HD.
    Or in the case of the consumer this means you keep folders for large imported or created data and you ritually offload and archive this data for safekeeping, not only to safeguard the data in case your Macbook has a SSD crash, or gets stolen, but importantly in keeping the ‘breathing room’ open for your notebook to operate, expand, create files, add applications, for your APPS to create temp files, and for general operation.
    Slim USB3 1TB external hard drive
    External Hard Drives
    External hard drives are both extremely cheap and regardless of the size of your internal SSD (or even internal hard drive if the case), you need an external hard drive with your SSD equipped Macbook for several reasons:
    1. Data backup and protection.
    2. Redundancy for important data.
    3. Necessitated ideal space for large media files for collections of pictures, videos, and music etc.
    While ever changing in price, typical portable 2.5” external hard drives in USB3 run roughly $65 for 1TB or $120 for 2TB small portable USB3 hard drives. Such drives range in thickness between 5mm and 15mm, with recent improvements in storage of 500GB drives in 5mm profiles.
    There is almost no premise in which a small 12mm thick 1 Terabyte USB hard drive cannot be taken along with any Macbook as an external large storage extension inside any Macbook carry case or pouch. Typically such external HD profiles are not much bigger than a deck of cards.
    External hard drives are a foregone necessity for purchase with any Macbook for at the very least Time Machine backups, data redundancies, and ideally for large media storage.

  • Exported nested collection only saving schema, not data?

    Robin proposed an answer of exporting multiple collections into one:
    http://social.technet.microsoft.com/Forums/en-US/3c55b873-a0c7-4cc8-9bab-eaf809f62ab0/exporting-data?forum=projectsiena
    It seems to work as long as you immediately import - this is because the collection is still in memory.  If you exit the app (or clear the collection), then only the schema can be loaded because the data itself isn't saved.
    When I look into the .zip file, I see that the schema is being written but no underlying data.
    Perhaps I'm doing something wrong and that's why I'm only getting the schema?
    I would be happy to share the project I've been working on if that would be helpful.
    Thanks!
    Thor

    thorwm,
       I was initially experiencing the same issue, but it turns out I was just confused (again).   I was building the nested collection during the OnSelect event for the Export control.   Apparently, the OnSelect event happens
    AFTER the Export control performs the export.   This can be seen by simply doing the export twice.  
       I have to look at a better way to perform the nested collection process.   Hopefully this is the same issue you are experiencing.
    -Bruton

  • I keep being asked to update my Safari but when I do a Software update it scans but never gives me a list and just says no new updates. Help please!

    I keep being asked to update my Safari but when I do a Software update it scans but never gives me a list and just says no new updates. Help please!

    There are no updates to either OS 10.5.8 or Safari 5.0.6.
    If you need a later version of Safari you must first upgrade your operating system to a later version of OS X.

  • At the end of my IMovie I want to write some text: as in" Happy Birthday Mandy we had a great time with you. etc..  How do I go about this? Which icon in IMovie lets me have a place to write text?? help please

    Please see my ? above: Im making an IMovie and need the last frame to just be text (can be on a color). I don't know how to go about doing this.  Ive already done all my photos and captions. Need to have it ready for TOMORROW: Friday May 23rd. Help please!
    Thanks

    You can choose a background for the text from Maps and Backgrounds.  Just drag a background to the end of the timeline, adjust to desired duration then drag title above it.
    Geoff.

  • I have just updated my PC with version11.14. I can no longer connect to my Bose 30 soundtouch via media player Can anyone help please

    I have a Bose soundtouch system .Until today I could play my iTunes music through it via air  player . .I have just uploaded the latest upgrade from iTunes and now I am unable to connect to the Bose system . Can anyone help please? I can connect via my iPad and by using the Bose app so it is not the Bose at fault

    @puebloryan, I realize this thread is a bit old, but I have encountered a similr problem and wondered if you had found a solution. I've been using home sharing from itines on my PCs for years, but two days ago, it suddenly stopped. I can share from my Macs, but not from the ONE PC library where I keep all my tunes. I tried all the usual trouble-shooting measures.
    After turning home sharing off on the PC's iTunes, turning it back on and turning some other settings off and on, my Macs and Apple TV could briefly "see" the PC library, but as soon as I try to connect -- the wheel spins for a bit and then the connection vanishes. It's as if they try and then give up.
    Since this sounds so similar to your problem, I was hoping you finally found a solution. I am also starting a new thread. Thanks!

  • My iMac 24 can no longer be paired with the keyboard; it doesn't recognise any keyboard at boot up, even the one it is paired with. Can anyone help, please?

    My iMac 24 can no longer be paired with the keyboard; it doesn't recognise any keyboard at boot up, even the one it is paired with. Can anyone help, please?
    Thank. Simon

    Brian - The batteries are fine and there has only every been one keyboard paired with it. We have tried my MacPro keyboard as well, and it will not even recognise that there is a discoverable keyboard nearby.
    Thanks, Simon

Maybe you are looking for

  • Converting a pages document to jpeg using Mavericks

    How to convert and save a Pages document to a jpeg document using Mavericks. Thanks

  • Can't Find ppbus

    I am working on a package for the aur but i get this error while running cmake: /root/Desktop/piklab/src/piklab-0.15.10/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:27: fatal error: dev/ppbus/ppi.h: No such file or directory compilation terminated. '/ro

  • Acrobat 9.1.1 Pro - Excel problems

    Dear Sirs, I am using Acrobat 9.1.1 Pro to convert excel 2007 files (xlsx) to pdf. The problem is that images are wrong placed in the pdf file. I am not an expert and i'm asking for your help to solve this problem. Initially I used Acrobat 9.0 Pro an

  • Add a status bar

    Hallo. I have a program that uses a JFrame and JInternalFrames to bring out a GUI. I would like to add a strip to the bottom of the main Jrame to work as a status bar but am quite challenged. Anyone with an idea?

  • Create virtual recordset from XML

    I'm searching a extension that give the possibility to create a virtual recordet from a XML file. Interaktonline had an extension called "XML Import-Export" but isn't compatible with php 5.3 and require Dreamweaver 8. Any ideas how can I resolve this