<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-264</id>
	<title>Nabble - Apache XML - Commons - Dev</title>
	<updated>2009-12-23T03:21:41Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Apache-XML---Commons---Dev-f264.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-XML---Commons---Dev-f264.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26900816</id>
	<title>DO NOT REPLY [Bug 48434] New: Problem in sending greece charcters over axis</title>
	<published>2009-12-23T03:21:41Z</published>
	<updated>2009-12-23T03:21:41Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48434&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48434&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Problem in sending greece charcters over axis
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: XmlCommons
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 1.x
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: PC
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Windows Server 2003
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: major
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: SAX
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26900816&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;commons-dev@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26900816&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aseem.bathla1@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi All,
&lt;br&gt;&lt;br&gt;I need one help from you. I have published a Web Service. There is one method
&lt;br&gt;in web service which accepts a String as input parameter.
&lt;br&gt;The value of this String should be an xml Template which is
&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;emailDetails xmlns=&amp;quot;&lt;a href=&quot;http://xyz.net/abc/namespace&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xyz.net/abc/namespace&lt;/a&gt;&amp;quot;
&lt;br&gt;xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot;
&lt;br&gt;xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://xyz.net/abc/namespace&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xyz.net/abc/namespace&lt;/a&gt;&lt;br&gt;C:\java\aaa\xml\emailXMLSchema.xsd&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;subject&amp;gt;Subj in Greece: Νέες ευκαιρίες απασχόλησης&amp;lt;/subject&amp;gt;
&lt;br&gt;&amp;lt;type&amp;gt;Subj in Greece: Νέες ευκαιρίες απασχόλησης&amp;lt;/type&amp;gt;
&lt;br&gt;&amp;lt;url&amp;gt;&amp;lt;![CDATAhttp://localhost:8080/AppName/activate_new_account.jsp?key=KEY_HOLE]&amp;gt;&amp;lt;/url&amp;gt;
&lt;br&gt;&amp;lt;bodyText&amp;gt;
&lt;br&gt;&amp;lt;![CDATA[&amp;lt;html&amp;gt;&amp;lt;body&amp;gt;&amp;lt;p&amp;gt;
&lt;br&gt;Νέες ευκαιρίες απασχόλησης: Ιατρικοί Επισκέπτες Αθήνα/Θεσσαλονίκη/Ιωάννινα
&lt;br&gt;/Ηράκλειο Κρήτης/Καβάλα/Τρίκαλα/Σέρρες
&lt;br&gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;]]&amp;gt;
&lt;br&gt;&amp;lt;/bodyText&amp;gt;
&lt;br&gt;&amp;lt;from&amp;gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26900816&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aseem.bathla1@...&lt;/a&gt;&amp;lt;/from&amp;gt;
&lt;br&gt;&amp;lt;/emailDetails&amp;gt;
&lt;br&gt;&lt;br&gt;My webservice accepts this content in the form of String Object. It will parse
&lt;br&gt;this template(String object) using SAX parser and finds the following attribute
&lt;br&gt;Subject,Body,From,Recipient and constructs and sends out the mail to the
&lt;br&gt;recipient which is working fine with English language. I have some Greece
&lt;br&gt;clients also. When i edited the body part in Greek language. Instead of sending
&lt;br&gt;those Greek characters some question marks are coming to that mail.
&lt;br&gt;I extracted the code out which parses that XML Template and sends out the mail.
&lt;br&gt;I created one java project using that code. Parser parsed that template and
&lt;br&gt;sent the mail successfully with the Greek characters. I suspect that Axis or
&lt;br&gt;Soap engine is not supporting Greece Characters.But when &amp;nbsp;i am using that code
&lt;br&gt;in webservice it is not working. So i suspect that axis does not support Greece
&lt;br&gt;characters.
&lt;br&gt;I tried with encoding=&amp;quot;ISO-8859-7&amp;quot; and UTF-8 both but it din't work.
&lt;br&gt;&lt;br&gt;Could any one help me in solving this problem?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Aseem Bathla
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48434--New%3A-Problem-in-sending-greece-charcters-over-axis-tp26900816p26900816.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26824023</id>
	<title>[ANNOUNCEMENT]: XML Commons External 1.2.06 now available</title>
	<published>2009-12-16T22:57:27Z</published>
	<updated>2009-12-16T22:57:27Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;Hi everyone,&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;The XML Commons team is pleased to announce that version 1.2.06 of XML Commons External is now available. This is a maintenance release of the JAXP 1.2 APIs which were included in Xerces-J 2.6.2 and earlier.&lt;br&gt;
&lt;br&gt;
Specifically, the changes introduced in this release are:&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Fixed a bug in StreamResult where it was not escaping non-ASCII characters in its conversion of a java.io.File object to a system identifier.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Modified the FactoryFinder and SecuritySupport classes to prevent them from being extended or instantiated.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Eliminated the creation of temporary Boolean objects in the SecuritySupport classes.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Eliminated the creation of short lived StringBuffer and String objects in each of the FactoryFinder classes. The debug print method calls were creating instances of StringBuffer and String which were never read.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Updated each of the JAXP factory classes so that they treat an empty string value for their system property as if it had not been set. Previously the factories would make a futile attempt to create an instance of a class named &amp;quot;&amp;quot; and then fail.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Fixed the Implementation-Vendor and Implementation-URL entries in the jar manifest.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Fixed miscellaneous typographical errors in the Javadocs.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;The source and binary distributions are available for download here: &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://xerces.apache.org/mirrors.cgi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xerces.apache.org/mirrors.cgi&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;For more information please visit: &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://xml.apache.org/commons/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xml.apache.org/commons/&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26824023&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26824023&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCEMENT-%3A-XML-Commons-External-1.2.06-now-available-tp26824023p26824023.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26823976</id>
	<title>[ANNOUNCEMENT]: XML Commons External 1.3.05 now available</title>
	<published>2009-12-16T22:50:14Z</published>
	<updated>2009-12-16T22:50:14Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;Hi everyone,&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;The XML Commons team is pleased to announce that version 1.3.05 of XML Commons External is now available. &lt;/tt&gt;&lt;tt&gt;This is a maintenance release of the JAXP 1.3 APIs which were included in Xerces-J 2.7.0 to Xerces-J 2.9.1.&lt;br&gt;
&lt;/tt&gt;&lt;tt&gt;&lt;br&gt;
Specifically, the changes introduced in this release are:&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Fixed bugs in SchemaFactory and XPathFactory which caused them to always use the system ClassLoader when searching for META-INF/services files instead of the ClassLoader that would be used to load the concrete factory class.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Fixed the FactoryFinders so that they no longer catch and ignore ThreadDeath and serious VM errors such as an OutOfMemoryError or a StackOverflowError.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Fixed the default implementation of DatatypeFactory.createDurationDayTime(long) so that it behaves according to the JAXP specification. Previously it was just delegating to DatatypeFactory.newDuration(long) which has different behaviour than the createDurationDayTime method.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Corrected the default implementations of DatatypeFactory.newDurationYearMonth() and DatatypeFactory.newDurationDayTime() so that they behave according to the JAXP specification. These methods must reject lexical values which are not valid instances of xs:yearMonthDuration and xs:dayTimeDuration. They were not doing so before.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Fixed bugs which could cause NullPointerExceptions to be thrown from the default implementations of Duration.getYears(), Duration.getMonths(), etc...&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Fixed bugs in the DatatypeFactory.newDurationDayTime() and DatatypeFactory.newDurationYearMonth() methods where BigIntegers were being created for DatatypeConstants.FIELD_UNDEFINED values instead of assigning the value to null in the Duration.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Updated each of the JAXP factory classes so that they treat an empty string value for their system property as if it had not been set. Previously the factories would make a futile attempt to create an instance of a class named &amp;quot;&amp;quot; and then fail.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Implemented minor performance improvements in XMLGregorianCalendar.equals() and Duration.equals(). If the given object is &amp;quot;this&amp;quot; object return true immediately.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Eliminated an unnecessary conversion to String in Duration.multiply(int).&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Updated the File to URI conversion code in StreamResult so that it is consistent with StreamSource.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Fixed miscellaneous typographical errors in the Javadocs.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;The source and binary distributions are available for download here: &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://xerces.apache.org/mirrors.cgi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xerces.apache.org/mirrors.cgi&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;For more information please visit: &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://xml.apache.org/commons/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xml.apache.org/commons/&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823976&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823976&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCEMENT-%3A-XML-Commons-External-1.3.05-now-available-tp26823976p26823976.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26823837</id>
	<title>Re: Unable to build xml-commons website with Forrest 0.7</title>
	<published>2009-12-16T22:35:36Z</published>
	<updated>2009-12-16T22:35:36Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;David Crossley &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823837&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;crossley@...&lt;/a&gt;&amp;gt; wrote on 12/17/2009 01:26:51 AM:&lt;br&gt;
&lt;br&gt;
&amp;gt; Michael Glavassevich wrote:&lt;br&gt;
&amp;gt; &amp;gt; Tim Williams wrote:&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Without all the initial output from the build it's tough to say, but I&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; wonder if you've run into a plugin version problem[1]. &amp;nbsp;Would it be&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; much trouble to upgrade to 0.8? &amp;nbsp;I have no clue whether this would&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; work or not with a 0.7 instance, but if you can't just upgrade, you&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; might try adding a 0.1 extension to the pdf plugin - though, honestly,&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; I haven't seen that error before in an instance like that.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; 0.8 (which I tried first) didn't work for me either, so gave 0.7 a spin&lt;br&gt;
&amp;gt; &amp;gt; because it was listed in the build instructions for the site. David's&lt;br&gt;
&amp;gt; &amp;gt; suggestion to turn off PDF generation did the trick.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; --tim&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; [1] - &lt;a href=&quot;http://forrest.apache.org/docs_0_80/faq.html#older-plugins&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forrest.apache.org/docs_0_80/faq.html#older-plugins&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Yes, i wondered if this might be the issue.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; The PDF plugin was upgraded recently and re-deployed.&lt;br&gt;
&amp;gt; However it was not deployed properly, by incrementing its&lt;br&gt;
&amp;gt; version numbers. So the currently deployed plugin cannot&lt;br&gt;
&amp;gt; be used with 0.7 or 0.8 versions of Forrest.&lt;br&gt;
&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Ah. I was about to ask how this could have worked before. That explains it.&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&lt;br&gt;
&amp;gt; I made the following change to forrest.properties to use an&lt;br&gt;
&amp;gt; old version of the PDF plugin, and committed it to xml-commons today.&lt;br&gt;
&amp;gt; It now works for me with Forrest-0.7&lt;br&gt;
&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Thanks for that. I'm republishing the site right now with the PDFs.&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&lt;br&gt;
&amp;gt; --------------&lt;br&gt;
&amp;gt; -&lt;br&gt;
&amp;gt; project.required.plugins=org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.input.projectInfo-0.&lt;br&gt;
&amp;gt; 1&lt;br&gt;
&amp;gt; +project.required.plugins=org.apache.forrest.plugin.output.pdf-0.&lt;br&gt;
&amp;gt; 1,org.apache.forrest.plugin.input.projectInfo-0.1&lt;br&gt;
&amp;gt; --------------&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; We will take that up on our dev list.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Sorry for the inconvenience.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; -David&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823837&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823837&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;tt&gt;&lt;br&gt;
&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-build-xml-commons-website-with-Forrest-0.7-tp26814790p26823837.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26823797</id>
	<title>DO NOT REPLY [Bug 48402] [patch] miscellaneous minor cleanups</title>
	<published>2009-12-16T22:29:15Z</published>
	<updated>2009-12-16T22:29:15Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48402&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48402&lt;/a&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Dave Brosius &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823797&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dbrosius@...&lt;/a&gt;&amp;gt; 2009-12-16 22:29:14 UTC ---
&lt;br&gt;Created an attachment (id=24719)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;https://issues.apache.org/bugzilla/attachment.cgi?id=24719&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/attachment.cgi?id=24719&lt;/a&gt;)
&lt;br&gt;miscellaneous fixes
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48402--New%3A--patch--miscellaneous-minor-cleanups-tp26823795p26823797.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26823795</id>
	<title>DO NOT REPLY [Bug 48402] New: [patch] miscellaneous minor cleanups</title>
	<published>2009-12-16T22:28:30Z</published>
	<updated>2009-12-16T22:28:30Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48402&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48402&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: [patch] miscellaneous minor cleanups
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: XmlCommons
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 1.x
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: PC
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: trivial
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Resolver
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823795&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;commons-dev@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823795&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dbrosius@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Fix various issues including
&lt;br&gt;&lt;br&gt;switch to use 'modern--1.2' collection apis
&lt;br&gt;remove unused assignments
&lt;br&gt;fix javadoc
&lt;br&gt;fix bloated assignment scope
&lt;br&gt;remove duplication
&lt;br&gt;make sure files are closed
&lt;br&gt;npe guards
&lt;br&gt;remove unnecessary fields
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48402--New%3A--patch--miscellaneous-minor-cleanups-tp26823795p26823795.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26823782</id>
	<title>Re: Unable to build xml-commons website with Forrest 0.7</title>
	<published>2009-12-16T22:26:37Z</published>
	<updated>2009-12-16T22:26:37Z</updated>
	<author>
		<name>David Crossley</name>
	</author>
	<content type="html">Michael Glavassevich wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Tim Williams wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Without all the initial output from the build it's tough to say, but I
&lt;br&gt;&amp;gt; &amp;gt; wonder if you've run into a plugin version problem[1]. &amp;nbsp;Would it be
&lt;br&gt;&amp;gt; &amp;gt; much trouble to upgrade to 0.8? &amp;nbsp;I have no clue whether this would
&lt;br&gt;&amp;gt; &amp;gt; work or not with a 0.7 instance, but if you can't just upgrade, you
&lt;br&gt;&amp;gt; &amp;gt; might try adding a 0.1 extension to the pdf plugin - though, honestly,
&lt;br&gt;&amp;gt; &amp;gt; I haven't seen that error before in an instance like that.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 0.8 (which I tried first) didn't work for me either, so gave 0.7 a spin
&lt;br&gt;&amp;gt; because it was listed in the build instructions for the site. David's
&lt;br&gt;&amp;gt; suggestion to turn off PDF generation did the trick.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; --tim
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [1] - &lt;a href=&quot;http://forrest.apache.org/docs_0_80/faq.html#older-plugins&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forrest.apache.org/docs_0_80/faq.html#older-plugins&lt;/a&gt;&lt;/div&gt;&lt;br&gt;Yes, i wondered if this might be the issue.
&lt;br&gt;&lt;br&gt;The PDF plugin was upgraded recently and re-deployed.
&lt;br&gt;However it was not deployed properly, by incrementing its
&lt;br&gt;version numbers. So the currently deployed plugin cannot
&lt;br&gt;be used with 0.7 or 0.8 versions of Forrest.
&lt;br&gt;&lt;br&gt;I made the following change to forrest.properties to use an
&lt;br&gt;old version of the PDF plugin, and committed it to xml-commons today.
&lt;br&gt;It now works for me with Forrest-0.7
&lt;br&gt;&lt;br&gt;--------------
&lt;br&gt;-project.required.plugins=org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.input.projectInfo-0.1
&lt;br&gt;+project.required.plugins=org.apache.forrest.plugin.output.pdf-0.1,org.apache.forrest.plugin.input.projectInfo-0.1
&lt;br&gt;--------------
&lt;br&gt;&lt;br&gt;We will take that up on our dev list.
&lt;br&gt;&lt;br&gt;Sorry for the inconvenience.
&lt;br&gt;&lt;br&gt;-David
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-build-xml-commons-website-with-Forrest-0.7-tp26814790p26823782.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26823733</id>
	<title>Re: Unable to build xml-commons website with Forrest 0.7</title>
	<published>2009-12-16T22:19:30Z</published>
	<updated>2009-12-16T22:19:30Z</updated>
	<author>
		<name>David Crossley</name>
	</author>
	<content type="html">Michael Glavassevich wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; David Crossley wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; One workaround to get the release published would be to disable
&lt;br&gt;&amp;gt; &amp;gt; the &amp;quot;PDF&amp;quot; production:
&lt;br&gt;&amp;gt; &amp;gt; In src/documentation/skinconf.xml disable-pdf-link = true
&lt;br&gt;&amp;gt; &amp;gt; In forrest.properties project.required.plugins remove pdf plugin
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks, that worked well enough to get the pages I wanted generated, but it
&lt;br&gt;&amp;gt; still didn't complete cleanly:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;quot;Logging Error: Writing event to closed stream.
&lt;br&gt;&amp;gt; Total time: 0 minutes 20 seconds, &amp;nbsp;Site size: 230,302 Site pages: 38
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; BUILD FAILED
&lt;br&gt;&amp;gt; D:\apache-forrest-0.7\main\targets\site.xml:41: Java returned: 1&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm not going to worry about that though.
&lt;/div&gt;&lt;br&gt;Yes it is a strange message with forrest-0.7 that is ignorable.
&lt;br&gt;&lt;br&gt;&amp;gt; I'm just trying to build an existing site (that I didn't develop aside from
&lt;br&gt;&amp;gt; adding a little bit of content). I'm not sure what requirements it has, but
&lt;br&gt;&amp;gt; I tried 0.8 first and it also didn't work. I vaguely remember the last time
&lt;br&gt;&amp;gt; around having to pick up a dev version of 0.7 and applying at least one
&lt;br&gt;&amp;gt; patch to it from SVN. Given that I couldn't get it to build cleanly with
&lt;br&gt;&amp;gt; 0.7 or 0.8 I have suspicion that the XML Commons site is locked into some
&lt;br&gt;&amp;gt; unreleased in-development version of Forrest (0.7?) and won't build
&lt;br&gt;&amp;gt; normally without that. At least I got the pages I needed after turning PDF
&lt;br&gt;&amp;gt; generation off.
&lt;br&gt;&lt;br&gt;That is not what i recall.
&lt;br&gt;&lt;br&gt;At the time, 0.7 was the current release of Forrest.
&lt;br&gt;The XML Commons project has not updated to Forrest-0.8 yet.
&lt;br&gt;So the Commons documentation still says that 0.7 is the
&lt;br&gt;agreed version in use.
&lt;br&gt;&lt;br&gt;The reason is as Tim described in another message today.
&lt;br&gt;See my later reply there.
&lt;br&gt;&lt;br&gt;-David
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-build-xml-commons-website-with-Forrest-0.7-tp26814790p26823733.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26822549</id>
	<title>Re: Unable to build xml-commons website with Forrest 0.7</title>
	<published>2009-12-16T19:26:31Z</published>
	<updated>2009-12-16T19:26:31Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;Tim,&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Tim Williams &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822549&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;williamstw@...&lt;/a&gt;&amp;gt; wrote on 12/16/2009 07:18:02 PM:&lt;br&gt;
