Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] SERVLET_NAME Property not located upon Maven Configuration Update

Unfortunately, upgrading Eclipse is not an option.

But unchecking  Preferences > Maven > Java EE Integration > JSF Configurator seems to have done the job so far.

Thanks!

Eric


On Tue, Feb 2, 2016 at 11:44 AM, Fred Bricon <fbricon@xxxxxxxxx> wrote:
Looks like you're trying to use m2e with a really old Eclipse version. This error looks like m2e-wtp (the JSF integration) is expecting to use a more *recent* WTP API, that can't be found in your Eclipse installation.
If upgrading Eclipse is not an option, then you can try to uncheck Preferences > Maven > Java EE Integration > JSF Configurator



On Tue, Feb 2, 2016 at 11:26 AM, Eric B <ebenzacar@xxxxxxxxx> wrote:
I'm using Eclipse Juno with M2e 1.5.2 installed.

Generally speaking, everything seems to be working properly, however, recently, I keep seeing this error message when I try to update a WAR project (I actually have 3 wars that fail this way)

Could not update project ComStatic configuration
Property not located:IJSFFacetInstallDataModelProperties.SERVLET_NAME

I've looked through my web.xml and all my servlets are properly named (they all have servlet-name properties).

I could not find any reference/documentation regarding this error anywhere.

Can anyone point me in the right direction how to debug/resolve this issue?

 Thanks,

Eric


_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users



--
"Have you tried turning it off and on again" - The IT Crowd
And if that fails, then http://goo.gl/tnBgH5

_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top