Re: XMLGrammarLoader memory leaks?

2007-02-07 Thread Michael Glavassevich
Hi Chris, Chris Simmons <[EMAIL PROTECTED]> wrote on 02/05/2007 09:00:04 AM: > Hi, > > I've been trying to track down memory leaks in our application and have > noticed that the XMLGrammarLoader internally retains hard references to > schema grammars after completing a parse. This occurs in t

Re: Well Formed Checking

2007-02-07 Thread Michael Glavassevich
Hi Chris, Xerces will report SAX events up until the point it detects a well-formedness error. Are you sure there isn't a problem earlier in the document which wasn't being detected with the older (buggy) version of Xerces? Thanks. Michael Glavassevich XML Parser Development IBM Toronto Lab E

Re: Well Formed Checking

2007-02-07 Thread cbowditch
Hi Michael, thanks for the reply. I am quite sure there isn't an error earlier in the file. The error message provided by both versions of Xerces is the same. The XML structure has this opening sequence: There are several data

Re: Well Formed Checking

2007-02-07 Thread keshlam
Are you sure this isn't just a change in the error message? The document contains an unexpected end-tag (because the begin-tag is missing, but there's no way the lexer can determine that). The current message tells you what end-tag was expected rather than which one was found, but it's correct. _

Re: Xerces 2.9.0 out on ibiblio?

2007-02-07 Thread Eric J. Schwarzenbach
I take it this hasn't happened yet? I'm not finding it, but maybe you've switched to using a different path? Michael Glavassevich wrote: > I'll be vacationing over the next two weeks. Hopefully someone will step > up to the plate if they really need this in the repo before the new year. > > Mich

Re: Xerces 2.9.0 out on ibiblio?

2007-02-07 Thread Michael Glavassevich
When Nathan got busy nobody volunteered to pick it up. I'm not sure what the status is now. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] "Eric J. Schwarzenbach" <[EMAIL PROTECTED]> wrote on 02/07/2007 05:28:16 PM: > I take it t

Re: Well Formed Checking

2007-02-07 Thread Michael Glavassevich
Hi Chris, cbowditch <[EMAIL PROTECTED]> wrote on 02/07/2007 11:44:31 AM: > Hi Michael, > > thanks for the reply. I am quite sure there isn't an error earlier in the > file. The error message provided by both versions of Xerces is the same. The > XML structure has this opening sequence: > > >

Schema for Validation picked up on one machine, not another

2007-02-07 Thread Tim Carpenter
Hi, I am having an issue validating documents against my schema when running the application on another machine. I use the following with schemaUrl containing the URL of the Schema I want to use, parser being a SAXparser parser.setFeature("http://x

Re: Xerces 2.9.0 out on ibiblio?

2007-02-07 Thread Nathan Beyer
Sorry. I did get busy. The Maven group has a new, more simple means of uploading stuff to the central repo now, so I started looking at this again the other day, but I ran into a question that I was trying to track down and just now gave up. The oddity is that the Xerces 2.9.0 contains a 'serial

Re: Xerces 2.9.0 out on ibiblio?

2007-02-07 Thread Michael Glavassevich
[EMAIL PROTECTED] wrote on 02/07/2007 10:41:52 PM: > Sorry. I did get busy. > > The Maven group has a new, more simple means of uploading stuff to the > central repo now, so I started looking at this again the other day, > but I ran into a question that I was trying to track down and just now > g

Re: Xerces 2.9.0 out on ibiblio?

2007-02-07 Thread Nathan Beyer
Assuming the serializer.jar is an important dependency for Xerces functionality, then I'd say that's up to the Xerces team. There are basically two options - * Wait for the next Xalan release, upload that under the 'xalan' group ID and link Xerces to that serializer.jar in the as a dependency. *

Re: Xerces 2.9.0 out on ibiblio?

2007-02-07 Thread Michael Glavassevich
Nathan, I'm not sure what Maven users expect the repository layout to look like but the second option sounds like it could confuse folks. IMHO, this jar really belongs amongst the Xalan artifacts. Thanks. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-m