&lt;br&gt;
&amp;gt; Without all the initial output from the build it's tough to say, but I&lt;br&gt;
&amp;gt; wonder if you've run into a plugin version problem[1]. &amp;nbsp;Would it be&lt;br&gt;
&amp;gt; much trouble to upgrade to 0.8? &amp;nbsp;I have no clue whether this would&lt;br&gt;
&amp;gt; work or not with a 0.7 instance, but if you can't just upgrade, you&lt;br&gt;
&amp;gt; might try adding a 0.1 extension to the pdf plugin - though, honestly,&lt;br&gt;
&amp;gt; I haven't seen that error before in an instance like that.&lt;br&gt;
&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;0.8 (which I tried first) didn't work for me either, so gave 0.7 a spin because it was listed in the build instructions for the site. David's suggestion to turn off PDF generation did the trick.&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&lt;br&gt;
&amp;gt; --tim&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; [1] - &lt;a href=&quot;http://forrest.apache.org/docs_0_80/faq.html#older-plugins&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forrest.apache.org/docs_0_80/faq.html#older-plugins&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thanks.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822549&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822549&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;tt&gt;&lt;br&gt;
&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-build-xml-commons-website-with-Forrest-0.7-tp26814790p26822549.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26822523</id>
	<title>Re: Unable to build xml-commons website with Forrest 0.7</title>
	<published>2009-12-16T19:20:20Z</published>
	<updated>2009-12-16T19:20:20Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;David,&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;David Crossley &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822523&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;crossley@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; Michael Glavassevich wrote:&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; It's been a long time since I've tried building the XML Commons website and&lt;br&gt;
&amp;gt; &amp;gt; I'm not sure how to get past this. I tried to build the site with a fresh&lt;br&gt;
&amp;gt; &amp;gt; install of Forrest 0.7 (recommended in the build instructions on the XML&lt;br&gt;
&amp;gt; &amp;gt; Commons website [1]) but had no luck. Hoping someone who uses Forrest more&lt;br&gt;
&amp;gt; &amp;gt; often would have an idea what's going on here.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I cannot help with those errors.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; One workaround to get the release published would be to disable&lt;br&gt;
&amp;gt; the &amp;quot;PDF&amp;quot; production:&lt;br&gt;
&amp;gt; In src/documentation/skinconf.xml disable-pdf-link = true&lt;br&gt;
&amp;gt; In forrest.properties project.required.plugins remove pdf plugin&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; -David&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thanks, that worked well enough to get the pages I wanted generated, but it still didn't complete cleanly:&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;&amp;quot;Logging Error: Writing event to closed stream.&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Total time: 0 minutes 20 seconds, &amp;nbsp;Site size: 230,302 Site pages: 38&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;BUILD FAILED&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;D:\apache-forrest-0.7\main\targets\site.xml:41: Java returned: 1&amp;quot;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;I'm not going to worry about that though.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;------------------------&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thomas,&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thomas Witteriede &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822523&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;thomas@...&lt;/a&gt;&amp;gt; wrote:&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;&amp;gt; Hi,&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; do you have any special requirements so that you are using Forrest 0.7?&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; The current stable release (to my knowledge) is 0.8, if it is not 0.9&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; already. Have a go with 0.8 and if you are using Windows, it might be&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; worth a try to use an older Java version (1.5_xx) instead of a current&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; one (works for me).&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; The web page you quoted seems ancient, go to&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; &lt;a href=&quot;http://forrest.apache.org/docs_0_80/your-project.html#installing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forrest.apache.org/docs_0_80/your-project.html#installing&lt;/a&gt; for a&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; more current doc on installing and using Forrest.&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; &lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; Best regards&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; Thomas&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;I'm just trying to build an existing site (that I didn't develop aside from adding a little bit of content). I'm not sure what requirements it has, but I tried 0.8 first and it also didn't work. I vaguely remember the last time around having to pick up a dev version of 0.7 and applying at least one patch to it from SVN. Given that I couldn't get it to build cleanly with 0.7 or 0.8 I have suspicion that the XML Commons site is locked into some unreleased in-development version of Forrest (0.7?) and won't build normally without that. At least I got the pages I needed after turning PDF generation off.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thanks.&lt;/tt&gt;&lt;tt&gt;&lt;br&gt;
&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822523&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822523&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-build-xml-commons-website-with-Forrest-0.7-tp26814790p26822523.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26819604</id>
	<title>Re: Unable to build xml-commons website with Forrest 0.7</title>
	<published>2009-12-16T14:27:00Z</published>
	<updated>2009-12-16T14:27:00Z</updated>
	<author>
		<name>David Crossley</name>
	</author>
	<content type="html">Michael Glavassevich wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It's been a long time since I've tried building the XML Commons website and
