A List on the pageFlow in a portlet (8.1)

When I put a java.util.List on the pageFlow, workshop complains that it's
not Serializable.
The annoying this is that the log also reports this warning.
Is it possible to make weblogic ignore this and only this warning?
My business tier's session bean returns a java.util.List.
Should I put the list on the request otherwise?
Thank you for any and all help,
Geoffrey

I delibratly want to use the List interface, this way I stay implementation
independ.
My bean now returns an ArrayList but if at some point I want to use a
LinkedList, it will be a very small adjustment.
This is the entire point of the Collections API.
You can't be sure that an ArrayList doesn't contain no Serializable items
anyway.
So option 1 and 3 are out.
I found a much faster way than option 2: Just put it in the request and pick
it up in the jsp (this works fine as long as you don't need forms).
In any case: the entire PageFlow framework doesn't feel good, for various
reasons, it seems to limit your abilities.
Please take a look at my next post: "netui:form and ..."
Thank you for any and all help,
Geoffrey
"Gregory Smith" <[email protected]> schreef in bericht
news:[email protected]...
That's because the java.util.List interface doesn't extend Serializable.
However, the 2 normally used implementations, ArrayList and LinkedList,
do implement Serializable. And, the java pageflow compiler only knows
that it's a List and that FlowControllers are supposed to be
Serializable and have only Serializable non-transient variables.
I'm not sure if there's a way to make it ignore this warning, but youcould:
1. Have the session bean return a LinkedList or ArrayList and declare
that as the pageflow variable type, or
2. Create a subinterface of java.util.List called SerializableList that
also extends Serializable. Make a subclasses of LinkedList and/or
ArrayList that just implements SerializableList or make the List class
your EJB returns implement SerializableList, and use SerializableList on
the session bean interface and the pageflow variable, or
3. Declare the pageflow variable as a ArrayList, and convert the List
from the session bean an ArrayList, e.g.:
if (listFromEJB instanceof ArrayList)
this.pfList = (ArrayList)listFromEJB;
else
this.pfList = new ArrayList(listFromEJB);
Not perfect, but some ideas.
Greg
Geoffrey wrote:
When I put a java.util.List on the pageFlow, workshop complains that
it's
not Serializable.
The annoying this is that the log also reports this warning.
Is it possible to make weblogic ignore this and only this warning?
My business tier's session bean returns a java.util.List.
Should I put the list on the request otherwise?

Similar Messages

  • Delegated task not listing in the BPEL Portlet when logged in as that user

    Hi All,
    A task delegated to say a user JCOOPER (which is picked from OID) is not listing in the BPEL Portlet when logged in as user jcooper...
    Is there any workaround to solve this issue?The issue persists in PROD environment..Somebdy pls suggest..
    Thanks,
    ChitraDevi D

    Hi All,
    Any body pls help out for this issue
    Thanks,
    ChitraDevi D

  • Media Encoder CC not listed in the list of app in CC

    I'm running Windows 7 Ultimate and I am a Adobe Creative Cloud for Teams member.  I'm trying to install the new version of Media Encoder, but when i open Creative Cloud app it is not listed in the long list of apps.  I have CS6 and CC installed on my computer.
    Can you offer some suggestion how i can download and install this program? 
    I am trying to convert a mov file to webm and i am hoping Media Encoder CC can do that since I did not see a webM choice in media encoder cs6.
    Thanks.

    Brenadan Bolles (fnordware) has recently posted some beta versions of WebM exporters for Adobe Media Encoder. Details are here:
    http://forums.adobe.com/message/5463405#5463405

  • How do i uninstall a purchased app (that no longer appears in the purchased app list in the store) so that i can repurchase and have the app appear as "purchased" so that i can get updates as the software is updated periodically?

    I am looking for some help with the app store.  I recently purchased an app (aperture) in the app store and subsequently apple refunded the purchase price.  However, the downside of this is that aperture no longer appears as a "purchased" app within my app store account.  Accordingly, i don't believe i will get updates as the software is updated periodically.  Apple has instructed me to delete all my aperture files, reboot and then revisit the app store to re-download and it should let me pay for the app and redownload just as if i had never had the app before.  However, when i go to purchase aperture, i get a warning that it has already been purchased and that i can re-download for free.  That sounds great but again it won't appear in the "purchased" list in the app store b/c of the original refund from apple.  I never thought i would have this much trouble trying to pay someone for a product! 
    Questions:
    Is the app store looking to my hard drive for traces of aperture to determine whether it has been purchased or is it looking at some kind of purchase history within the app store?
    Is there anyway to wipe my hard drive clean of aperture files or wipe clean my app store purchase history so that i can start over?
    If none of this is possible, does anyone have a possible solution?
    If i were to redownload aperture (currently for free since it won't let me pay) when a subsequent update comes out (say it goes from version 3.2.2 to 3.2.3) can i then elect to buy aperture, pay the fee and will it appear as a purchased app and allow me to get upgrades going forward?  Would any data be compromised with this?
    Many thanks for your help!

    Questions:
    Is the app store looking to my hard drive for traces of aperture to determine whether it has been purchased or is it looking at some kind of purchase history within the app store?
    Is there anyway to wipe my hard drive clean of aperture files or wipe clean my app store purchase history so that i can start over?
    If none of this is possible, does anyone have a possible solution?
    If i were to redownload aperture (currently for free since it won't let me pay) when a subsequent update comes out (say it goes from version 3.2.2 to 3.2.3) can i then elect to buy aperture, pay the fee and will it appear as a purchased app and allow me to get upgrades going forward?  Would any data be compromised with this?
    1. Do you have a backup connected to your Mac that contains the app? If so, yes the MAS can detect that and believes that the app is installed.
    2. If the app no longer appears in the purchase history on the Purchased pane in the MAS, then it would seem that Apple has taken care of that.
    4. Updates, such as you describe are free. Upgrades are not. An upgrade is a new paid version of the app, such as v 3.0 to v 4.0.

  • Master Password Feature: After sometime (10-15 min.) the drop down list for the field on any site does not show; opening new window (not refresh or new tab) drop down appears.?

    I manage a ton of accounts for different customers suing the same login pages (GoDaddy, WordPress, etc.) I use the Master Password Feature to help keep track of the many variants in logins and passwords.
    After some unknown period of time, even closing the page tab so a new page session is started at the remote server, Firefox does not provide me with the usual drop-down selection list of the previously used login names. However, if I open a new FF window (file/new window) from the menu bar, the drop down becomes available.
    How can I refresh the original window session in FF or change the timeout length?

    Well, you said LOV...that might mean you are using JDev 11g. Are you? If so what technology stack are you using?
    Assuming you are using JSF (?) you might be "backing" your list component in the application scope...but that is not likely.
    If you are using ADF/BC on your business component level, you can clear your view object from which you are querying the possible values of this list...unless your you have made a method to compile this list...in which case you know what you are doing...so that is probably not the case.
    Essentially you want to requery the VO upon which your LOV is based...unless you are using JPA or something...and then I know "requery" is not the right word...is it?

  • Unable to pass the parameter to other portlet

    Hi,
    I am trying to pass the parameter from one portlet to other portlet using the convention below...
    Example say you have two reports on a page dept and employee. You want to refresh employee report by clicking on
    the dept in the department report in the same page.
    (1) Create the first report based on the query
    SELECT htf.anchor('http://domain/servlet/page?&_pageid=97&_dad=portal_dad&_schema=portal_schema&_mode=3&dept_code='||DEPTNO,DEPTNO) Department,
    dname FROM scott.dept;
    (2) Create a 2nd report
    select * from EMP where DEPTNO = :dept_code
    (3) In the the additional pl/sql code section before display page on the 2nd report do this
    portal30.wwv_name_value.replace_value(
    l_arg_names, l_arg_values,
    p_reference_path||'.dept_code',portal30.wwv_standard_util.string_to_table2(nvl(get_value('dept_code'),10)));
    (4) Created a page and added these reports as portlets.
    In point (4) I am not getting the value of selected deptno in 'dept_code'. It is always taking the default value as '10'...
    I like to have the quick solution for this so that I can show the demo to my client...
    Thanks in Advance
    Sudheer

    Hi Ali,
    We can add parameterized queries to any TableAdapter (and controls to accept parameter values and execute the query) using the
    Search Criteria Builder Dialog Box. 
    For detail information, please refer to the following article to create a Windows Form to Search Data:
    http://technet.microsoft.com/en-us/library/hbsty6z7.aspx
    In addition, this issue is more related to Windows Form. I would suggest open a new thread in Windows Form forum if you have any more qestions:
    http://social.msdn.microsoft.com/Forums/windows/en-US/home?forum=winforms
    Regards, 
    Elvis Long
    TechNet Community Support

  • How to update an existing item in a sharepoint list using the WSS adapter for Biztalk

    Is there a way that a record in SP list be updated using WSS adapter in biztalk ?
    BizTalk 2013 and SP 2013 ..
    Regards
    Ritu Raj
    When you see answers and helpful posts,
    please click Vote As Helpful, Propose As Answer, and/or Mark As Answer

    A ListItem has its own unique row id so in all likelihood, an insert with the same data will result in a new list entry. The Lists Web Service however, has an UpdateListItem method which will take an update request. [refer
    http://msdn.microsoft.com/en-us/library/office/websvclists.lists.updatelistitems(v=office.15).aspx ]
    There is another note in the conference (marked answered) to your List Item Update problem. Probably worth a try too. [refer
    http://social.msdn.microsoft.com/Forums/en-US/bee8f6c6-3259-4764-bafa-6689f5fd6ec9/how-to-update-an-existing-item-in-a-sharepoint-list-using-the-wss-adapter-for-biztalk?forum=biztalkgeneral ]
    Regards.

  • How does one change the font size for folders and/or file lists in the Bookmarks Library?

    How does one change the font size for folders and/or file lists in the '''Bookmarks''' Library?
    Since the upgrade to version 9.0.1 of Firefox, the Bookmarks feature changes are confusing me. They seem to be confusing themselves as well. The list of bookmarks has changed. The font size is so small that my aging eyes cannot read it without fogging the screen with my breath. Some folders are out of alphabetical order (where I know they were previously good), and some are missing altogether (folders to which I frequently add references).
    As for missing or deranged files or folders, was there something that I should have done or now need to do to recover those after the upgrade (or before)?
    With regard to font size,
    1. there is no “Edit Bookmarks” or like option to edit the list in this version
    2. the “zoom” option in the “view” list of functions is greyed out when in “Show All Bookmarks” window
    3. expanding the browser window has no effect on font size
    4. “Preferences” settings for font size has no effect in that window either, including advanced settings
    5. “Help” offers none that I can find.
    Can any of you Help?!?

    Maybe this extension helps:
    *Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/

  • Voice Memos are listed on the Playlist on my computer, but do not sync to my IPOD Touch so that I can listen on another device (stereo, dock station, etc.) When I click on the one that transfered over, a grey screen shows up "No Music" Help1

    Voice Memos are listed on the Playlist on my Ipod, but a grey screen comes up "NO Music".  How can I listen on a device?  Like, my car or my dock station/ radio.

    An "other" larger than about 1 1/2 GB indicates corrupted files.
    What is the Other on my iPhone and How to Remove It
    What is "Other" and What Can I Do About It?
    Next, usually restoring from backup eliminated the corrupted files. However, sometimes restoring to factory settings/new iPod is required.
    To restore from backup see:
    iOS: How to back up
    To restore to factory settings/new iPod see:
      iTunes: Restoring iOS software

  • *Help Needed* Adding multiple emails/mailing list in the email subscription

    Help Needed
    Hi,
    Can someone help me in adding multiple email address/mailing list in the email subscription for interactive reports in Apex 4.
    pls mail me at [email protected]
    Regards,
    Sunny

    The doc does not mention a separator for the email addresses because we only support one email address per subscription. I have logged a task for our next release to look at expanding it and allowing multiple.
    -- Sharon

  • How do I get rid of the favorites bar listing on the left of my screen

    How do I get rid of the favorites bar listing on the left of my screen when I can find it at the top of the screen?  I takes up too much of my useable acreen

    Hi Dale,
    I don't use Safari much, but try this as I recall...
    Click the Book icon in the Favorites/Bookmarks bar.

  • HT2905 When I added music to iTunes it seperated some of the songs into the catagories selected and others are lumped into a list at the end where artist and song are in the same space and not sperated like the other songs. It appears I into catagories an

    I've got to be the dumbest Apple product owner there is.
    * Doesn't it seem strange (maybe I'm not finding this option as it's hidden some place?) that there aren't boxes allowing you to select what action you clearly want to take?
    Senerio (sp?) New user (last two years) or for a 7 year old who opens up itunes to any catagory listed, for this exsample their iPhone's hooked up and connected currently what I view it appears iTunes will sync the two but where is it stated clearly what will be over written and what will be replacing it? Because once syncing is done it's done there's no "I didn't want it to do that" button to press to go back!
    Solution for persons such as myself; picture a white plain screen opening up in the catagory you choose (I'll use music) uncluttered no links taking you inadvetaintly to a screen pitching me something from Apple just all my music catagorized by iTunes the way in which I selected it to be by checking as many of the choices as I want that are list in the "sort" menu. Now before I hit sync at the top there are 3 empty boxes. Positioned clearly and designed by the marketing department who has every page in the store laid out clear clean and in your face making it impossible to START HERE so to speak, they'd unmistakably be simply labeled with 3 basic choices for you to choose from (a fourth "advanced" could be optional) which would be; Box#1 Do Noithing (Leave as is) Box#2 Sync from Device to iTunes Box#3 Sync from iTunes to Device . What you checked is what action iTunes would take. When you pressed "sync" a box would pop up Asking are you sure you want to it would have the selected boxes action here further assuring you wre doing as you wanted .
    With these on all the things/catagories that iTunes writes over and erases replacing it with what in my experiance usually is incomplete folders or databases of apps, music, movies, podcasts, books etc.? the misinterpretation of the action you want or choose would almost be eliminated from incorrect interpretation of what you actually want to do.
    Please if there's something I can set for all my choices please tell me where and how.
    Addionally without doing it one song at a time does iTunes seperate song artist from title automatically some how or do I have to go song by song cut artist and paste in the correct colum?
    Any help is appriciated!!!!!!!!!

    I've got to be the dumbest Apple product owner there is.
    * Doesn't it seem strange (maybe I'm not finding this option as it's hidden some place?) that there aren't boxes allowing you to select what action you clearly want to take?
    Senerio (sp?) New user (last two years) or for a 7 year old who opens up itunes to any catagory listed, for this exsample their iPhone's hooked up and connected currently what I view it appears iTunes will sync the two but where is it stated clearly what will be over written and what will be replacing it? Because once syncing is done it's done there's no "I didn't want it to do that" button to press to go back!
    Solution for persons such as myself; picture a white plain screen opening up in the catagory you choose (I'll use music) uncluttered no links taking you inadvetaintly to a screen pitching me something from Apple just all my music catagorized by iTunes the way in which I selected it to be by checking as many of the choices as I want that are list in the "sort" menu. Now before I hit sync at the top there are 3 empty boxes. Positioned clearly and designed by the marketing department who has every page in the store laid out clear clean and in your face making it impossible to START HERE so to speak, they'd unmistakably be simply labeled with 3 basic choices for you to choose from (a fourth "advanced" could be optional) which would be; Box#1 Do Noithing (Leave as is) Box#2 Sync from Device to iTunes Box#3 Sync from iTunes to Device . What you checked is what action iTunes would take. When you pressed "sync" a box would pop up Asking are you sure you want to it would have the selected boxes action here further assuring you wre doing as you wanted .
    With these on all the things/catagories that iTunes writes over and erases replacing it with what in my experiance usually is incomplete folders or databases of apps, music, movies, podcasts, books etc.? the misinterpretation of the action you want or choose would almost be eliminated from incorrect interpretation of what you actually want to do.
    Please if there's something I can set for all my choices please tell me where and how.
    Addionally without doing it one song at a time does iTunes seperate song artist from title automatically some how or do I have to go song by song cut artist and paste in the correct colum?
    Any help is appriciated!!!!!!!!!

  • I've a new account on iMac.  When composing an email the contact list does not show up on the bar.  WWhen I start keying in a name, it comes up with the address.  How do I engage the  contact list from the email?

    I've a new account on iMac.  When composing an email the contact list does not show up on the bar, which would allow me to select the persons I want to include on the distribution of the email.  When I start keying in a name in the email, it comes up with the person's address, which shows it is synced.  How do I engage the contact list from the email like I do on my old account (where a contact list icon shows up, along with the "attach" and other icons) ?

    With the New Message window open, go to the View menu and select "Customize Toolbar...".
    In the screen that opens, drag the item labelled "Address" into the Toolbar area of the New Message window, then click the "Done" button.
    That item should be then added to the Toolbar for the New Message window.
    Note that the main Mail window and the New Message window (as well as the separate message window if you open a message that way) use different toolbars - the settings/inclusions for one do not carry over to another.

  • Every single song I delete from iCloud on my Mac remains listed in the Music app on my iPhone 4S, and then becomes broken -- What the heck?

    Hello,
    So this is annoying me to no end because I just spent $25 to sign up for iTunes Match and so far its wasted my time and given me nothing but a massive headache. This is obviously a major bug on the SERVICE END, not mine.
    Starting with an empty iTunes library on my Mac, I began ripping my CDs in iTunes Plus AAC format the other night with the intent of matching & uploading my entire music library into iCloud for streaming & downloading to my iPhone 4S on the go. Simple in theory, right? After some basic tag editing -- changing genres, a simple alteration to a title here, deleting the composer there -- and then updating iTunes Match (Store > Update iTunes Match), I notice I'm getting duplicates of a bunch of my songs appearing on my iPhone. I haven't downloaded anything to the device, they're all just listed with the cloud icon next to them.
    So I'm thinking, whatever, I screwed something up. I'm only several CDs into the process so I'll just delete the iTunes library and start over again. Shift + right click, delete everything. Do you want to delete these songs from iCloud as well? Yes. Update iTunes Match. There are 0 songs in iCloud. Okay.
    The songs are still showing in my iPhone Music app. Strange. Swipe to delete does nothing, they're not on the device. They're pointing to files in the cloud that are either no longer there or somewhere that I cannot access anymore. Broken aliases. The album artwork still shows up, but playing the songs just kicks me back to the album menu. Navigating to Settings > General > Usage > Music shows me there is no data on the device. 0 bytes.
    One thing I notice is that sometimes after syncing a handful of these broken songs will show up in a "Purchased" playlist on my iPhone within the iTunes browser -- I haven't purchased any music from the iTunes store, not one song -- and inspecting them with right click > Get Info reveals them as Stream files, not iTunes Plus AAC files.
    Turning iTunes Match off and on again both from within iTunes and on my iPhone does nothing.
    Syncing wirelessly or via USB does nothing.
    Backing up and restoring my iPhone does nothing.
    Double clicking the Home button and quitting the Music process, then opening it again does nothing.
    Hard resetting the iPhone does nothing.
    This is something that's happening with my Apple ID on the service end, not locally or on the user end. As long as iTunes Match is turned on in my iPhone settings, all of this broken music -- everything I've matched to iCloud and deleted -- shows up. I've done everything within the parameters of proper usage, and iTunes tells me there is nothing in iCloud after it updates but my phone keeps seeing crap that isn't -- or shouldn't be -- there.
    I WANT to use iTunes Match, I just paid 25 freaking dollars for it, but its completely busted for me right now and I know ripping and matching some more CDs is just going to make it worse and populate my iPhone with an even bigger broken library. I just ripped and matched one more CD an hour ago without editing any of the tags, just let iTunes Match do its thing, and then after right clicking and following the prompts to delete the 18 songs both from both iTunes AND iCloud its still showing up on my iPhone. Busted like all the others.
    Can we please get an update on this as soon as possible? This is driving me nuts and I don't know what else to do.

    It's a slightly convoluted process.
    Disable iTunes Match on your iPhone
    Settings > Music > Itunes Match
    Now, make sure you've killed the Music app by double-tapping the home button, and deleting the app there where it is running.  Important step. The app should not be active.
    Next step:
    Settings > General > Usage (it takes a while to load) > then delete the Music app there
    Power your phone down, and back up again.
    Sync your music via iTunes like you always have ...
    ... and this should fix your problem.

  • My apps do not show up on purchased list on the iPhone!

    My apps do not show up on purchased list on the iPhone even I see them on iTunes store apps. That happened after that I changed my Appple ID email adress.
    What is the soluton for that problem?

    Go to Settings/iTunes & App Stores and sign out. Then sign in with your new Apple email ID.

Maybe you are looking for

  • A question on the SG 300-10...

    I am using the default factory settings on this device.  Is this device capable of handing all 10 ports at Gigabit Ethernet at the same time?  The reason I ask is because I've experience strange things.  Say I am using 6 ports and Gigabit ethernet. 

  • Element 545 missing in form F110_US_AVIS

    Hello gurus, can anyone let me know how to solve this issue. I am trying to run Automatic Payment run and getting the following error. Element 545 window MAIN is not defined for form F110_US_AVIS. Thanks.

  • How to handle SLA in BPM

    Hello Experts, How can we handle SLA/escalation process in BPM. Say we have a scenario if the user does not respond for a specific duration then we need to send the same task to his immediate manager. Any thoughts would be of great help. Regards, Nir

  • HTTP Receiver Channel

    Hi Gurus, I am working on a JDBC to HTTP scenario. Scenario is working fine, but have a confusion on the configuration of Receiver HTTP channel. In the receiver channel, there is something called 'Additional Query String Attribute'. I am not getting

  • FI Processes

    Hi, Can you please explain me FI process Record-to-Report. We have Order-to-cash and Procure-to-pay in SD and MM modules. What are the processes/flows in FI and CO modules. If you have any documents please send the docs to [email protected] I will re