This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 86535 - The "Check XML" feature in BPEL Editor does not give a clear output message
Summary: The "Check XML" feature in BPEL Editor does not give a clear output message
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-05 03:00 UTC by hemant_bedekar
Modified: 2007-08-02 05:54 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hemant_bedekar 2006-10-05 03:00:58 UTC
If you want to check the well-formedness of the XML in the BPEL Editor, you can
do so using the "Check XML" button (single green-colored down-pointing chevron
on the toolbar). This check funstion does not give a clear output message like
"XML is Valid" or "XML is NOT well-formed". For example, I have a valid BPEL
file, and when I run the "Check XML" function, I get this output

---------------------------------------
XML checking started.

Checking
file:/C:/Projects/30_Alaska/Netbeans_Projects/BRE_Integration_Demo/src/ProcessApplication.bpel...
XML checking finished.
---------------------------------------

Clearly, the output message needs to improve. I cannot tell from the message
whether the XML was validated successfully or if it failed. 
Also Green and Red color should be used to denote Success and Failure
respectively. (like when using the JUnit test feature)
Comment 1 Michael Frisino 2006-10-05 11:11:33 UTC
This is not a BPEL specific feature. This is the same Check XML action used by
the entire XML infrastructure. It is a simple check for well-formedness.

Reassigning to XML category.
Comment 2 Samaresh Panda 2007-08-02 05:54:36 UTC
Will revisit post 6.0