&lt;br&gt;&amp;gt; I'm not sure how to get past this. I tried to build the site with a fresh
&lt;br&gt;&amp;gt; install of Forrest 0.7 (recommended in the build instructions on the XML
&lt;br&gt;&amp;gt; Commons website [1]) but had no luck. Hoping someone who uses Forrest more
&lt;br&gt;&amp;gt; often would have an idea what's going on here.
&lt;br&gt;&lt;br&gt;I cannot help with those errors.
&lt;br&gt;&lt;br&gt;One workaround to get the release published would be to disable
&lt;br&gt;the &amp;quot;PDF&amp;quot; production:
&lt;br&gt;In src/documentation/skinconf.xml disable-pdf-link = true
&lt;br&gt;In forrest.properties project.required.plugins remove pdf plugin
&lt;br&gt;&lt;br&gt;-David
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-build-xml-commons-website-with-Forrest-0.7-tp26814790p26819604.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26819446</id>
	<title>[ANNOUNCEMENT]: XML Commons External 1.4.01 now available</title>
	<published>2009-12-16T14:15:26Z</published>
	<updated>2009-12-16T14:15:26Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;Hi everyone,&lt;br&gt;
&lt;br&gt;
The XML Commons team is pleased to announce that version 1.4.01 of XML Commons External is now available. This release updates the XML APIs to JAXP 1.4 and also introduces the StAX 1.0 and the &lt;/tt&gt;&lt;tt&gt;Element Traversal API&lt;/tt&gt;&lt;tt&gt;s. XML Commons External 1.4.01 will be included in the upcoming release of Xerces-J 2.10.0.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Specifically, the changes introduced in this release are:&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Added classes and method signatures introduced by JAXP 1.4.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Added the StAX 1.0 API (JSR 173). Sources based off of the distribution from Apache Geronimo.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Added the Java Language Binding for the Element Traversal API (org.w3c.dom.ElementTraversal).&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Added default implementations to SchemaFactory for the XML Schema 1.0 and 1.1 language identifiers.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Fixed bugs in SchemaFactory and XPathFactory which caused them to always use the system ClassLoader when searching for META-INF/services files instead of the ClassLoader that would be used to load the concrete factory class.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Updated each of the JAXP factory classes so that they treat an empty string value for their system property as if it had not been set. Previously the factories would make a futile attempt to create an instance of a class named &amp;quot;&amp;quot; and then fail.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Fixed the FactoryFinders so that they no longer catch and ignore ThreadDeath and serious VM errors such as an OutOfMemoryError or a StackOverflowError.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Fixed the default implementation of DatatypeFactory.createDurationDayTime(long) so that it behaves according to the JAXP specification. Previously it was just delegating to DatatypeFactory.newDuration(long) which has different behaviour than the createDurationDayTime method.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Corrected the default implementations of DatatypeFactory.newDurationYearMonth() and DatatypeFactory.newDurationDayTime() so that they behave according to the JAXP specification. These methods must reject lexical values which are not valid instances of xs:yearMonthDuration and xs:dayTimeDuration. They were not doing so before.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Fixed bugs which could cause NullPointerExceptions to be thrown from the default implementations of Duration.getYears(), Duration.getMonths(), etc...&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Fixed bugs in the DatatypeFactory.newDurationDayTime() and DatatypeFactory.newDurationYearMonth() methods where BigIntegers were being created for DatatypeConstants.FIELD_UNDEFINED values instead of assigning the value to null in the Duration.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Implemented minor performance improvements in XMLGregorianCalendar.equals() and Duration.equals(). If the given object is &amp;quot;this&amp;quot; object return true immediately.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Eliminated an unnecessary conversion to String in Duration.multiply(int).&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Updated the File to URI conversion code in StreamResult so that it is consistent with StreamSource.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;* Fixed miscellaneous typographical errors in the Javadocs.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;The source and binary distributions are available for download here: &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://xerces.apache.org/mirrors.cgi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xerces.apache.org/mirrors.cgi&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;For more information please visit: &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://xml.apache.org/commons/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xml.apache.org/commons/&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26819446&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26819446&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCEMENT-%3A-XML-Commons-External-1.4.01-now-available-tp26819446p26819446.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26814790</id>
	<title>Unable to build xml-commons website with Forrest 0.7</title>
	<published>2009-12-16T09:11:53Z</published>
	<updated>2009-12-16T09:11:53Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;Hi all,&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;It's been a long time since I've tried building the XML Commons website and I'm not sure how to get past this. I tried to build the site with a fresh install of Forrest 0.7 (recommended in the build instructions on the XML Commons website [1]) but had no luck. Hoping someone who uses Forrest more often would have an idea what's going on here.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Here's the log from the build failure:&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Static site will be generated at:&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;D:\eclipse3.4.1\workspace\xml-commons-trunk\build\site&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Note that there are various reasons for &amp;quot;build failed&amp;quot; messages.&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;* Cocoon will report the status of each document:&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; - in column 1: *=okay X=brokenLink ^=pageSkipped (see FAQ).&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;* Even if only one link is broken, you will still get &amp;quot;failed&amp;quot;.&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;* Your site would still be generated, but some pages would be broken.&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;* Please check the file:&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;D:\eclipse3.4.1\workspace\xml-commons-trunk\build\tmp\brokenlinks.xml&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;for any broken links in the generated site.&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;------------------------------------------------------------------------&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;cocoon 2.2.0-dev&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Copyright (c) 1999-2005 Apache Software Foundation. All rights reserved.&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;------------------------------------------------------------------------&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Lazy mode: true&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Cannot find CatalogManager.properties&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Lazy mode: true&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Lazy mode: true&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Lazy mode: true&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Lazy mode: true&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Lazy mode: true&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;org.apache.avalon.framework.configuration.ConfigurationException: Error while cr&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;eating node 'select' at file:/D:/apache-forrest-0.7/build/plugins/org.apache.for&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;rest.plugin.output.pdf/output.xmap:28:35&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNo&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;deBuilder.buildChildNodesList(AbstractParentProcessingNodeBuilder.java:128)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;* [1/0] &amp;nbsp; &amp;nbsp; [0/0] &amp;nbsp; &amp;nbsp; 0.375s 0b &amp;nbsp; &amp;nbsp; &amp;nbsp;linkmap.html&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNo&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;deBuilder.buildChildNodes(AbstractParentProcessingNodeBuilder.java:136)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.sitemap.MatchNodeBuilder.b&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;uildNode(MatchNodeBuilder.java:76)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.sitemap.PipelineNodeBuilde&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;r.buildNode(PipelineNodeBuilder.java:113)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNodeBuild&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;er.buildNode(PipelinesNodeBuilder.java:65)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.sitemap.SitemapNodeBuilder&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;.buildNode(SitemapNodeBuilder.java:70)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.DefaultTreeBuilder.createT&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;ree(DefaultTreeBuilder.java:296)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.DefaultTreeBuilder.build(D&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;efaultTreeBuilder.java:381)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.TreeProcessor.buildConcret&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;eProcessor(TreeProcessor.java:401)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.TreeProcessor.setupConcret&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;eProcessor(TreeProcessor.java:348)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.TreeProcessor.process(Tree&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Processor.java:247)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(M&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;ountNode.java:112)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNo&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;de.invokeNodes(AbstractParentProcessingNode.java:76)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.sitemap.SelectNode.invoke(&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;SelectNode.java:82)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNo&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;de.invokeNodes(AbstractParentProcessingNode.java:76)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invok&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;e(PipelineNode.java:138)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNo&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;de.invokeNodes(AbstractParentProcessingNode.java:76)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invo&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;ke(PipelinesNode.java:95)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.proc&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;ess(ConcreteTreeProcessor.java:203)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.proc&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;ess(ConcreteTreeProcessor.java:149)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.TreeProcessor.process(Tree&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Processor.java:248)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(M&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;ountNode.java:112)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNo&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;de.invokeNodes(AbstractParentProcessingNode.java:76)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.sitemap.SelectNode.invoke(&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;SelectNode.java:82)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNo&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;de.invokeNodes(AbstractParentProcessingNode.java:76)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invok&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;e(PipelineNode.java:138)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNo&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;de.invokeNodes(AbstractParentProcessingNode.java:76)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invo&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;ke(PipelinesNode.java:95)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.proc&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;ess(ConcreteTreeProcessor.java:203)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.proc&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;ess(ConcreteTreeProcessor.java:149)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.TreeProcessor.process(Tree&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Processor.java:248)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.Cocoon.process(Cocoon.java:503)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.bean.CocoonWrapper.getPage(CocoonWrapper.java:456)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.bean.CocoonBean.processTarget(CocoonBean.java:501)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.bean.CocoonBean.process(CocoonBean.java:362)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.Main.main(Main.java:321)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Caused by: org.apache.cocoon.sitemap.PatternException: Cannot get module named '&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;lm' in expression '{lm:project.{1}{2}.pdf}'&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.variables.PreparedVariable&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Resolver.getNewModuleToken(PreparedVariableResolver.java:142)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.variables.PreparedVariable&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Resolver.access$500(PreparedVariableResolver.java:41)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.variables.PreparedVariable&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Resolver$1.addToken(PreparedVariableResolver.java:96)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.variables.VariableExpressi&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;onTokenizer.tokenize(VariableExpressionTokenizer.java:95)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.variables.PreparedVariable&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Resolver.&amp;lt;init&amp;gt;(PreparedVariableResolver.java:69)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.variables.VariableResolver&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Factory.getResolver(VariableResolverFactory.java:104)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.sitemap.SelectNodeBuilder.&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;buildNode(SelectNodeBuilder.java:59)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNo&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;deBuilder.buildChildNodesList(AbstractParentProcessingNodeBuilder.java:121)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 35 more&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Caused by: org.apache.avalon.framework.service.ServiceException: Could not find&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;component for role: [org.apache.cocoon.components.modules.input.InputModule/lm]&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;(Key='org.apache.cocoon.components.modules.input.InputModule/lm')&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.core.container.CoreServiceManager.lookup(CoreServic&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;eManager.java:364)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.core.container.DefaultServiceSelector.select(Defaul&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;tServiceSelector.java:138)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.cocoon.components.treeprocessor.variables.PreparedVariable&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Resolver.getNewModuleToken(PreparedVariableResolver.java:140)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;X [0] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; linkmap.html &amp;nbsp;BROKEN: URI not found: E&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;rror while creating node 'select' at file:/D:/apache-forrest-0.7/build/plugins/o&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;rg.apache.forrest.plugin.output.pdf/output.xmap:28:35&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 42 more&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Logging Error: Writing event to closed stream.&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Total time: 0 minutes 1 seconds, &amp;nbsp;Site size: 0 Site pages: 1&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thanks.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;[1] &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://xml.apache.org/commons/howto-forrest.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xml.apache.org/commons/howto-forrest.html&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814790&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814790&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-build-xml-commons-website-with-Forrest-0.7-tp26814790p26814790.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26790481</id>
	<title>[VOTE RESULTS]: xml-commons-external 1.4.01, 1.3.05, 1.2.06 Releases on Tuesday, December 15th</title>
	<published>2009-12-14T23:01:46Z</published>
	<updated>2009-12-14T23:01:46Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;The vote to release xml-commons-external &lt;/tt&gt;&lt;tt&gt;1.4.01, 1.3.05 and 1.2.06&lt;/tt&gt;&lt;tt&gt;&amp;nbsp;resulted in 6 +1 votes (3 from Xerces PMC members, 3 from other committers) and no other votes:&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;+1 by: &lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;- David Cargill (PMC)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;- Mukul Gandhi&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;- Michael Glavassevich (PMC)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;- Hiranya Jayathilaka&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;- Khaled Noaman&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;- Gareth Reakes (PMC)&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;The releases should be up on the mirror sites some time today.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thanks.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26790481&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26790481&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26790481&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&amp;gt; wrote on 12/11/2009 09:35:02 AM:&lt;br&gt;
