[jdom-interest] Error in build : trinity

John L. Webber John.Webber at jentro.com
Thu Nov 13 07:16:45 PST 2003


Hello Michael,

Did you see Per's post a few hours back? He suggested a concurrency 
issue. Where does the InputStream come from?

It would be useful to know if you're using the latest version of JDOM -- 
some earlier versions might be incompatible with various environments. 
Can you log the stack trace in your catch block as well, instead of just 
logging the message? Are you running in an application server?

I'm by no means a JDOM guru -- just an occasional user.

John

Michael_Harley at bankofscotland.co.uk wrote:

>I haven't been able to get the information you asked for, in particular the
>XML is covered by the Data Protection Act. Is there anything you could
>suggest from the code? Is this 'trinity' word something traceable?
>
>private void getRootElement( InputStream input ) throws
>org.jdom.JDOMException {
>
>      SAXBuilder builder = new SAXBuilder(true);
>
>      doc = builder.build( input );
>
>      root = doc.getRootElement();
>}
>
>...catch (org.jdom.JDOMException e ) {
>      log.error ("Document Failed XML parsing "  + e.getMessage());
>
>
>
>
>  
>

-- 
---------------------------------------------------------
 Jentro Technologies GmbH
 John L. Webber, Software Development
---------------------------------------------------------
 Rosenheimer Str. 145e	    81671 München
 Tel. +49 700 881 199 88    mailto:John.Webber at jentro.com 
 Fax  +49 700 881 199 88    http://www.jentro.com
---------------------------------------------------------
NOTICE: The information contained in this e-mail is confidential or may otherwise be legally privileged. It is intended for the named recipient only. If you have received it in error, please notify us immediately by reply or by calling the telephone number above and delete this message and all its attachments without any use or further distribution of its contents. Please note that any unauthorised review, copying, disclosing or otherwise making use of the information is strictly prohibited. Thank you. 
---------------------------------------------------------





More information about the jdom-interest mailing list