Env: MyEclipse 4.1.1 / Jboss IDE 1.5
I sent a fellow developer a workspace with an app all setup and working.
When he opens it he gets this error:
cvc-elt.1: Cannot find the declaration of element ‘jboss-web’
I brought his workspace back over to my machine and I get this same error now. My old workspace still works w/o errors.
Problem has been resolved by performing these steps:
======
1) Using Explorer > nav to your wspace area
2) Replace jboss-web.xml with the attached one (had DTD specified)
3) Under the web app folder you will see a .settings > select all > delete all content
4) Unzip the attached content into the .settings folder
5) Fire up MyEclipse
6) Perform a Build All
7) Whoola (take 2)