&lt;br&gt;
&amp;gt; Hi all,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Xerces-J is planning to have its first release [1] in over two years&lt;br&gt;
&amp;gt; next week. So that Xerces-J 2.10.0 can pick-up the JAXP 1.4 APIs &lt;br&gt;
&amp;gt; from XML Commons I propose that we release xml-commons-external-1.4.&lt;br&gt;
&amp;gt; 01 on Tuesday, December 15th and while we're at it also release xml-&lt;br&gt;
&amp;gt; commons-external-1.2.06 and xml-commons-external-1.3.05 which have &lt;br&gt;
&amp;gt; been in the queue for quite some time.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I've uploaded release candidates to people.apache.org [2] for &lt;br&gt;
&amp;gt; review. The change summary is available in status.xml here [3] in SVN.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; To start, here's my +1.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; [1] &lt;a href=&quot;http://markmail.org/thread/wjvplpmevpex7qoz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/thread/wjvplpmevpex7qoz&lt;/a&gt;&lt;br&gt;
&amp;gt; [2] &lt;a href=&quot;http://people.apache.org/builds/xml-commons/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.apache.org/builds/xml-commons/&lt;/a&gt;&lt;br&gt;
&amp;gt; [3] &lt;a href=&quot;http://svn.apache.org/repos/asf/xml/commons/trunk/status.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/repos/asf/xml/commons/trunk/status.xml&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Michael Glavassevich&lt;br&gt;
&amp;gt; XML Parser Development&lt;br&gt;
&amp;gt; IBM Toronto Lab&lt;br&gt;
&amp;gt; E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26790481&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;br&gt;
&amp;gt; E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26790481&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE-%3A-xml-commons-external-1.4.01%2C-1.3.05%2C-1.2.06-Releases-on-Tuesday%2C-December-15th-tp26745299p26790481.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26779032</id>
	<title>Re: [VOTE]: xml-commons-external 1.4.01, 1.3.05, 1.2.06 Releases on Tuesday, December 15th</title>
	<published>2009-12-14T06:54:53Z</published>
	<updated>2009-12-14T06:54:53Z</updated>
	<author>
		<name>David Cargill</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;+1&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
David A. Cargill&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab                        &lt;br&gt;
(905) 413-2371, tie 313&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26779032&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cargilld@...&lt;/a&gt;&lt;br&gt;
&lt;img width=&quot;16&quot; height=&quot;16&quot; src=&quot;http://old.nabble.com/attachment/26779032/0/graycol.gif&quot; border=&quot;0&quot; alt=&quot;Inactive hide details for Michael Glavassevich/Toronto/IBM@IBMCA&quot;&gt;Michael Glavassevich/Toronto/IBM@IBMCA&lt;br&gt;
&lt;br&gt;
&lt;br&gt;

&lt;table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td style=&quot;background-image:url(cid:2__=0ABBFC1FDFC26D218f9e8a93df938@ca.ibm.com); background-repeat: no-repeat; &quot; width=&quot;40%&quot;&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;ul&gt;&lt;b&gt;&lt;font size=&quot;2&quot;&gt;Michael Glavassevich/Toronto/IBM@IBMCA&lt;/font&gt;&lt;/b&gt;&lt;font size=&quot;2&quot;&gt; &lt;/font&gt;
&lt;p&gt;&lt;font size=&quot;2&quot;&gt;12/11/2009 09:35 AM&lt;/font&gt;&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;td width=&quot;60%&quot;&gt;
&lt;table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td width=&quot;1%&quot;&gt;&lt;img width=&quot;58&quot; height=&quot;1&quot; src=&quot;http://old.nabble.com/attachment/26779032/2/ecblank.gif&quot; border=&quot;0&quot; alt=&quot;&quot;&gt;&lt;br&gt;
&lt;div align=&quot;right&quot;&gt;&lt;font size=&quot;2&quot;&gt;To&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;100%&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;http://old.nabble.com/attachment/26779032/2/ecblank.gif&quot; border=&quot;0&quot; alt=&quot;&quot;&gt;&lt;br&gt;
&lt;font size=&quot;2&quot;&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26779032&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;commons-dev@...&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;tr valign=&quot;top&quot;&gt;&lt;td width=&quot;1%&quot;&gt;&lt;img width=&quot;58&quot; height=&quot;1&quot; src=&quot;http://old.nabble.com/attachment/26779032/2/ecblank.gif&quot; border=&quot;0&quot; alt=&quot;&quot;&gt;&lt;br&gt;
&lt;div align=&quot;right&quot;&gt;&lt;font size=&quot;2&quot;&gt;cc&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;100%&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;http://old.nabble.com/attachment/26779032/2/ecblank.gif&quot; border=&quot;0&quot; alt=&quot;&quot;&gt;&lt;br&gt;
&lt;font size=&quot;2&quot;&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26779032&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-dev@...&lt;/a&gt;, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26779032&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;private@...&lt;/a&gt;, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26779032&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;boris@...&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;tr valign=&quot;top&quot;&gt;&lt;td width=&quot;1%&quot;&gt;&lt;img width=&quot;58&quot; height=&quot;1&quot; src=&quot;http://old.nabble.com/attachment/26779032/2/ecblank.gif&quot; border=&quot;0&quot; alt=&quot;&quot;&gt;&lt;br&gt;
&lt;div align=&quot;right&quot;&gt;&lt;font size=&quot;2&quot;&gt;Subject&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;100%&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;http://old.nabble.com/attachment/26779032/2/ecblank.gif&quot; border=&quot;0&quot; alt=&quot;&quot;&gt;&lt;br&gt;
&lt;font size=&quot;2&quot;&gt;[VOTE]: xml-commons-external 1.4.01, 1.3.05, 1.2.06 Releases on Tuesday, December 15th&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td width=&quot;58&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;http://old.nabble.com/attachment/26779032/2/ecblank.gif&quot; border=&quot;0&quot; alt=&quot;&quot;&gt;&lt;/td&gt;&lt;td width=&quot;336&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;http://old.nabble.com/attachment/26779032/2/ecblank.gif&quot; border=&quot;0&quot; alt=&quot;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;br&gt;
&lt;tt&gt;&lt;font size=&quot;4&quot;&gt;Hi all,&lt;/font&gt;&lt;/tt&gt;&lt;font size=&quot;4&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;tt&gt;&lt;font size=&quot;4&quot;&gt;&lt;br&gt;
Xerces-J is planning to have its first release [1] in over two years next week. So that Xerces-J 2.10.0 can pick-up the JAXP 1.4 APIs from XML Commons I propose that we release xml-commons-external-1.4.01 on Tuesday, December 15th and while we're at it also release xml-commons-external-1.2.06 and xml-commons-external-1.3.05 which have been in the queue for quite some time.&lt;/font&gt;&lt;/tt&gt;&lt;font size=&quot;4&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;tt&gt;&lt;font size=&quot;4&quot;&gt;&lt;br&gt;
I've uploaded release candidates to people.apache.org [2] for review. The change summary is available in status.xml here [3] in SVN.&lt;/font&gt;&lt;/tt&gt;&lt;font size=&quot;4&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;tt&gt;&lt;font size=&quot;4&quot;&gt;&lt;br&gt;
To start, here's my +1.&lt;/font&gt;&lt;/tt&gt;&lt;font size=&quot;4&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;tt&gt;&lt;font size=&quot;4&quot;&gt;&lt;br&gt;
Thanks.&lt;/font&gt;&lt;/tt&gt;&lt;font size=&quot;4&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;tt&gt;&lt;font size=&quot;4&quot;&gt;&lt;br&gt;
[1] &lt;/font&gt;&lt;/tt&gt;&lt;a href=&quot;http://markmail.org/thread/wjvplpmevpex7qoz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;tt&gt;&lt;u&gt;&lt;font size=&quot;4&quot; color=&quot;#0000FF&quot;&gt;http://markmail.org/thread/wjvplpmevpex7qoz&lt;/font&gt;&lt;/u&gt;&lt;/tt&gt;&lt;/a&gt;&lt;tt&gt;&lt;font size=&quot;4&quot;&gt;&lt;br&gt;
[2] &lt;/font&gt;&lt;/tt&gt;&lt;a href=&quot;http://people.apache.org/builds/xml-commons/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;tt&gt;&lt;u&gt;&lt;font size=&quot;4&quot; color=&quot;#0000FF&quot;&gt;http://people.apache.org/builds/xml-commons/&lt;/font&gt;&lt;/u&gt;&lt;/tt&gt;&lt;/a&gt;&lt;tt&gt;&lt;font size=&quot;4&quot;&gt;&lt;br&gt;
[3] &lt;/font&gt;&lt;/tt&gt;&lt;a href=&quot;http://svn.apache.org/repos/asf/xml/commons/trunk/status.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;tt&gt;&lt;u&gt;&lt;font size=&quot;4&quot; color=&quot;#0000FF&quot;&gt;http://svn.apache.org/repos/asf/xml/commons/trunk/status.xml&lt;/font&gt;&lt;/u&gt;&lt;/tt&gt;&lt;/a&gt;&lt;font size=&quot;4&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;tt&gt;&lt;font size=&quot;4&quot;&gt;&lt;br&gt;
Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26779032&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26779032&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/font&gt;&lt;/tt&gt;&lt;br&gt;
&lt;/body&gt;&lt;/html&gt;
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;pic08273.gif&lt;/strong&gt; (1K) &lt;a href=&quot;http://old.nabble.com/attachment/26779032/1/pic08273.gif&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE-%3A-xml-commons-external-1.4.01%2C-1.3.05%2C-1.2.06-Releases-on-Tuesday%2C-December-15th-tp26745299p26779032.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26745420</id>
	<title>Re: [VOTE]: xml-commons-external 1.4.01, 1.3.05, 1.2.06 Releases on Tuesday, December 15th</title>
	<published>2009-12-11T06:41:44Z</published>
	<updated>2009-12-11T06:41:44Z</updated>
	<author>
		<name>Gareth Reakes-6</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;+1&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Gareth&lt;/div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On 11 Dec 2009, at 14:35, Michael Glavassevich wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;&lt;p&gt;&lt;tt&gt;Hi all,&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Xerces-J is planning to have its first release [1] in over two years next week. So that Xerces-J 2.10.0 can pick-up the JAXP 1.4 APIs from XML Commons I propose that we release xml-commons-external-1.4.01 on Tuesday, December 15th and while we're at it also release xml-commons-external-1.2.06 and xml-commons-external-1.3.05 which have been in the queue for quite some time.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;I've uploaded release candidates to &lt;a href=&quot;http://people.apache.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;people.apache.org&lt;/a&gt; [2] for review. The change summary is available in status.xml here [3] in SVN.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;To start, here's my +1.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thanks.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;[1] &lt;a href=&quot;http://markmail.org/thread/wjvplpmevpex7qoz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/thread/wjvplpmevpex7qoz&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;[2] &lt;a href=&quot;http://people.apache.org/builds/xml-commons/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.apache.org/builds/xml-commons/&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;[3] &lt;a href=&quot;http://svn.apache.org/repos/asf/xml/commons/trunk/status.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/repos/asf/xml/commons/trunk/status.xml&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26745420&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26745420&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; &quot;&gt;&lt;div&gt;--&amp;nbsp;&lt;br&gt;Gareth Reakes, CTO &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; WE7 - Great Music, Free&lt;br&gt;+44-20-7117-0809 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;http://www.we7.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.we7.com&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/span&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;
