<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MIT blogs &#187; java</title>
	<atom:link href="http://blog.meissner.it/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.meissner.it</link>
	<description>blogs der meissner.IT</description>
	<lastBuildDate>Tue, 06 Jul 2010 11:19:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing amtu on Debian Lenny (Etch) as non-root</title>
		<link>http://blog.meissner.it/installing-amtu-on-debian-lenny-etch-as-non-root/</link>
		<comments>http://blog.meissner.it/installing-amtu-on-debian-lenny-etch-as-non-root/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 16:28:23 +0000</pubDate>
		<dc:creator>Markus Meissner</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blog.meissner.it/?p=78</guid>
		<description><![CDATA[The secure installation of amtu on Debian has some pitfalls. The problem is that amtu uses java.util.prefs.Preferences#systemNodeForPackage instead of java.util.prefs.Preferences#userNodeForPackage (com.amazon.merchants.transport.preferences.UserAccountPreferences). This leads to the problem that the configuration is not stored as non-root user or even more unpredictable: It is stored if you do the configuration as root and cannot be read or updated [...]]]></description>
		<wfw:commentRss>http://blog.meissner.it/installing-amtu-on-debian-lenny-etch-as-non-root/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing with arrays</title>
		<link>http://blog.meissner.it/playing-with-arrays/</link>
		<comments>http://blog.meissner.it/playing-with-arrays/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 16:55:49 +0000</pubDate>
		<dc:creator>Markus Meissner</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blog.meissner.it/?p=13</guid>
		<description><![CDATA[Presenting today: One of &#8220;took me two hours&#8221; issues. This codes seems to be ok: 123Object&#91;&#93; strArr = new String&#91;&#93; &#123; &#34;whatever&#34; &#125;; Object&#91;&#93; newArr = ArrayUtils.addAll&#40;strArr, null&#41;; ArrayUtils.addAll&#40;newArr, new Object&#91;&#93; &#123; Boolean.TRUE &#125;&#41;; But executing it leads to the following exception: Exception in thread "main" java.lang.ArrayStoreException at java.lang.System.arraycopy(Native Method) at org.apache.commons.lang.ArrayUtils.addAll(ArrayUtils.java:2972) This is because [...]]]></description>
		<wfw:commentRss>http://blog.meissner.it/playing-with-arrays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>logback and -Dlogback.configurationFile</title>
		<link>http://blog.meissner.it/logback-and-dlogback-configurationfile/</link>
		<comments>http://blog.meissner.it/logback-and-dlogback-configurationfile/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 16:59:15 +0000</pubDate>
		<dc:creator>Markus Meissner</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[logback]]></category>

		<guid isPermaLink="false">http://blog.meissner.it/?p=10</guid>
		<description><![CDATA[Today I was fighting against logback and its configuration option -Dlogback.configurationFile. Logback has simply ignored this option, no matter what I have tried. Simple solution: Upgrade from logback v0.9.9 to logback v0.9.15 and everything works as expected.]]></description>
		<wfw:commentRss>http://blog.meissner.it/logback-and-dlogback-configurationfile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
