Class completion in web.xml not honoring module dependencies ?
I have a web project configured using maven.
It depends on a java project that defines some servlet.
Those servlets are referenced from my web.xml , and the ear works fine.
But IDEA says the servlet classes cannot be resolved, and when trying autocompletion doesn't propose them.
Anyone seen this already ?
Please sign in to leave a comment.
Hello Thibaut,
Checked this in 7065, servlet/servlet-class element of web.xml. If dependency
between modules is set in IDEA, then class is resolved Ok for me.
Alexander.
THere seem to have been inconsistencies of some sort, this is now working fine, sorry for that