&lt;/div&gt;
&lt;br&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE-%3A-xml-commons-external-1.4.01%2C-1.3.05%2C-1.2.06-Releases-on-Tuesday%2C-December-15th-tp26745299p26745420.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26745299</id>
	<title>[VOTE]: xml-commons-external 1.4.01, 1.3.05, 1.2.06 Releases on Tuesday, December 15th</title>
	<published>2009-12-11T06:35:02Z</published>
	<updated>2009-12-11T06:35:02Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;Hi all,&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Xerces-J is planning to have its first release [1] in over two years next week. So that Xerces-J 2.10.0 can pick-up the JAXP 1.4 APIs from XML Commons I propose that we release xml-commons-external-1.4.01 on Tuesday, December 15th and while we're at it also release xml-commons-external-1.2.06 and xml-commons-external-1.3.05 which have been in the queue for quite some time.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;I've uploaded release candidates to people.apache.org [2] for review. The change summary is available in status.xml here [3] in SVN.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;To start, here's my +1.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thanks.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;[1] &lt;a href=&quot;http://markmail.org/thread/wjvplpmevpex7qoz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/thread/wjvplpmevpex7qoz&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;[2] &lt;a href=&quot;http://people.apache.org/builds/xml-commons/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.apache.org/builds/xml-commons/&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;[3] &lt;a href=&quot;http://svn.apache.org/repos/asf/xml/commons/trunk/status.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/repos/asf/xml/commons/trunk/status.xml&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26745299&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26745299&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE-%3A-xml-commons-external-1.4.01%2C-1.3.05%2C-1.2.06-Releases-on-Tuesday%2C-December-15th-tp26745299p26745299.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26447501</id>
	<title>DO NOT REPLY [Bug 48194] Xml Catalog Resovler fails with included schemas</title>
	<published>2009-11-20T09:48:29Z</published>
	<updated>2009-11-20T09:48:29Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48194&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48194&lt;/a&gt;&lt;br&gt;&lt;br&gt;Robert Streich &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26447501&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;robert.streich@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26447501&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;robert.streich@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48194--New%3A-Xml-Catalog-Resovler-fails-with-included-schemas-tp26343261p26447501.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26376763</id>
	<title>DO NOT REPLY [Bug 48194] Xml Catalog Resovler fails with included schemas</title>
	<published>2009-11-16T10:13:19Z</published>
	<updated>2009-11-16T10:13:19Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48194&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48194&lt;/a&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Robert Streich &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26376763&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;robert.streich@...&lt;/a&gt;&amp;gt; 2009-11-16 10:13:18 UTC ---
&lt;br&gt;Created an attachment (id=24543)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;https://issues.apache.org/bugzilla/attachment.cgi?id=24543&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/attachment.cgi?id=24543&lt;/a&gt;)
&lt;br&gt;Simple set up with included/imported schemas to illustrate bug.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48194--New%3A-Xml-Catalog-Resovler-fails-with-included-schemas-tp26343261p26376763.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26344762</id>
	<title>DO NOT REPLY [Bug 48194] Xml Catalog Resovler fails with included schemas</title>
	<published>2009-11-13T14:47:52Z</published>
	<updated>2009-11-13T14:47:52Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48194&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48194&lt;/a&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Robert Streich &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26344762&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;robert.streich@...&lt;/a&gt;&amp;gt; 2009-11-13 14:47:52 UTC ---
