Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Validation of JSP with VXML hangs
Validation of JSP with VXML hangs [message #193604] Wed, 30 May 2007 12:44 Go to next message
Eclipse UserFriend
Originally posted by: tschudde.nortel.com

Using Eclispe 3.2.2, I have a simple project that contain a JSP with VXML
syntax. When I add the ValidationBuiler,
org.eclipse.wst.validation.validationbuilder, to the project's ".project"
file, it runs through all the validation routines when the project is
built. The HTML Syntax Validator runs against the jsp with the VXML syntax
and hangs. This causes the CPU utilization to peg at 100%. Canceling the
validator does not kill the thread that runs the validator and I have to
kill eclipse. Generally, a VXML page does not contain a DOCTYPE reference
since the vxml tag references the schema that is used. However, if I
specifically place the DOCTYPE entry in the page, the HTML Syntax
validator does not hang.

I would have thought that if the validator could not figure out the
document type, it would issue a warning and terminate?

Is having a DOCTYPE declaration required for jsp development on eclipse?
Re: Validation of JSP with VXML hangs [message #193693 is a reply to message #193604] Thu, 31 May 2007 04:47 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Tom Schudde wrote:
> Using Eclispe 3.2.2, I have a simple project that contain a JSP with
> VXML syntax. When I add the ValidationBuiler,
> org.eclipse.wst.validation.validationbuilder, to the project's
> ".project" file, it runs through all the validation routines when the
> project is built. The HTML Syntax Validator runs against the jsp with
> the VXML syntax and hangs. This causes the CPU utilization to peg at
> 100%. Canceling the validator does not kill the thread that runs the
> validator and I have to kill eclipse. Generally, a VXML page does not
> contain a DOCTYPE reference since the vxml tag references the schema
> that is used. However, if I specifically place the DOCTYPE entry in the
> page, the HTML Syntax validator does not hang.
> I would have thought that if the validator could not figure out the
> document type, it would issue a warning and terminate?
>
> Is having a DOCTYPE declaration required for jsp development on eclipse?

It shouldn't be. Please open a bug report so we can investigate
this further. In addition to Eclipse 3.2.2, please mention what
else you have installed such as the WTP version, etc., so we know
where to start looking.

--
Nitin Dahyabhai
Structured Source Editor


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Validation of JSP with VXML hangs [message #193718 is a reply to message #193693] Thu, 31 May 2007 13:38 Go to previous message
Eclipse UserFriend
Originally posted by: tschudde.nortel.com

Thanks, I will gather the info and provide a very small jsp with vxml code
Previous Topic:Problem with requested resource not available
Next Topic:gtk eclipse 3.2 crash opening web.xml under webtools 1.5.4
Goto Forum:
  


Current Time: Fri Apr 19 03:18:27 GMT 2024

Powered by FUDForum. Page generated in 0.02574 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top