In the office where I work we use MyEclipse as IDE and constantly when editing XML files or JSP in some projects, using MyEclipse 6.0.1 GA, has typically launches a pop every time we try to keep this type of files with the following errors:
DURING An internal error occurred: "JSP Content Validator".
org / eclipse / wst / sse / ui / internal / Reconcile / validator / ValidationHelper
DURING An internal error occurred: "JSP Semantics Validator (JSF)."
org / eclipse / wst / sse / ui / internal / Reconcile / validator / ValidationHelper
DURING An internal error occurred: "JSP Syntax Validator".
org / eclipse / wst / sse / ui / internal / Reconcile / validator / ValidationHelper
And as I ran out of patience, I was investigating and apparently many people have the same problem, but found a quick fix but nothing attractive, which is to disable the validation of JSP and JSF.
To do this we must open the preferences window is
MyEclipse menu -> Preferences
...
JSF Application Configuration
Validator,
JSP Content Validator
,
JSP Semantics Validator
,
JSP Syntax Validator
With this we will provisionally
fixed the error of the validations
showing those annoying pop-ups whenever we want to save a file or
JSP XML
- .
0 comments:
Post a Comment