&lt;br&gt;I don't know if this is viable, but this works:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // The namespace is useful for resolving namespace aware
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // grammars such as XML schema. Let it take precedence over
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // the external identifier if one exists.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String namespace = resourceIdentifier.getNamespace();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (namespace != null) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (resourceIdentifier instanceof XSDDescription
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;&amp; XSDDescription.CONTEXT_INCLUDE == ((XSDDescription)
&lt;br&gt;resourceIdentifier).getContextType()) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; resolvedId =
&lt;br&gt;resolveSystem(resourceIdentifier.getLiteralSystemId());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;} else {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; resolvedId = resolveURI(namespace);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48194--New%3A-Xml-Catalog-Resovler-fails-with-included-schemas-tp26343261p26344762.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26343261</id>
	<title>DO NOT REPLY [Bug 48194] New: Xml Catalog Resovler fails with included schemas</title>
	<published>2009-11-13T12:43:49Z</published>
	<updated>2009-11-13T12:43:49Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48194&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48194&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Xml Catalog Resovler fails with included schemas
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: XmlCommons
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 1.x
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: PC
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Windows Vista
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Resolver
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26343261&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;commons-dev@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26343261&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;robert.streich@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;If you attempt to include a schema into one that has a targetNamespace,
&lt;br&gt;it fails to correctly resolve the included component. The problem is
&lt;br&gt;with line ~420 of XMLCatalogResolver:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // The namespace is useful for resolving namespace aware
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // grammars such as XML schema. Let it take precedence over
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // the external identifier if one exists.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String namespace = resourceIdentifier.getNamespace();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (namespace != null) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; resolvedId = resolveURI(namespace);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48194--New%3A-Xml-Catalog-Resovler-fails-with-included-schemas-tp26343261p26343261.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26261157</id>
	<title>November Board Report</title>
	<published>2009-11-08T20:30:08Z</published>
	<updated>2009-11-08T20:30:08Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;Hi all,&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;The November board meeting is coming up on the 18th and we're due to report. The Wiki page for the report is set up here: &lt;/tt&gt;&lt;a href=&quot;http://wiki.apache.org/xerces/August2009&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;tt&gt;&lt;u&gt;&lt;font color=&quot;#0000FF&quot;&gt;http://wiki.apache.org/xerces/November2009&lt;/font&gt;&lt;/u&gt;&lt;/tt&gt;&lt;/a&gt;&lt;tt&gt;. As usual I'll cover Xerces-J and XML Commons. Could other committers please fill in the status for Xerces-C and Xerces-P.&lt;br&gt;
&lt;br&gt;
Thanks.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26261157&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26261157&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/November-Board-Report-tp26261157p26261157.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26158113</id>
	<title>assistance with Apache Forrest</title>
	<published>2009-11-01T19:56:56Z</published>
	<updated>2009-11-01T19:56:56Z</updated>
	<author>
		<name>David Crossley</name>
	</author>
	<content type="html">I did some research to find the ASF projects that
&lt;br&gt;manage their websites with Apache Forrest, and am
&lt;br&gt;sending similar email to each project's dev mail list.
&lt;br&gt;Already sent to general at xerces and general at xml,
&lt;br&gt;but duplicates will not hurt.
&lt;br&gt;&lt;br&gt;The purposes of this email are to remind people
&lt;br&gt;about some of the useful facilities of Forrest,
&lt;br&gt;and also alert them to discussion about the status
&lt;br&gt;and future directions of Forrest, and to appeal for
&lt;br&gt;people to assist Forrest.
&lt;br&gt;&lt;br&gt;--- oOo ---
&lt;br&gt;&lt;br&gt;These are useful facilities to assist with developing
&lt;br&gt;and managing a Forrest solution for your project's website.
&lt;br&gt;&lt;br&gt;&amp;quot;How to deploy documentation with the Forrestbot
&lt;br&gt;svn workstage&amp;quot;
&lt;br&gt;This explains how the Forrest project manages our
&lt;br&gt;own documentation.
&lt;br&gt;&lt;a href=&quot;http://forrest.apache.org/howto-forrestbot-svn.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forrest.apache.org/howto-forrestbot-svn.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;quot;Generate an ASF mirrors page using interactive web form&amp;quot;
&lt;br&gt;&lt;a href=&quot;http://forrest.apache.org/docs/dev/howto/howto-asf-mirror.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forrest.apache.org/docs/dev/howto/howto-asf-mirror.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;quot;ForrestBar - Firefox toolbar to ease navigation
&lt;br&gt;and search of Forrest resources&amp;quot;
&lt;br&gt;&lt;a href=&quot;http://forrest.apache.org/tools/forrestbar.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forrest.apache.org/tools/forrestbar.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;quot;How to do development with Apache Forrest&amp;quot;
&lt;br&gt;&lt;a href=&quot;http://forrest.apache.org/howto-dev.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forrest.apache.org/howto-dev.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;quot;Frequently Asked Questions&amp;quot;
&lt;br&gt;&lt;a href=&quot;http://forrest.apache.org/faq.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forrest.apache.org/faq.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;quot;The Anakia output plugin&amp;quot;
&lt;br&gt;This was developed to assist the old Incubator
&lt;br&gt;website to stop using Forrest and export all content
&lt;br&gt;to an Anakia &amp;quot;xdoc&amp;quot; format. From there it could used
&lt;br&gt;by an Anakia-based build system, or be further transformed.
&lt;br&gt;&lt;a href=&quot;http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Anakia/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Anakia/&lt;/a&gt;&lt;br&gt;&lt;br&gt;As usual, if you need further assistance with anything
&lt;br&gt;then please ask on the Forrest mail lists.
&lt;br&gt;&lt;br&gt;--- oOo ---
&lt;br&gt;&lt;br&gt;There is discussion currently underway on the Forrest
&lt;br&gt;dev mail list about the current status and future
&lt;br&gt;direction of Forrest.
&lt;br&gt;&lt;a href=&quot;http://thread.gmane.org/gmane.text.xml.forrest.devel/27325&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://thread.gmane.org/gmane.text.xml.forrest.devel/27325&lt;/a&gt;&lt;br&gt;&lt;br&gt;If anyone can assist Forrest, in any capacity, then
&lt;br&gt;please do.
&lt;br&gt;&lt;br&gt;-David
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/assistance-with-Apache-Forrest-tp26158113p26158113.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26120885</id>
	<title>Re: resolver should be able to parse catalog files without needing to resolve external entities?</title>
	<published>2009-10-29T14:10:39Z</published>
	<updated>2009-10-29T14:10:39Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;Jack,&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Jack Bates &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26120885&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ms419@...&lt;/a&gt;&amp;gt; wrote on 10/28/2009 07:48:23 PM:&lt;br&gt;
&lt;br&gt;
&amp;gt; On Sat, 2009-10-24 at 15:10 -0400, Michael Glavassevich wrote:&lt;br&gt;
&amp;gt; &amp;gt; The OASIS catalog DTD is included in resolver.jar and there is a&lt;br&gt;
&amp;gt; &amp;gt; BootstrapResolver [1] which gets installed on the parser that reads&lt;br&gt;
&amp;gt; &amp;gt; the catalog which can return this DTD. I'm sure the reason that isn't&lt;br&gt;
&amp;gt; &amp;gt; happening is that the public and system IDs differ from the ones that&lt;br&gt;
&amp;gt; &amp;gt; the resolver knows about. You're supposed to extend BootstrapResolver&lt;br&gt;
&amp;gt; &amp;gt; (in your own application) if you need support for more than the&lt;br&gt;
&amp;gt; &amp;gt; well-known public IDs and URIs for the catalog DTDs / schemas and set&lt;br&gt;
&amp;gt; &amp;gt; an instance of this extension on the CatalogManager [2].&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thank you Michael! After some more digging, I think the reason that the&lt;br&gt;
&amp;gt; w3c-dtd-xhtml catalog.xml isn't using the well known catalog DTD public&lt;br&gt;
&amp;gt; ID and URI,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;lt;!DOCTYPE catalog PUBLIC &amp;quot;-//OASIS//DTD XML Catalogs V1.0//EN&amp;quot; &lt;br&gt;
&amp;gt; &amp;nbsp; &amp;quot;&lt;a href=&quot;http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd&lt;/a&gt;&amp;quot;&amp;gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; is that it's trying to use a different DTD?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;lt;!DOCTYPE catalog PUBLIC &amp;quot;-//GlobalTransCorp//DTD XML Catalogs V1.0-&lt;br&gt;
&amp;gt; Based Extension V1.0//EN&amp;quot;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;quot;&lt;a href=&quot;http://globaltranscorp.org/oasis/catalog/xml/tr9401.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://globaltranscorp.org/oasis/catalog/xml/tr9401.dtd&lt;/a&gt;&amp;quot;&amp;gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; The xml-core package distributes &amp;quot;tr9401.dtd&amp;quot;, in addition to&lt;br&gt;
&amp;gt; &amp;quot;catalog.dtd&amp;quot; - here it is,&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.sfu.ca/~jdbates/tmp/debian/200910280/tr9401.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sfu.ca/~jdbates/tmp/debian/200910280/tr9401.dtd&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; - and here are the differences between it, and the &amp;quot;catalog.dtd&amp;quot;&lt;br&gt;
&amp;gt; included in resolver.jar,&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.sfu.ca/~jdbates/tmp/debian/200910280/diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sfu.ca/~jdbates/tmp/debian/200910280/diff&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I dunno if the w3c-dtd-xhtml catalog.xml actually requires this&lt;br&gt;
&amp;gt; different DTD, but it sounds like if it does, and the system ID isn't&lt;br&gt;
&amp;gt; accessible, then it will only be parsable by tools which extend&lt;br&gt;
&amp;gt; BootstrapResolver to add support for this different DTD?&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;That's what I would do. I could imagine extending BootstrapResolver so that it uses a secondary catalog resolver so that you just update a catalog file instead of the code when you need a redirect for yet another catalog DTD.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thanks.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26120885&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26120885&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;tt&gt;&lt;br&gt;
&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/resolver-should-be-able-to-parse-catalog-files-without-needing-to-resolve-external-entities--tp26029866p26120885.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26104112</id>
	<title>Re: resolver should be able to parse catalog files without needing to resolve external entities?</title>
	<published>2009-10-28T16:48:23Z</published>
	<updated>2009-10-28T16:48:23Z</updated>
	<author>
		<name>Jack Bates-2</name>
	</author>
	<content type="html">On Sat, 2009-10-24 at 15:10 -0400, Michael Glavassevich wrote:
&lt;br&gt;&amp;gt; The OASIS catalog DTD is included in resolver.jar and there is a
&lt;br&gt;&amp;gt; BootstrapResolver [1] which gets installed on the parser that reads
&lt;br&gt;&amp;gt; the catalog which can return this DTD. I'm sure the reason that isn't
&lt;br&gt;&amp;gt; happening is that the public and system IDs differ from the ones that
&lt;br&gt;&amp;gt; the resolver knows about. You're supposed to extend BootstrapResolver
&lt;br&gt;&amp;gt; (in your own application) if you need support for more than the
&lt;br&gt;&amp;gt; well-known public IDs and URIs for the catalog DTDs / schemas and set
&lt;br&gt;&amp;gt; an instance of this extension on the CatalogManager [2].
&lt;br&gt;&lt;br&gt;Thank you Michael! After some more digging, I think the reason that the
&lt;br&gt;w3c-dtd-xhtml catalog.xml isn't using the well known catalog DTD public
&lt;br&gt;ID and URI,
&lt;br&gt;&lt;br&gt;&amp;lt;!DOCTYPE catalog PUBLIC &amp;quot;-//OASIS//DTD XML Catalogs V1.0//EN&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;quot;&lt;a href=&quot;http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;is that it's trying to use a different DTD?
&lt;br&gt;&lt;br&gt;&amp;lt;!DOCTYPE catalog PUBLIC &amp;quot;-//GlobalTransCorp//DTD XML Catalogs V1.0-Based Extension V1.0//EN&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;&lt;a href=&quot;http://globaltranscorp.org/oasis/catalog/xml/tr9401.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://globaltranscorp.org/oasis/catalog/xml/tr9401.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;The xml-core package distributes &amp;quot;tr9401.dtd&amp;quot;, in addition to
&lt;br&gt;&amp;quot;catalog.dtd&amp;quot; - here it is,
&lt;br&gt;&lt;a href=&quot;http://www.sfu.ca/~jdbates/tmp/debian/200910280/tr9401.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sfu.ca/~jdbates/tmp/debian/200910280/tr9401.dtd&lt;/a&gt;&lt;br&gt;&lt;br&gt;- and here are the differences between it, and the &amp;quot;catalog.dtd&amp;quot;
&lt;br&gt;included in resolver.jar,
&lt;br&gt;&lt;a href=&quot;http://www.sfu.ca/~jdbates/tmp/debian/200910280/diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sfu.ca/~jdbates/tmp/debian/200910280/diff&lt;/a&gt;&lt;br&gt;&lt;br&gt;I dunno if the w3c-dtd-xhtml catalog.xml actually requires this
&lt;br&gt;different DTD, but it sounds like if it does, and the system ID isn't
&lt;br&gt;accessible, then it will only be parsable by tools which extend
&lt;br&gt;BootstrapResolver to add support for this different DTD?
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/resolver-should-be-able-to-parse-catalog-files-without-needing-to-resolve-external-entities--tp26029866p26104112.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26042100</id>
	<title>Re: resolver should be able to parse catalog files without needing to resolve external entities?</title>
	<published>2009-10-24T12:10:58Z</published>
	<updated>2009-10-24T12:10:58Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;The OASIS catalog DTD is included in resolver.jar and there is a BootstrapResolver [1] which gets installed on the parser that reads the catalog which can return this DTD. I'm sure the reason that isn't happening is that the public and system IDs differ from the ones that the resolver knows about. You're supposed to extend BootstrapResolver (in your own application) if you need support for more than the well-known public IDs and URIs for the catalog DTDs / schemas and set an instance of this extension on the CatalogManager [2].&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thanks.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;[1] &lt;a href=&quot;http://xml.apache.org/commons/components/apidocs/resolver/org/apache/xml/resolver/helpers/BootstrapResolver.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xml.apache.org/commons/components/apidocs/resolver/org/apache/xml/resolver/helpers/BootstrapResolver.html&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;[2] &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://xml.apache.org/commons/components/apidocs/resolver/org/apache/xml/resolver/CatalogManager.html#setBootstrapResolver(org.apache.xml.resolver.helpers.BootstrapResolver)&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xml.apache.org/commons/components/apidocs/resolver/org/apache/xml/resolver/CatalogManager.html#setBootstrapResolver(org.apache.xml.resolver.helpers.BootstrapResolver)&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26042100&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26042100&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Earl Hood &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26042100&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;earl@...&lt;/a&gt;&amp;gt; wrote on 10/24/2009 01:22:50 PM:&lt;br&gt;
&lt;br&gt;
&amp;gt; On October 23, 2009 at 17:19, someone wrote:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Here's an example of a catalog.xml file distributed in the Debian and&lt;br&gt;
&amp;gt; &amp;gt; Ubuntu w3c-dtd-xhtml package,&lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://www.sfu.ca/~jdbates/tmp/debian/200910230/catalog.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sfu.ca/~jdbates/tmp/debian/200910230/catalog.xml&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; It starts with,&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;lt;?xml version='1.0'?&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;lt;!DOCTYPE catalog PUBLIC &amp;quot;-//GlobalTransCorp//DTD XML Catalogs V1.0-Based &lt;br&gt;
&amp;gt; &amp;gt; &amp;lt;Extension V1.0//EN&amp;quot;&lt;br&gt;
&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;quot;&lt;a href=&quot;http://globaltranscorp.org/oasis/catalog/xml/tr9401.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://globaltranscorp.org/oasis/catalog/xml/tr9401.dtd&lt;/a&gt;&amp;quot;;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; [...]&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I think they should fix it so the system identifier is set&lt;br&gt;
&amp;gt; to a pathname on the local file system.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Also, the public identifier used is not the standard public&lt;br&gt;
&amp;gt; identifier, &amp;quot;-//OASIS//DTD XML Catalogs V1.1//EN&amp;quot;. &amp;nbsp;So even&lt;br&gt;
&amp;gt; if the resolver provided intrinsic recognition of&lt;br&gt;
&amp;gt; the &amp;quot;-//OASIS//DTD XML Catalogs V1.1//EN&amp;quot; identifier, it&lt;br&gt;
&amp;gt; would still be of no use in this case.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; One can argue that the w3c-dtd-xhtml package has a bug in&lt;br&gt;
&amp;gt; their distribution since it provides no facility to resolve&lt;br&gt;
&amp;gt; the DTD to the local file system. &amp;nbsp;The system identifier&lt;br&gt;
&amp;gt; should be set to the pathname the catalog DTD is placed&lt;br&gt;
&amp;gt; by the w3c-dtd-xhtml installer.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; I understand comment #4,&lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/w3c-dtd-&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.launchpad.net/ubuntu/+source/w3c-dtd-&lt;/a&gt;&lt;br&gt;
&amp;gt; xhtml/+bug/400259/comments/4&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; - to be suggesting that org.apache.xml.resolver is not following the&lt;br&gt;
&amp;gt; &amp;gt; encouragement of,&lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://www.oasis-open.org/committees/download.php/14809/xml-&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.oasis-open.org/committees/download.php/14809/xml-&lt;/a&gt;&lt;br&gt;
&amp;gt; catalogs.html#s.bootstrap&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;quot;Implementations are encouraged to provide some sort of bootstrapping&lt;br&gt;
&amp;gt; &amp;gt; functionality to resolve external identifiers and URIs that the&lt;br&gt;
&amp;gt; &amp;gt; implementation needs to load catalog entry files.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; It is not a requirement:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;nbsp; Conformant processors are not required to be able to perform&lt;br&gt;
&amp;gt; &amp;nbsp; resolution of those identifiers through the XML Catalog.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; The word &amp;quot;should&amp;quot; is used in other text instead of &amp;quot;must&amp;quot;. &amp;nbsp;Also,&lt;br&gt;
&amp;gt; the following is stated:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;nbsp; Users can avoid any problems that might arise by limiting the&lt;br&gt;
&amp;gt; &amp;nbsp; external identifiers and URIs used to those that do not need&lt;br&gt;
&amp;gt; &amp;nbsp; resolution. Note that this only applies to external identifiers and&lt;br&gt;
&amp;gt; &amp;nbsp; URIs that must be resolved in order to load the catalog entry file.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; - and to be suggesting that not following this encouragement is a bug&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Is maybe my understanding wrong - or either of these suggestions wrong?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; The recommendations of the Oasis document are beneficial, but&lt;br&gt;
&amp;gt; they are only recommendations, not requirements. &amp;nbsp;So the &amp;quot;bug&amp;quot;&lt;br&gt;
&amp;gt; reports are really enhancement requests.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; IMO, the work-around for the problem is easy, and is directly&lt;br&gt;
&amp;gt; suggested by the Oasis document: Use system identifiers that&lt;br&gt;
&amp;gt; are resolvable without the need of a catalog.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I think the underlying technical problem of why the resolver library&lt;br&gt;
&amp;gt; does not provide intrinsic resolution of the catalog DTD is that&lt;br&gt;
&amp;gt; the library does not know where the DTD may be installed for any&lt;br&gt;
&amp;gt; system that uses the resolver. &amp;nbsp;Since other software systems include&lt;br&gt;
&amp;gt; the resolver in their distribution, the DTD itself may not even&lt;br&gt;
&amp;gt; be available.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; A possible method of always knowing how to find the catalog DTD is&lt;br&gt;
&amp;gt; for the resolver to include the DTD in the resolver.jar file itself.&lt;br&gt;
&amp;gt; The resolver could register a custom (internal) resolver to the XML&lt;br&gt;
&amp;gt; parser when reading catalog files so any references to the DTD can&lt;br&gt;
&amp;gt; be resolved via a classpath resource lookup. &amp;nbsp;IMO, I'm not sure it&lt;br&gt;
&amp;gt; is worth the effort to do this when simple work-arounds exist for&lt;br&gt;
&amp;gt; the problem.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I'm sure patches are welcome if anyone wants to implement this&lt;br&gt;
&amp;gt; functionality.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; --ewh&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/resolver-should-be-able-to-parse-catalog-files-without-needing-to-resolve-external-entities--tp26029866p26042100.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26041170</id>
	<title>Re: resolver should be able to parse catalog files without needing to resolve external entities?</title>
	<published>2009-10-24T10:22:50Z</published>
	<updated>2009-10-24T10:22:50Z</updated>
	<author>
		<name>Earl Hood</name>
	</author>
	<content type="html">On October 23, 2009 at 17:19, someone wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Here's an example of a catalog.xml file distributed in the Debian and
&lt;br&gt;&amp;gt; Ubuntu w3c-dtd-xhtml package,
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.sfu.ca/~jdbates/tmp/debian/200910230/catalog.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sfu.ca/~jdbates/tmp/debian/200910230/catalog.xml&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It starts with,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;?xml version='1.0'?&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;!DOCTYPE catalog PUBLIC &amp;quot;-//GlobalTransCorp//DTD XML Catalogs V1.0-Based 
&lt;br&gt;&amp;gt; &amp;lt;Extension V1.0//EN&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;quot;&lt;a href=&quot;http://globaltranscorp.org/oasis/catalog/xml/tr9401.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://globaltranscorp.org/oasis/catalog/xml/tr9401.dtd&lt;/a&gt;&amp;quot;;&amp;gt;
&lt;br&gt;&amp;gt; [...]
&lt;/div&gt;&lt;br&gt;I think they should fix it so the system identifier is set
&lt;br&gt;to a pathname on the local file system.
&lt;br&gt;&lt;br&gt;Also, the public identifier used is not the standard public
&lt;br&gt;identifier, &amp;quot;-//OASIS//DTD XML Catalogs V1.1//EN&amp;quot;. &amp;nbsp;So even
&lt;br&gt;if the resolver provided intrinsic recognition of
&lt;br&gt;the &amp;quot;-//OASIS//DTD XML Catalogs V1.1//EN&amp;quot; identifier, it
&lt;br&gt;would still be of no use in this case.
&lt;br&gt;&lt;br&gt;One can argue that the w3c-dtd-xhtml package has a bug in
&lt;br&gt;their distribution since it provides no facility to resolve
&lt;br&gt;the DTD to the local file system. &amp;nbsp;The system identifier
&lt;br&gt;should be set to the pathname the catalog DTD is placed
&lt;br&gt;by the w3c-dtd-xhtml installer.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I understand comment #4,
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/w3c-dtd-xhtml/+bug/400259/comments/4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.launchpad.net/ubuntu/+source/w3c-dtd-xhtml/+bug/400259/comments/4&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - to be suggesting that org.apache.xml.resolver is not following the
&lt;br&gt;&amp;gt; encouragement of,
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.oasis-open.org/committees/download.php/14809/xml-catalogs.html#s.bootstrap&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.oasis-open.org/committees/download.php/14809/xml-catalogs.html#s.bootstrap&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;quot;Implementations are encouraged to provide some sort of bootstrapping
&lt;br&gt;&amp;gt; functionality to resolve external identifiers and URIs that the
&lt;br&gt;&amp;gt; implementation needs to load catalog entry files.
&lt;/div&gt;&lt;br&gt;It is not a requirement:
&lt;br&gt;&lt;br&gt;&amp;nbsp; Conformant processors are not required to be able to perform
&lt;br&gt;&amp;nbsp; resolution of those identifiers through the XML Catalog.
&lt;br&gt;&lt;br&gt;The word &amp;quot;should&amp;quot; is used in other text instead of &amp;quot;must&amp;quot;. &amp;nbsp;Also,
&lt;br&gt;the following is stated:
&lt;br&gt;&lt;br&gt;&amp;nbsp; Users can avoid any problems that might arise by limiting the
&lt;br&gt;&amp;nbsp; external identifiers and URIs used to those that do not need
&lt;br&gt;&amp;nbsp; resolution. Note that this only applies to external identifiers and
&lt;br&gt;&amp;nbsp; URIs that must be resolved in order to load the catalog entry file.
&lt;br&gt;&lt;br&gt;&amp;gt; - and to be suggesting that not following this encouragement is a bug
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is maybe my understanding wrong - or either of these suggestions wrong?
&lt;br&gt;&lt;br&gt;The recommendations of the Oasis document are beneficial, but
&lt;br&gt;they are only recommendations, not requirements. &amp;nbsp;So the &amp;quot;bug&amp;quot;
&lt;br&gt;reports are really enhancement requests.
&lt;br&gt;&lt;br&gt;IMO, the work-around for the problem is easy, and is directly
&lt;br&gt;suggested by the Oasis document: Use system identifiers that
&lt;br&gt;are resolvable without the need of a catalog.
&lt;br&gt;&lt;br&gt;I think the underlying technical problem of why the resolver library
&lt;br&gt;does not provide intrinsic resolution of the catalog DTD is that
&lt;br&gt;the library does not know where the DTD may be installed for any
&lt;br&gt;system that uses the resolver. &amp;nbsp;Since other software systems include
&lt;br&gt;the resolver in their distribution, the DTD itself may not even
&lt;br&gt;be available.
&lt;br&gt;&lt;br&gt;A possible method of always knowing how to find the catalog DTD is
&lt;br&gt;for the resolver to include the DTD in the resolver.jar file itself.
&lt;br&gt;The resolver could register a custom (internal) resolver to the XML
&lt;br&gt;parser when reading catalog files so any references to the DTD can
&lt;br&gt;be resolved via a classpath resource lookup. &amp;nbsp;IMO, I'm not sure it
&lt;br&gt;is worth the effort to do this when simple work-arounds exist for
&lt;br&gt;the problem.
&lt;br&gt;&lt;br&gt;I'm sure patches are welcome if anyone wants to implement this
&lt;br&gt;functionality.
&lt;br&gt;&lt;br&gt;--ewh
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/resolver-should-be-able-to-parse-catalog-files-without-needing-to-resolve-external-entities--tp26029866p26041170.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26033686</id>
	<title>Re: resolver should be able to parse catalog files without needing to resolve external entities?</title>
	<published>2009-10-23T14:47:00Z</published>
	<updated>2009-10-23T14:47:00Z</updated>
	<author>
		<name>Earl Hood</name>
	</author>
	<content type="html">On October 23, 2009 at 09:52, Jack Bates wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I'm getting the following exception using the XML catalog resolver with
&lt;br&gt;&amp;gt; FOP,
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; DELEGATE_PUBLIC: -//W3C//DTD XHTML//EN
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; file:/usr/share/xml/xhtml/schema/dtd/catalog.xml
&lt;br&gt;&amp;gt; resolvePublic(-//W3C//DTD XHTML 1.0 Transitional//EN,null)
&lt;br&gt;&amp;gt; Switching to delegated catalog(s):
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; file:/usr/share/xml/xhtml/schema/dtd/1.0/catalog.xml
&lt;br&gt;&amp;gt; Parse catalog: file:/usr/share/xml/xhtml/schema/dtd/1.0/catalog.xml
&lt;br&gt;&amp;gt; Loading catalog: file:/usr/share/xml/xhtml/schema/dtd/1.0/catalog.xml
&lt;br&gt;&amp;gt; Default BASE: file:/usr/share/xml/xhtml/schema/dtd/1.0/catalog.xml
&lt;br&gt;&amp;gt; 22-Oct-2009 5:04:13 PM org.apache.fop.cli.Main startFOP
&lt;br&gt;&amp;gt; SEVERE: Exception
&lt;br&gt;&amp;gt; javax.xml.transform.TransformerException: java.net.UnknownHostException: 
&lt;br&gt;&amp;gt; globaltranscorp.org
&lt;/div&gt;&lt;br&gt;Is globaltranscorp.org resolvable on the system you are running FOP?
&lt;br&gt;Apparently the underlying network library of the JVM cannot resolve
&lt;br&gt;the hostname.
&lt;br&gt;&lt;br&gt;As for the &amp;quot;resolve external entities&amp;quot; problem, it appears to
&lt;br&gt;be a chicken-n-egg problem. &amp;nbsp;The resolver depends on the underlying
&lt;br&gt;XML parser to parse the XML catalog file, but at that time,
&lt;br&gt;the base entity resolution of the XML parser is being used since
&lt;br&gt;the resolver is still bootstrapping itself.
&lt;br&gt;&lt;br&gt;If your catalog file contains a DOCTYPE declaration with a public and
&lt;br&gt;system identifier, then the XML parser will try to resolve it, and if
&lt;br&gt;the system identifier listed is not accessible, you will get an error.
&lt;br&gt;&lt;br&gt;All of this is a function of the XML parser itself and NOT the
&lt;br&gt;resolver library.
&lt;br&gt;&lt;br&gt;In practice, I normally do not specify a doctype declaration for
&lt;br&gt;catalog files to avoid the unnecessary overhead of parsing a DTD.
&lt;br&gt;&lt;br&gt;If you absolutely need to have DTD validation of your catalog files,
&lt;br&gt;make sure the system identifier is resolvable, and preferably to a
&lt;br&gt;location on the local file system for better performance and to avoid
&lt;br&gt;dependency on a remote system.
&lt;br&gt;&lt;br&gt;--ewh
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/resolver-should-be-able-to-parse-catalog-files-without-needing-to-resolve-external-entities--tp26029866p26033686.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26029866</id>
	<title>resolver should be able to parse catalog files without needing to resolve external entities?</title>
	<published>2009-10-23T09:52:22Z</published>
	<updated>2009-10-23T09:52:22Z</updated>
	<author>
		<name>Jack Bates-2</name>
	</author>
	<content type="html">I'm getting the following exception using the XML catalog resolver with
&lt;br&gt;FOP,
&lt;br&gt;&lt;br&gt;[...]
&lt;br&gt;DELEGATE_PUBLIC: -//W3C//DTD XHTML//EN
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; file:/usr/share/xml/xhtml/schema/dtd/catalog.xml
&lt;br&gt;resolvePublic(-//W3C//DTD XHTML 1.0 Transitional//EN,null)
&lt;br&gt;Switching to delegated catalog(s):
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; file:/usr/share/xml/xhtml/schema/dtd/1.0/catalog.xml
&lt;br&gt;Parse catalog: file:/usr/share/xml/xhtml/schema/dtd/1.0/catalog.xml
&lt;br&gt;Loading catalog: file:/usr/share/xml/xhtml/schema/dtd/1.0/catalog.xml
&lt;br&gt;Default BASE: file:/usr/share/xml/xhtml/schema/dtd/1.0/catalog.xml
&lt;br&gt;22-Oct-2009 5:04:13 PM org.apache.fop.cli.Main startFOP
&lt;br&gt;SEVERE: Exception
&lt;br&gt;javax.xml.transform.TransformerException: java.net.UnknownHostException: globaltranscorp.org
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:314)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:146)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.fop.cli.Main.startFOP(Main.java:174)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.fop.cli.Main.main(Main.java:205)
&lt;br&gt;[...]
&lt;br&gt;&lt;br&gt;I think it's the same issue reported here,
&lt;br&gt;&lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491091&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491091&lt;/a&gt;&lt;br&gt;&lt;br&gt;- and here,
&lt;br&gt;&lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/w3c-dtd-xhtml/+bug/400259&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.launchpad.net/ubuntu/+source/w3c-dtd-xhtml/+bug/400259&lt;/a&gt;&lt;br&gt;&lt;br&gt;Is comment #4 correct?
&lt;br&gt;&lt;br&gt;&amp;quot;Arguably this is a bug in org.apache.xml.resolver, cf.
&lt;br&gt;&lt;a href=&quot;http://www.oasis-open.org/committees/download.php/14809/xml-catalogs.html#s.bootstrap&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.oasis-open.org/committees/download.php/14809/xml-catalogs.html#s.bootstrap&lt;/a&gt;&amp;nbsp;- the resolver should be able to parse catalog files without needing to resolve external entities&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/w3c-dtd-xhtml/+bug/400259/comments/4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.launchpad.net/ubuntu/+source/w3c-dtd-xhtml/+bug/400259/comments/4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/resolver-should-be-able-to-parse-catalog-files-without-needing-to-resolve-external-entities--tp26029866p26029866.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25344422</id>
	<title>Re: Proposal - A Very Simple API for Reading Simple XML Data</title>
	<published>2009-09-08T04:35:46Z</published>
	<updated>2009-09-08T04:35:46Z</updated>
	<author>
		<name>Gary Rowe</name>
	</author>
	<content type="html">After stumbling upon this answer I thought I'd do the conversion and compare the two approaches. 
&lt;br&gt;&lt;br&gt;I happened to have used the original posters method but didn't like it because it seemed to move the persistence meta-data out of the model and into an external adapter. Some people may like that, but I prefer to have the persistence meta-data in the form of annotations right next to the model (or DTO if you prefer). 
&lt;br&gt;&lt;br&gt;So I made the conversion and using XStream I was able to remove vast tracts of marshalling code and condense it into a a single 3 line templated method in a base class. All the mapping information is now held in simple to understand annotations, and specialised date handling is managed through an XStream converter. 
&lt;br&gt;&lt;br&gt;Now for the all important performance figures. In my particular configuration that requires a *lot* of XML parsing and mucking about with various InputStreams, XStream came out on top - which is a relief given the benefits that it brings. The times to completion were: 
&lt;br&gt;&lt;br&gt;Traditional XML through DocumentFactory and Node analysis=32s
&lt;br&gt;XStream=26s
&lt;br&gt;&lt;br&gt;Not a vast difference (~20%) but enough to justify XStream as the better way to go.
&lt;br&gt;&lt;br&gt;Hope this helps someone.
&lt;br&gt;&lt;br&gt;Gary &amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Bruno Borges wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Try XStream. :-)
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Bruno
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Proposal---A-Very-Simple-API-for-Reading-Simple-XML-Data-tp23804602p25344422.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25077241</id>
	<title>DO NOT REPLY [Bug 47720] New: Find Catalogs using Service Provider Interface</title>
	<published>2009-08-21T03:00:14Z</published>
	<updated>2009-08-21T03:00:14Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=47720&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=47720&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Find Catalogs using Service Provider Interface
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: XmlCommons
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 1.x
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: enhancement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Resolver
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25077241&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;commons-dev@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25077241&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Martin.vGagern@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #0 from Martin von Gagern &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25077241&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Martin.vGagern@...&lt;/a&gt;&amp;gt; 2009-08-21 03:00:04 PDT ---
&lt;br&gt;Developing apps would be greatly simplified if you could simply add some JAR to
&lt;br&gt;the classpath, and a Catalog as generated by the default CatalogManager would
&lt;br&gt;find the catalog within that JAR as well as the documents it references.
&lt;br&gt;&lt;br&gt;To achieve this, I believe a slightly modified version of the Service Provider
&lt;br&gt;Interface would be most suitable.
&lt;br&gt;&lt;a href=&quot;http://java.sun.com/j2se/1.5.0/docs/guide/jar/jar.html#Service%20Provider&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/j2se/1.5.0/docs/guide/jar/jar.html#Service%20Provider&lt;/a&gt;&lt;br&gt;describes that a file under META-INF/services/package.interface.Name should
&lt;br&gt;list qualified names of classes providing said interface.
&lt;br&gt;&lt;br&gt;To work with XML catalogs, you would specify a class name, but instead the name
&lt;br&gt;of a resource. So I think that you should have a file called
&lt;br&gt;&amp;quot;META-INF/services/org.apache.xml.resolver.catalog&amp;quot; which would contain lines
&lt;br&gt;like &amp;quot;my/company/catalog.xml&amp;quot;. That catalog could then be located as a
&lt;br&gt;resource, auto-appended to the list of catalogs and parsed along with the
&lt;br&gt;system catalogs.
&lt;br&gt;&lt;br&gt;One could consider placing the catalog itself in the META-INF directory. That,
&lt;br&gt;however, would probably prevent it from being uniquely identified by its name
&lt;br&gt;alone, which might be useful if you want to deal with the catalog yourself,
&lt;br&gt;without using the full CatalogManager framework.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-47720--New%3A-Find-Catalogs-using-Service-Provider-Interface-tp25077241p25077241.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24995034</id>
	<title>August Board Report</title>
	<published>2009-08-16T08:54:27Z</published>
	<updated>2009-08-16T08:54:27Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;Hey all,&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;According to the calendar the August board meeting is happening this Wednesday and we're due to report again. &amp;nbsp;The page for the report is setup on the Wiki here: &lt;a href=&quot;http://wiki.apache.org/xerces/August2009&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/xerces/August2009&lt;/a&gt;. &amp;nbsp;As usual I'll cover Xerces-J and XML Commons. &amp;nbsp;Could other committers please fill in the status for Xerces-C and Xerces-P.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thanks.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24995034&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24995034&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/August-Board-Report-tp24995034p24995034.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24919358</id>
	<title>DO NOT REPLY [Bug 47671] unable to resolve a relative path</title>
	<published>2009-08-11T08:00:06Z</published>
	<updated>2009-08-11T08:00:06Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=47671&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=47671&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #3 from Earl Hood &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24919358&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;earl@...&lt;/a&gt;&amp;gt; 2009-08-11 08:00:03 PDT ---
