Bugs item #681013, was opened at 2003-02-05 16:00
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=681013&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Rod Burgett (rodburgett)
Assigned to: Nobody/Anonymous (nobody)
Summary: Patch for bug #664400 - JNDIView.listXML output ill-formed

Initial Comment:
If JNDIView.listXML() encounters an error, the output 
string is ill-formed XML.  See bug for detailed problem 
description.

The essential problem is the try/catch blocks are too 
big, not specific enough.  The attached diff file 
essentially refactors try/catch handling to make sure 
XML tags are paired properly.


----------------------------------------------------------------------

>Comment By: Rod Burgett (rodburgett)
Date: 2003-03-18 19:14

Message:
Logged In: YES 
user_id=681969

After posting this, I discovered another exception path 
through which closing tags can be lost in case of error.  The 
attached diff output represents an improved refactoring of the 
listXML() processing.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=681013&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to