SessionBean1 has disappeared from outline and is read as null
My Session bean is now lost to the IDE. It is listed in the project view but that is it. It is still correctly listed in the managed-beans.xml but the IDE will not load it. The webapp still launches and runs fine, but I cannot see anything in the ide as it says it can't evaluate properties from the now null sessionbean1. I have menu components bound to properties in sessionbean1. This is a killer. I am going to have to redo everything...a ton of work.
- Mark
Message was edited by:
CandideEC
Hi CandideEC,
I asked around and got this from one of the developers:
--
Make sure there are no syntax errors in the file. I have had this problem in the past where a bean is missing from outline and I also can't use IDE features like binding. The problem was that there were errors in the bean. In my case I was referencing items that I had deleted from other beans so the project could build yet there were errors in the bean's file. I bet the users request bean has errors. They can just comment out the errors(or better yet fix them) to get it to show up in the outline and binding dialogs.
--
Hope it helps.
Lark
Creator Team