Managed bean can not be created. - dynamic menubar using ADF

hi All,
had to post the thread again to make sure it dint go un noticed!
scenario:
making dynamic menu navigation using ADFFaces, all steps followed as mentioned in SRDemo Sample. but still i get this error:
error encountered:
SEVERE:Managedbean menuItem_General could not be created.
javax.faces.FacesException:Can't get value from value binding expression: '#{resources['erms.menu.gen']}'.
more details here on last thread posted:
ADF- managedbean creation error while making dynamic menus.
plz help!

We found the solution how it works... But its a little bit strange.
Before we had the following on the sending part:
connectionFactory = (ConnectionFactory) ctx.lookup("jmsfactory/default/FactoryName");
destination = (Queue) ctx.lookup("jmsqueues/default/QueueName");
We could not use EJB injection here as the place were it was used is a POJO.
Now in our Job-Bean we do the following:
     @Resource(name="FactoryName")
     private ConnectionFactory connectionFactory;
     @Resource(name="QueueName")
     private Queue destination;
and then we transfer the connection factory and queue to our POJO... and it works... From our understanding both should be the same???
Frank

Similar Messages

  • Output message can not be created in a PO

    Hi to you all,
    Output message can not be created in a PO for a customer. During my tests, the yellow output message was created automatically after I have saved the PO.
    I checked ME9F and the table NAST, there is no entry for the PO of the customer. This happens arbitrarily.
    Do you know how and why this can happen? Is it a program error or something else?
    Thanks.
    Esra

    Hi Esra,
    if I do understand you correctly, when creating the PO the system always finds a message to be created ("yellow" message). But arbitrarily the message cannot be generated in ME9F, correct?
    In my view, if the message is always determined correctly in the PO there cannot be any trouble concerning condition records, the error has to occur later in the process.
    Are there any error messages in the processing protocol of a message that cannot be created? What happens if you set the transmission time-spot to 4 (immediatelly)?
    Just my 2 cents
    Alicia

  • Business Partner can not was created in a hire

    Hi, Good night.
    I have the following issue. I am check an employees that was hired with earlier date to the current date and not generated Bussiness partner. I understant that the system not create the business partner when the employees are hire to future date.
    However i did the hire in the client of test and the system if create the BP. The question is:
    What are the reasons for which a Business Partner can not be created in a hire, in the role of employee?
    Regards
    sanew2

    Hello,
    Please check if infotype 6 (addresses) is maintained for the employee. If not maintain a record for address and try.
    Also, what are the infotypes that you create for an employee during hire?
    Br,
    Remya.

  • Question!hi!i try to install mac os x lion from 10.6.8. the system apprear the error message, the recover system can not be created . how should I do?

    question!hi!i try to install mac os x lion from 10.6.8. the system apprear the error message, the recover system can not be created . how should I do?

    Peruse the hits from a google search for recovery system can't be created site:apple.com

  • .xlsm Can't exit design mode because Control 'Command Button 3' can not be created

    I have several Windows 7 Enterprise machines that cannot open one .xlsm file properly. When it opens, it is opening in Design mode rather than as a spreadsheet with macros. My users are getting the error "Can't exit design mode because Control
    'Command Button 3' can not be created". All our machines have Office 2010 ProPlus, but this file will only open on the XP PC's that have yet to be upgraded. Any ideas?

    Hi,
    How do you create the button in Excel 2010? Just insert the control manually or insert it using a macro?  This issue may be caused by the controls aren't instantiated before you can exit design mode.
    Please try the method:
    Code can only run after all controls are instantiated and properly connected. Make sure every file needed for the control is available before trying again.
    Quote from:
    http://msdn.microsoft.com/en-us/library/office/gg251344(v=office.14).aspx
    Regards,
    George Zhao
    TechNet Community Support

  • Instance of javafx.collections.FXCollections can not be create by FXML load

    <ListView>
    <items>
    <FXCollections fx:factory="observableArrayList">
    <String fx:value="One"/>
    <String fx:value="Two"/>
    <String fx:value="Three"/>
    <String fx:value="Four"/>
    <String fx:value="Five"/>
    </FXCollections>
    </items>
    </ListView>
    why the netBeans 7.3beta2 say "Instance of javafx.collections.FXCollections can not be create by FXML loader"?

    Hi,
    PLS-00201 : identifier 'v$INSTANCE' must be declared. Please note that, this package having a procedure that is loading a text files rows to table. Its using UTL_FILE package.
    And directories are used to load the data. I created the directories in the TEST database and create the physical directory in the TEST database host machine. 1. when issuue was raised from pl/sql - have you check the code ?
    2. Have you tested code independently - instead of executing from job. ?
    3. Forget about production system for a while, try to check the pre-requisites required for the things to run. ?
    4. what is the pacakge code dependent on v$instance error - have you checked across ?
    5. Have you tried to debug the code or not ?
    - Pavan Kumar N

  • Stock can not be create

    Hi friends
    I am trying to create stock using /nmb1c. I entered movament type 561, material name and quality and all required fields. When press save, system display error "display account determination entry INT GBB-BSA 7920 not possible'.
    How i should solve this error.
    Raj

    Hi Prasant
    Thank you very much. My problem is solve, now i can create stock and can save order.
    Another small problem when i create delivery system display error "delivery can not be created for order no........... order type OR", what wrong i am doing
    Raj

  • Is it possible to create dynamic reports using iReports in netbeans ?

    Hi
    I want to know that is it possible to create dynamic reports using netbeans? Dynamic reports means based on user selection(for eg. say by selecting values from combo boxes) some query will be genatated and fetch the query result from data base and displayed results in iReports only my problem is i am working on Netbeans IDE and i have installed iReports as plugins in netbeans IDE. and i am not able to find any tutorial that show me how to work with iReports under netbeans IDE. and how to create dynamic reports in iReports. If u know any such tutorial then can you send me link plz...!
    Thanks

    What do you mean by "in Start Menu"? Do you mean Live tile? See https://msdn.microsoft.com/en-us/library/windows/apps/hh465403.aspx
    https://msdn.microsoft.com/en-us/library/windows/apps/dn468032.aspx
    Best Regards,
    Please remember to mark the replies as answers if they help

  • How to create Dynamic Tab in ADF, to achive multiple transaction at a time

    Hi,
    I want to create Dynamic tab in ADF, to achieve Multiple transaction at a time by opening new tab for a transaction.
    For Example: User can order multiple product at the same time by opening the order form in multiple TAB.
    Scenario:
    i) When user will click on addNewTab, new tab will be added.
    ii) If user Click on close btn on Tab, Tab will be closed (Transaction will be removed).
    iii) user can save all transaction( can save multiple product Order in different tab.)
    iv) when user select any product in form, Rename the Tab name as well.
    Need Help on this :(
    Thanks & Regards
    Pratap Rudra

    Hi Rudra,
    You can implement all your problem using Tab API .
    When you are closing the tab you can roll back transaction which you want.
    Tab API will give control over closing and opening tab.
    And also you can give tab name while opening the tab.
    Thanks
    Prateek

  • Can not start the cluster database using srvctl

    Created a RAC database with CRS.
    When i start the cluster database with srvctl, it appears that the database is started (i made sure using srvctl status), but when i try to login to the database using sqlplus, i get a message 'connected to idle instance'. if i try to start the database from sqlplus, i get message 'requested INSTANCE_NUMBER is busy!.
    any thoughts why i can not connect to the database using sqlplus after i start the database using srvctl?
    I stop the database using srvctl and started using traditional sqlplus, it will start with out any problem.
    what am i missing?

    check ur oracle_sid,also try to connect as sqlplus sys/****@prod as sysdba
    may be this is due to improper setting of init.ora file.
    and post ur sqlplus output here.
    Thanks
    Kuljeet Pal Singh

  • Equium A200 can not connect to the interest using Wifi

    Hi,
    Since having to reinstall Windows Vista Ultimate, I can not connect to the interest using Wifi. It works fine for Ethernet, but when choosing the "Connect to the Internet" screen, its blank and will not find any wifi connects or let me manually connect to one.
    In Device Manager under Network Adaptors, it now only shows the Ethernet Controller and not the Wifi adaptor. I have tried to download the driver from this site and after rebooting nothing has changed. I have made sure the machine has all the latest Windows updates as well. I have also mader sure that the wifi button is switched on at the front of the machine.
    Also one a side note I cant seem to find the exact name of the Laptop in the system section of Control Panel other than Equum A200. On the download driver page there is NOT a A200 listed only A300 and A300D.
    http://uk.computers.toshiba-europe.com/innovation/download_drivers_bios.jsp?service=UK&mode=allMachi nes&action=search&teddProduct=759&selShortMod=667
    Any help would be grateful.
    Spec:
    Windows Vista Ultimate
    Toshiba Equium A200
    32-bit Operating System

    >Also one a side note I cant seem to find the exact name of the Laptop in the system section of Control Panel other than Equum A200. On the download driver page there is NOT a A200 listed only A300 and A300D.
    I guess you didnt look into the Archive the A200 is a little bit older therefore the drivers are placed in Archive!
    If you want to know what driver you need then I recommend checking this faq:
    http://forums.computers.toshiba-europe.com/forums/ann.jspa?annID=78
    All Wlan drivers can be found here:
    http://aps2.toshiba-tro.de/wlan/

  • "all my music is unchecked.  I can not check whole playlists by using the top checkmark to select all.  I went to all my playlists, same thing.  I can only press them ONE at a time, which will take about a day to check all of them." Please help.Windows7

    "While in MY MUSIC on itunes, all my music is unchecked.  I can not check whole playlists by using the top checkmark to select all.  I went to all my playlists, same thing.  I can only press them ONE at a time, which will take about a day to check all of them.
    any ideas?  anyone have same problem?  This just happened since last update." I have windows7

    Thanks A Lot! I should have clicked: "This solved my question" But Thanks all the same!

  • Since loading the latest version of firefox i can no longer print. instead a message comes up "can not load library 'DLBAPRP.DLL' using defaults, error 126. what happened?

    error 126 can not load library "DLBAPRP.DLL" using defaults. this message appears when we try to print from our web bookmarks or any acrobat or pdf files

    That error seems to be new with Firefox 4 - never heard of it with earlier versions of Firefox, but it goes back many years in various Windows programs.
    See this [http://www.google.com/search?client=ubuntu&channel=fs&q=DLBAPRP.Dll&ie=utf-8&oe=utf-8 search].

  • HT2188 I can hear caller but they can not hear me except when using speaker phone

    I can hear caller but they can not hear me except when using speaker phone

    First of all,  make sure that your iPhone as the most recent iOS available. Check in "Settings>General>Software Update".
    One other problem could be your microphone. Does it work for anything else other than a call?
    Good-Luck!
    kpower28
    Please mark this as "solved my problem" or "helped me"!

  • I can not sign in to FaceTime using my apple id

    I can not sign in to FaceTime using my @mac.com apple id, each time i try encounter the following message:
    The server encountered an error processing registration. Please try later. This has been an ongoing issue for several days.
    I am also unable to access Facetime preferences
    any suggestions for a fix please?

    I was having this problem and was able to fix it by going to system preferences and adding my @me email address as an additional apple id - then I signed on to facetime using that sign on info and it worked.  Good luck.as

Maybe you are looking for

  • Photos that are in Faces display as exclamation mark

    Photos that have been through "face recognition" now appear not to display. They show ok in thumbnail but when double clicked for full screen an exclamation mark is displayed.

  • J2ME in Pocket PC - sockets - serial port

    Hi Guys, I am writing a J2ME application for a Pocket PC using Windows Mobile 2003 I have chosen the J9 VM to run my J2ME applications on the PPC. My application will use tcp/ip sockets communication to connect to a server. Do you know if there are a

  • Connecting G5

    Not Sure if I am posting question in right area. Here goes: I have a G5 2.0 connected to two(2) apple monitors (17 &20). I have airport express and cable modem. I want to connect to my 53 inch HD TV downstairs. I can run cable/wire or wireless. I wan

  • How to print Warranty (Duration) on Delivery Note using PLD

    Hi, How can I print Warranty (No. of Months) on Delivery Note using PLD. Warranty is already defined in a service template which is assigned to Item Master record. when i try to print "duration" from OCTT is shows all the duration values set in all s

  • Tieing material reservation with purchase order

    Hi,      At my client site they make manual reservations to create demand and thus trigger purchase orders to replenish it. Once the PO is GRed then the manual reservations are manually deleted. This is extra work for the planners/buyers. Is there an