&lt;br&gt;(In reply to comment #2)
&lt;br&gt;&amp;gt; resolveSystem(file:/files/erlang/module.xsl)
&lt;br&gt;&amp;gt; resolveSystem(file:/files/erlang/erlang.xml)
&lt;br&gt;&amp;gt; resolveSystem(file:/files/erlang/erlref.dtd)
&lt;br&gt;&lt;br&gt;The above verbosity implies (to me) that the parser is passing
&lt;br&gt;the wrong system ID to the resolver.
&lt;br&gt;&lt;br&gt;I.e. Instead of the XML parser passing just &amp;quot;erlref.dtd&amp;quot; to
&lt;br&gt;the resolver, the parser is first fully qualifying the system ID
&lt;br&gt;(probably based upon the current working directory)
&lt;br&gt;before it passes the system ID to the resolver. &amp;nbsp;Since the
&lt;br&gt;catalog has no entry for &amp;quot;file:/files/erlang/erlref.dtd&amp;quot;, the
&lt;br&gt;resolver will find no matching entries.
&lt;br&gt;&lt;br&gt;The parser then attempts to load the file directory, which of
&lt;br&gt;course fails since the file does not exist with given path.
&lt;br&gt;&lt;br&gt;At this time, this appears to be an XML parser problem.
&lt;br&gt;The parser should only be passing &amp;quot;erlref.dtd&amp;quot; to the
&lt;br&gt;resolver.
&lt;br&gt;&lt;br&gt;BTW, did you trim some of the diagnostic output? &amp;nbsp;It seems
&lt;br&gt;the XML parser is calling Catalog directly versus the
&lt;br&gt;CatalogResolver class that implements the SAX EntityResolver
&lt;br&gt;and JAXP URIResolver interfances. &amp;nbsp;I see no debugging messages
&lt;br&gt;from the CatalogResolver class.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-47671--New%3A-unable-to-resolve-a-relative-path-tp24904995p24919358.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24911673</id>
	<title>DO NOT REPLY [Bug 47671] unable to resolve a relative path</title>
	<published>2009-08-10T21:53:37Z</published>
	<updated>2009-08-10T21:53:37Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=47671&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=47671&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Dave Pawson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24911673&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dave.pawson@...&lt;/a&gt;&amp;gt; 2009-08-10 21:53:34 PDT ---
&lt;br&gt;What is the full catalog?
&lt;br&gt;Does the path &amp;quot;/files/erlang/dtds/erlref.dtd&amp;quot; exist on
&lt;br&gt;the filesystem? &amp;nbsp;Or have you set xml:base?
&lt;br&gt;&lt;br&gt;Have you tried setting the verbosity with the
&lt;br&gt;xml.catalog.verbosity property. Set to 5 or larger to get maximum
&lt;br&gt;verbosity. &amp;nbsp;This will determine if your catalog is actually getting
&lt;br&gt;read and what the resolver does when resolving a uri.
&lt;br&gt;&lt;br&gt;What is the exact error message(s) you get?
&lt;br&gt;&lt;br&gt;If you can provide a reproducable test case, it will make
&lt;br&gt;finding a solution faster.
&lt;br&gt;&lt;br&gt;1. full catalog
&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;catalog xmlns=&amp;quot;urn:oasis:names:tc:entity:xmlns:xml:catalog&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;system
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; systemId=&amp;quot;erlref.dtd&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; uri=&amp;quot;/files/erlang/dtds/erlref.dtd&amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;systemSuffix
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; systemIdSuffix=&amp;quot;xhtml-lat1.ent&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; uri=&amp;quot;/files/erlang/dtds/xhtml-lat1.ent&amp;quot; &amp;nbsp; &amp;nbsp; /&amp;gt;
&lt;br&gt;&amp;lt;/catalog&amp;gt;
&lt;br&gt;&lt;br&gt;2. The dtd and entity file are in ./dtds /files/erlang/dtds
&lt;br&gt;3. I had tried xml:base, but now removed.
&lt;br&gt;&lt;br&gt;Instance has 
&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;latin1&amp;quot; ?&amp;gt;
&lt;br&gt;&amp;lt;!DOCTYPE erlref SYSTEM &amp;quot;erlref.dtd&amp;quot;&amp;gt;
&lt;br&gt;a file of 
&lt;br&gt;&amp;lt;erlref&amp;gt;&amp;nbsp&amp;lt;/erlref&amp;gt;
&lt;br&gt;&lt;br&gt;would test it.
&lt;br&gt;&lt;br&gt;I have CatalogManger.properties with verbosity set high.
&lt;br&gt;&lt;br&gt;Error reported is:
&lt;br&gt;&lt;br&gt;Parse catalog: erlang.catalog.xml &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Loading catalog: erlang.catalog.xml
&lt;br&gt;Default BASE: file:////files/erlang/erlang.catalog.xml
&lt;br&gt;system: erlref.dtd
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /files/erlang/dtds/erlref.dtd
&lt;br&gt;SYSTEM: erlref.dtd
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; file:/files/erlang/dtds/erlref.dtd
&lt;br&gt;systemSuffix: xhtml-lat1.ent
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /files/erlang/dtds/xhtml-lat1.ent
&lt;br&gt;SYSTEM_SUFFIX: xhtml-lat1.ent
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; file:/files/erlang/dtds/xhtml-lat1.ent
&lt;br&gt;resolveSystem(file:/files/erlang/module.xsl)
&lt;br&gt;resolveSystem(file:/files/erlang/erlang.xml)
&lt;br&gt;resolveSystem(file:/files/erlang/erlref.dtd)
&lt;br&gt;Error on line 2 column 37 of file:/files/erlang/erlang.xml:
&lt;br&gt;&amp;nbsp; Error reported by XML parser: Cannot read from file:/files/erlang/erlref.dtd
&lt;br&gt;(/files/erlang/erlref.dtd (No such file or directory))
&lt;br&gt;Transformation failed: Run-time errors were reported
&lt;br&gt;&lt;br&gt;HTH
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-47671--New%3A-unable-to-resolve-a-relative-path-tp24904995p24911673.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24909303</id>
	<title>DO NOT REPLY [Bug 47671] unable to resolve a relative path</title>
	<published>2009-08-10T16:27:33Z</published>
	<updated>2009-08-10T16:27:33Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=47671&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=47671&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Earl Hood &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24909303&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;earl@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24909303&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;earl@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Earl Hood &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24909303&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;earl@...&lt;/a&gt;&amp;gt; 2009-08-10 16:27:31 PDT ---
&lt;br&gt;What is the full catalog?
&lt;br&gt;Does the path &amp;quot;/files/erlang/dtds/erlref.dtd&amp;quot; exist on
&lt;br&gt;the filesystem? &amp;nbsp;Or have you set xml:base?
&lt;br&gt;&lt;br&gt;Have you tried setting the verbosity with the
&lt;br&gt;xml.catalog.verbosity property. Set to 5 or larger to get maximum
&lt;br&gt;verbosity. &amp;nbsp;This will determine if your catalog is actually getting
&lt;br&gt;read and what the resolver does when resolving a uri.
&lt;br&gt;&lt;br&gt;What is the exact error message(s) you get?
&lt;br&gt;&lt;br&gt;If you can provide a reproducable test case, it will make
&lt;br&gt;finding a solution faster.
&lt;br&gt;&lt;br&gt;BTW, I'm not an official maintainer of the resolver code,
&lt;br&gt;but I had to dive into it over a year ago to fix bugs.
&lt;br&gt;I believe some of my patches have been accepted, but
&lt;br&gt;I do not think a new release of the resolver has been
&lt;br&gt;done in quite some time.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-47671--New%3A-unable-to-resolve-a-relative-path-tp24904995p24909303.html" />
</entry>

</feed>
