[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools.jsf] Re: NPE from faces config editor

Michael Giroux wrote:

As background, it is important to note that this error occurs in a project that was originally a simple Java project. It has been migrated to

It looks like a bug. I opened one: https://bugs.eclipse.org/bugs/show_bug.cgi?id=254777.


Most likely what is happening is that the editor doesn't think you're in a dynamic web project. Adding the dynamic web projects manually (which isn't "supported" behaviour, but should work) requires to you to edit settings/org.eclipse.wst.common.project.facet.core.xml. To see what should do there, create a new empty dynamic web project with the JSF facet and look at the file that gets created.


--Cam