History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-24157
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Peter Gromov
Reporter: Christof Schoell
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Good Code Red: CDATA Section in web.xml : Cannot resolve Symbol <![CDATA[

Created: 18 Dec 07 13:09   Updated: 16 Jan 08 14:18
Component/s: Editor. Error Highlighting
Fix Version/s: Selena 7.0.3, Diana 8243

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment:
Windows XP SP2
JDK 1.6.0_02
AndroMDA generated Project


Build: 7,590
Fixed in build: 7,647
Severity: High


 Description  « Hide
The following code is shown red in my web.xml

<error-page>
<error-code>400</error-code>
<location><![CDATA[/error-page.jsp?code=400]]></location>
</error-page>

The error message is

Cannot resolve Symbol <![CDATA[

This should be good code and it works fine in my Tomcat / JBoss as well.



 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 14 Jan 08 17:54
7645: currently in the same code the red fragment is "<Unable to render embedded object: File ([CDATA[/error-page.jsp" and the error message is the same as reported. Quick fix suggests to create a directory "<) not found.[CDATA[", which fails, of course.

Alexander Chernikov - 16 Jan 08 14:18
7650, 8100: fix confirmed.