<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Ralph's TechBlog</title>
	<atom:link href="http://techblog.ralph-schuster.eu/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.ralph-schuster.eu</link>
	<description>Technical stuff for IT experts</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:17:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on CSV/Excel Utility Package for Java by Ralph</title>
		<link>http://techblog.ralph-schuster.eu/csv-utility-package-for-java/comment-page-1/#comment-1263</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Wed, 08 Feb 2012 12:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?page_id=36#comment-1263</guid>
		<description>CSV files do not have a &quot;second sheet&quot;, there is only one &quot;sheet&quot; per CSV file. That means in order to read a second CSV file you simply create a new CSVReader. 

Hope this helps....</description>
		<content:encoded><![CDATA[<p>CSV files do not have a &#8220;second sheet&#8221;, there is only one &#8220;sheet&#8221; per CSV file. That means in order to read a second CSV file you simply create a new CSVReader. </p>
<p>Hope this helps&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSV/Excel Utility Package for Java by hidayath</title>
		<link>http://techblog.ralph-schuster.eu/csv-utility-package-for-java/comment-page-1/#comment-1262</link>
		<dc:creator>hidayath</dc:creator>
		<pubDate>Wed, 08 Feb 2012 11:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?page_id=36#comment-1262</guid>
		<description>How can i read  a second sheet in csv file.</description>
		<content:encoded><![CDATA[<p>How can i read  a second sheet in csv file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developer&#8217;s Instructions by prabhu</title>
		<link>http://techblog.ralph-schuster.eu/b4j-bugzilla-for-java/documentation/developers-instructions/comment-page-1/#comment-1207</link>
		<dc:creator>prabhu</dc:creator>
		<pubDate>Tue, 10 Jan 2012 11:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?page_id=195#comment-1207</guid>
		<description>I am getting the exception. java.lang.ClassCastException: org.apache.commons.configuration.XMLConfiguration cannot be cast to org.apache.commons.configuration.SubnodeConfiguration

XMLConfiguration myConfig = new XMLConfiguration(new File(&quot;src/myConfig.xml&quot;));
HttpBugzillaSession session = new HttpBugzillaSession();
session.configure(myConfig); //exception here


   http://localhost/
   
      p2@ss.com  
      password 
   
   class=&quot;b4j.core.DefaultBugzillaBug&quot;</description>
		<content:encoded><![CDATA[<p>I am getting the exception. java.lang.ClassCastException: org.apache.commons.configuration.XMLConfiguration cannot be cast to org.apache.commons.configuration.SubnodeConfiguration</p>
<p>XMLConfiguration myConfig = new XMLConfiguration(new File(&#8220;src/myConfig.xml&#8221;));<br />
HttpBugzillaSession session = new HttpBugzillaSession();<br />
session.configure(myConfig); //exception here</p>
<p>   <a href="http://localhost/" rel="nofollow">http://localhost/</a></p>
<p>      <a href="mailto:p2@ss.com">p2@ss.com</a><br />
      password </p>
<p>   class=&#8221;b4j.core.DefaultBugzillaBug&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IceScrum Release 4 by Ralph</title>
		<link>http://techblog.ralph-schuster.eu/2011/12/09/icescrum-release-4/comment-page-1/#comment-1205</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Tue, 10 Jan 2012 09:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?p=280#comment-1205</guid>
		<description>IceScrum meanwhile released two updates of version 4. However, running it with Tomcat 7 and Java7 still produces bugs in our environment :(</description>
		<content:encoded><![CDATA[<p>IceScrum meanwhile released two updates of version 4. However, running it with Tomcat 7 and Java7 still produces bugs in our environment <img src='http://techblog.ralph-schuster.eu/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Download by prabhu</title>
		<link>http://techblog.ralph-schuster.eu/b4j-bugzilla-for-java/download/comment-page-1/#comment-1203</link>
		<dc:creator>prabhu</dc:creator>
		<pubDate>Tue, 10 Jan 2012 07:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?page_id=48#comment-1203</guid>
		<description>Just wanted to evaluate</description>
		<content:encoded><![CDATA[<p>Just wanted to evaluate</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSV/Excel Utility Package for Java by mrp</title>
		<link>http://techblog.ralph-schuster.eu/csv-utility-package-for-java/comment-page-1/#comment-1193</link>
		<dc:creator>mrp</dc:creator>
		<pubDate>Thu, 29 Dec 2011 14:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?page_id=36#comment-1193</guid>
		<description>Very good library, especially JDBC-&gt;Excel. You should submit it to official Maven repos as you can reach much more interest with your project. The benefit is devs can include it in projects with five lines of XML dependency and updating is just matter of changing version string. Maven does all download, dependency management and storage stuff.</description>
		<content:encoded><![CDATA[<p>Very good library, especially JDBC-&gt;Excel. You should submit it to official Maven repos as you can reach much more interest with your project. The benefit is devs can include it in projects with five lines of XML dependency and updating is just matter of changing version string. Maven does all download, dependency management and storage stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSV/Excel Utility Package for Java by buywowgoldsbo</title>
		<link>http://techblog.ralph-schuster.eu/csv-utility-package-for-java/comment-page-1/#comment-1128</link>
		<dc:creator>buywowgoldsbo</dc:creator>
		<pubDate>Tue, 13 Dec 2011 12:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?page_id=36#comment-1128</guid>
		<description>I had this post saved some time in the past but my PC crashed. I have since gotten a new one and it took me a while to find this! I also in fact like the template though.</description>
		<content:encoded><![CDATA[<p>I had this post saved some time in the past but my PC crashed. I have since gotten a new one and it took me a while to find this! I also in fact like the template though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSV/Excel Utility Package for Java by Ralph&#8217;s TechBlog &#187; Blog Archive &#187; CSV/Excel Utility Package V2.2 released</title>
		<link>http://techblog.ralph-schuster.eu/csv-utility-package-for-java/comment-page-1/#comment-1106</link>
		<dc:creator>Ralph&#8217;s TechBlog &#187; Blog Archive &#187; CSV/Excel Utility Package V2.2 released</dc:creator>
		<pubDate>Mon, 05 Dec 2011 20:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?page_id=36#comment-1106</guid>
		<description>[...] can download the new version here or visit the Homepage of the utility where you will find some examples on how to use [...]</description>
		<content:encoded><![CDATA[<p>[...] can download the new version here or visit the Homepage of the utility where you will find some examples on how to use [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on B4J &#8211; Bugzilla for Java by Nancy</title>
		<link>http://techblog.ralph-schuster.eu/b4j-bugzilla-for-java/comment-page-1/#comment-1044</link>
		<dc:creator>Nancy</dc:creator>
		<pubDate>Sun, 02 Oct 2011 03:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?page_id=46#comment-1044</guid>
		<description>Thanks for  the share!   
Nancy.R</description>
		<content:encoded><![CDATA[<p>Thanks for  the share!<br />
Nancy.R</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Undocumented Java WebStart Features by Heli</title>
		<link>http://techblog.ralph-schuster.eu/2011/09/22/undocumented-java-webstart-features/comment-page-1/#comment-1040</link>
		<dc:creator>Heli</dc:creator>
		<pubDate>Fri, 23 Sep 2011 01:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?p=267#comment-1040</guid>
		<description>Much appreciated for the information and share!       
Nancy</description>
		<content:encoded><![CDATA[<p>Much appreciated for the information and share!<br />
Nancy</p>
]]></content:encoded>
	</item>
</channel>
</rss>

