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

Summary: The "Check XML" feature in BPEL Editor does not give a clear output message
Product: xml Reporter: hemant_bedekar <hemant_bedekar>
Component: CodeAssignee: issues@xml <issues>
Status: NEW ---    
Severity: blocker CC: issues, lchang
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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