<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Think. Reflect. Act. &#187; WebApp</title>
	<atom:link href="http://www.homik.de/think/index.php/category/java/webapp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.homik.de/think</link>
	<description></description>
	<lastBuildDate>Sun, 19 Apr 2009 15:31:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.3" -->
		<copyright> Think. Reflect. Act. </copyright>
		<managingEditor> ()</managingEditor>
		<webMaster> ()</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary></itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email></itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit></itunes:explicit>
		<itunes:image href="http://www.homik.de/think/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url></url>
			<title>Think. Reflect. Act.</title>
			<link>http://www.homik.de/think</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Upgrading Twitter</title>
		<link>http://www.homik.de/think/index.php/2009/03/19/upgrading-twitter/</link>
		<comments>http://www.homik.de/think/index.php/2009/03/19/upgrading-twitter/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 19:05:11 +0000</pubDate>
		<dc:creator>Martin Homik</dc:creator>
				<category><![CDATA[WebApp]]></category>

		<guid isPermaLink="false">http://www.homik.de/think/index.php/2009/03/19/upgrading-twitter/</guid>
		<description><![CDATA[There is a nice post by Gojko Adzic about a talk he attended. The talk was given by Evan Weaver about experience with upgrading twitter.Â  It is quite interesting to know how sites having huge traffic solve performance problems.
]]></description>
			<content:encoded><![CDATA[<p>There is a nice post by <a href="http://gojko.net/2009/03/16/qcon-london-2009-upgrading-twitter-without-service-disruptions/">Gojko Adzic</a> about a talk he attended. The talk was given by Evan Weaver about experience with upgrading twitter.Â  It is quite interesting to know how sites having huge traffic solve performance problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.homik.de/think/index.php/2009/03/19/upgrading-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>German Web2.0 Paper Magazin</title>
		<link>http://www.homik.de/think/index.php/2008/09/05/german-web20-paper-magazin/</link>
		<comments>http://www.homik.de/think/index.php/2008/09/05/german-web20-paper-magazin/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 07:07:09 +0000</pubDate>
		<dc:creator>Martin Homik</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[WebApp]]></category>

		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/09/05/german-web20-paper-magazin/</guid>
		<description><![CDATA[Yesterday I went to town to get the new Java magazine. While I was at the store, I thought I could also try a new magazine. In that moment I realized that customers have many options to get A Linux or a Mac magazine which is a change when I payed attention to the fact [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Yesterday I went to town to get the new Java magazine. While I was at the store, I thought I could also try a new magazine. In that moment I realized that customers have many options to get A Linux or a Mac magazine which is a change when I payed attention to the fact the last time (a few years ago).Â  But actually, I searched for a magazine on Web2.0 or JavaScript. Both are fields I am diving into right now. Though I know many sources on the Net, I was surprised to see, or more accurately not to see, any magazine that covers this topic.</p>
<p>Can you recommend any magazine?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.homik.de/think/index.php/2008/09/05/german-web20-paper-magazin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Struts2 URL Tag</title>
		<link>http://www.homik.de/think/index.php/2008/08/26/struts2-url-tag/</link>
		<comments>http://www.homik.de/think/index.php/2008/08/26/struts2-url-tag/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 10:37:45 +0000</pubDate>
		<dc:creator>Martin Homik</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[WebApp]]></category>

		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/08/26/struts2-url-tag/</guid>
		<description><![CDATA[I use the Struts2 URL tag all the time to expand relative paths with the current context. I also use it to address images. I have not proven it, but today, I got the hint that an image to which an argument is appended, will be loaded each time the page is displayed. To prevent [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">I use the Struts2 URL tag all the time to expand relative paths with the current context. I also use it to address images. I have not proven it, but today, I got the hint that an image to which an argument is appended, will be loaded each time the page is displayed. To prevent appending of additional parameters, use the <em>includeParams </em>attribute and set the value to <em>none</em>. Below is an example for a dynamically created URL.</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"><span class="sc3"><span class="re1">&lt;s:url</span> <span class="re0">value</span>=<span class="st0">&quot;%{&#8216;images/flags/&#8217;+locale+&#8217;.png&#8217;}&quot;</span> <span class="re0">includeParams</span>=<span class="st0">&quot;none&quot;</span> <span class="re0">id</span>=<span class="st0">&quot;localeURL&quot;</span><span class="re2">&gt;</span></span><span class="sc3"><span class="re1">&lt;/s:url<span class="re2">&gt;</span></span></span></div>
</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.homik.de/think/index.php/2008/08/26/struts2-url-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging Maven projects with Eclipse</title>
		<link>http://www.homik.de/think/index.php/2008/07/31/debugging-maven-projects-with-eclipse/</link>
		<comments>http://www.homik.de/think/index.php/2008/07/31/debugging-maven-projects-with-eclipse/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 06:15:29 +0000</pubDate>
		<dc:creator>Martin Homik</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[WebApp]]></category>

		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/07/31/debugging-maven-projects-with-eclipse/</guid>
		<description><![CDATA[Debugging Maven projects with Eclipse or any other IDE on Windows is not trivial. In the beginning. But once you know the mechansim, it&#8217;s simple. I googled and found a few helpful pages. Look here. Here are my experiences.
Maven supports two debug modes: the Generic and the Surefire. If you want to debug maven itself, [...]]]></description>
			<content:encoded><![CDATA[<p>Debugging Maven projects with Eclipse or any other IDE on Windows is not trivial. In the beginning. But once you know the mechansim, it&#8217;s simple. I googled and found a few helpful pages. Look <a href="http://docs.codehaus.org/display/MAVENUSER/Dealing+with+Eclipse-based+IDE">here</a>. Here are my experiences.</p>
<p>Maven supports two debug modes: the <strong>Generic</strong> and the <strong>Surefire</strong>. If you want to debug maven itself, one of maven&#8217;s plugins, or a maven project, use the <strong>Generic</strong> Approach. If you want to debug a test in your project launched by surefire, use the <strong>Surefire</strong> Approach.</p>
<p><strong>Surefire Approach</strong>.</p>
<ul>
<li>Create a new Java Project and call it &#8220;Maven Debug&#8221;.  This Project will <strong>never</strong> have any source code in it, it is just a shell for attaching the debugger.</li>
<li>Create a debug configuration: <em>Run -&gt; Debug Configurations</em> and then right click on <em>Remote Java Application</em> and select <em>New launch configuration</em>. Call it &#8220;Maven Surefire&#8221;.</li>
<li>Â On the <em>Connect </em>tab click the <em>Browse </em>button and select the &#8220;Maven Debug&#8221; project.</li>
<li>Set connection properties to localhost and port 5005. This is the port on which Surefire waits for the debugger.</li>
<li>The connection type is Standard (Socket Attach)</li>
<li>On the Source tab add all projects that have any Maven source that you want to debug.</li>
</ul>
<p>Now let&#8217;s do the actual debugging.</p>
<ul>
<li>Select break points in the code you&#8217;re are going to run. Note, you cn select only code in your test classes. It won&#8217;t work on classes outside the test phase.</li>
<li>In your command line, append the following switch to your maven command: -Dmaven.surefire.debug. For example, to debug the tests run by the maven lifecycle <em>install </em>do <em>mvn install -Dmaven.surefire.debug</em></li>
<li>Wait for maven to pause its execution and display the message: <em>Listening <span class="code-keyword">for</span> transport dt_socket at address: 5005</em></li>
<li>Attach the debugger to the running maven by selecting the &#8220;Maven Surefire&#8221; debug configuration created above. Your debugger should stop at your breakpoint.</li>
</ul>
<p><strong>Generic Approach</strong>.</p>
<ul>
<li>Follow the instructions, presented <a href="http://docs.codehaus.org/display/MAVENUSER/Dealing+with+Eclipse-based+IDE">here</a>. The only instructions that worked for me. They are very similar to the Surefire Approach.</li>
<li>Note: use Maven 2.0.8 or higher. The, you don&#8217;t need to write your own maven debug script. It&#8217;ll be sufficient to use the shipped <em>mvnDebug</em> script.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.homik.de/think/index.php/2008/07/31/debugging-maven-projects-with-eclipse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OSGI and Spring</title>
		<link>http://www.homik.de/think/index.php/2008/06/11/osgi-and-spring/</link>
		<comments>http://www.homik.de/think/index.php/2008/06/11/osgi-and-spring/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 08:37:45 +0000</pubDate>
		<dc:creator>Martin Homik</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[WebApp]]></category>

		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/06/11/osgi-and-spring/</guid>
		<description><![CDATA[There is a great presentation on OSGi and Spring at Parleys by Adrian Colyer and Costin Leau. They give a great introduction into OSGi and Spring and explain how to integrate both frameworks.
If you ask what are the benefits of going OSGi with Spring, read Adrian&#8217;s article Why should I care about OSGi anyway?Â 
]]></description>
			<content:encoded><![CDATA[<p>There is a great presentation on <a href="http://www.parleys.com/display/PARLEYS/Home#slide=1;talk=13041700;title=OSGi%20with%20Spring">OSGi and Spring</a> at <a href="http://www.parleys.com/">Parleys</a> by Adrian Colyer and Costin Leau. They give a great introduction into OSGi and Spring and explain how to integrate both frameworks.</p>
<p>If you ask what are the benefits of going OSGi with Spring, read Adrian&#8217;s article <em><a href="http://blog.springsource.com/main/2008/05/15/why-should-i-care-about-osgi-anyway/">Why should I care about OSGi anyway?Â </a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.homik.de/think/index.php/2008/06/11/osgi-and-spring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to test HTML code with dbunit</title>
		<link>http://www.homik.de/think/index.php/2008/04/22/how-to-test-html-code-with-dbunit/</link>
		<comments>http://www.homik.de/think/index.php/2008/04/22/how-to-test-html-code-with-dbunit/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 12:38:57 +0000</pubDate>
		<dc:creator>Martin Homik</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[WebApp]]></category>

		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/04/22/how-to-test-html-code-with-dbunit/</guid>
		<description><![CDATA[As you know, I am working with AppFuse, and one important part of AppFuse is testing. To do that, you need sample data which is imported into the database. The dbunit sample data specifications says, that you can use any parsed character data as value but it does not say how to add html snippets [...]]]></description>
			<content:encoded><![CDATA[<p>As you know, I am working with AppFuse, and one important part of AppFuse is testing. To do that, you need sample data which is imported into the database. The dbunit sample data specifications says, that you can use any parsed character data as value but it does not say how to add html snippets into the database. To do that, you have to escape html entities. Below is an example for a body value element of table storing blog posts:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"><span class="sc3"><span class="re1">&lt;value</span> <span class="re0">description</span>=<span class="st0">&quot;body&quot;</span><span class="re2">&gt;</span></span></div>
</li>
<li class="li1">
<div class="de1"><span class="sc1">&amp;amp;</span>lt;p align=&quot;justify&quot;<span class="sc1">&amp;amp;</span>gt;London is the largest urban area and capital of England and the United Kingdom. <span class="sc1">&amp;amp;</span>lt;p<span class="sc1">&amp;amp;</span>gt;</div>
</li>
<li class="li1">
<div class="de1"><span class="sc3"><span class="re1">&lt;/value<span class="re2">&gt;</span></span></span></div>
</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.homik.de/think/index.php/2008/04/22/how-to-test-html-code-with-dbunit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to display html snippets in Struts2</title>
		<link>http://www.homik.de/think/index.php/2008/04/22/how-to-display-html-snippets-in-struts2/</link>
		<comments>http://www.homik.de/think/index.php/2008/04/22/how-to-display-html-snippets-in-struts2/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 12:38:12 +0000</pubDate>
		<dc:creator>Martin Homik</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[WebApp]]></category>

		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/04/22/how-to-display-html-snippets-in-struts2/</guid>
		<description><![CDATA[The second problem, I solved today, was to display html snippets in Struts. These snippets were stored in a POJO. If you use the usual Struts property element for displaying data, it will escape html code. Hence, you have to turn off escaping:



&#60;s:property escape=&#34;false&#34; value=&#34;body&#34;&#62;&#60;/s:property&#62;



]]></description>
			<content:encoded><![CDATA[<p>The second problem, I solved today, was to display html snippets in Struts. These snippets were stored in a POJO. If you use the usual Struts property element for displaying data, it will escape html code. Hence, you have to turn off escaping:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"><span class="sc3"><span class="re1">&lt;s:property</span> <span class="re0">escape</span>=<span class="st0">&quot;false&quot;</span> <span class="re0">value</span>=<span class="st0">&quot;body&quot;</span><span class="re2">&gt;</span></span><span class="sc3"><span class="re1">&lt;/s:property<span class="re2">&gt;</span></span></span></div>
</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.homik.de/think/index.php/2008/04/22/how-to-display-html-snippets-in-struts2/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Automatic time-stamping of persisted data</title>
		<link>http://www.homik.de/think/index.php/2008/04/08/automatic-timestamping-of-persisted-data/</link>
		<comments>http://www.homik.de/think/index.php/2008/04/08/automatic-timestamping-of-persisted-data/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 08:44:23 +0000</pubDate>
		<dc:creator>Martin Homik</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[WebApp]]></category>

		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/04/08/automatic-timestamping-of-persisted-data/</guid>
		<description><![CDATA[In my scenario, I want to know when a persisted object has been modified. This information should be stored in the database. There are a few approaches to do that.

 In the database &#8212; I&#8217;ve read this suggestion somewhere that you can set a trigger. However, not all databases support this feature. Moreover, database independence [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">In my scenario, I want to know when a persisted object has been modified. This information should be stored in the database. There are a few approaches to do that.</p>
<ul>
<li> In the database &#8212; I&#8217;ve read this suggestion somewhere that you can set a trigger. However, not all databases support this feature. Moreover, database independence is crucial. Setting a trigger as Java Annotation or property would be more convenient.</li>
<li>AOP  &#8212;  Write a Spring aspect that intercepts calls to Hibernate/Database and add the current time-stamp to the appropriate field.</li>
<li>JPA @Version &#8212; This was a promising approach. Unfortunately, edited objects were not updated but newly inserted. See a description <a href="http://www.homik.de/think/index.php/2008/03/26/entity-versioning-in-appfuse/">here</a>.</li>
<li>JPA Listeners &#8211; by  implementing JPA listeners and using @PrePersist annotations this would be the most convenient and elegant way to  implement the requirement. For some reason, entity listeners don&#8217;t work with AppFuse/Hibernate. <a href="http://www.nabble.com/forum/ViewPost.jtp?post=14399708&amp;framed=y&amp;skin=2369">Speculations</a> point to Hibernate not supporting this feature.</li>
<li>Hibernate Interceptor &#8211; Similar to an aspect, one could implement a Hibernate Interceptor. However this approach bind the application to a specific Persistence Framework and prevents other persistency options in future. While this is a nice decision, one has to bear in mind that JPA is a small subset of features provided by each persistence framework. Hibernate is by far much more expressive than JPA and offers much more support than other frameworks. I fear that in the future, I will decide in favour of Hibernate as it offers much more support.</li>
<li>Manual &#8212; probably the worst solution is to leave the developer in full control. That is, he has to care that a timestamp is added and modified whenever an object is edited. This approach error-prone as changing the modified time-stamp can be forgotten. Morever, there can be a delay between setting the modified time-stamp and the actual persist action to the database.</li>
</ul>
<p>The only option left is to give Spring AOP a shot. Let&#8217;s go!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.homik.de/think/index.php/2008/04/08/automatic-timestamping-of-persisted-data/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Search with SQL</title>
		<link>http://www.homik.de/think/index.php/2008/04/07/search-with-sql/</link>
		<comments>http://www.homik.de/think/index.php/2008/04/07/search-with-sql/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 11:51:15 +0000</pubDate>
		<dc:creator>Martin Homik</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[WebApp]]></category>

		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/04/07/search-with-sql/</guid>
		<description><![CDATA[Today I came across a wonderful Hibernate extension called Hibernate Search. If you have ever developed a web application with Hibernate which offered search, then you might have experiences the painful text search implementation with SQL/HQL. The truth is, SQL does not address the problem of text search in a way as we are accustomed [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Today I came across a wonderful <a href="http://www.hibernate.org/">Hibernate </a>extension called <a href="http://www.hibernate.org/410.html"><em>Hibernate Search</em></a>. If you have ever developed a web application with Hibernate which offered search, then you might have experiences the painful text search implementation with SQL/HQL. The truth is, SQL does not address the problem of text search in a way as we are accustomed to from Google Search. Just writing generic queries using <em>like </em>expressions with wildcards does not fulfil performance  requirements.</p>
<p align="justify">This problem is actually addressed by <a href="http://lucene.apache.org/">Lucene</a>. However, in a web application were the domain model is a key part of the business logic, Lucene is not easy to integrate. Problem such as structural mismatch, synchronization mismatch, and retrieval mismatch have to be solved. To bridge the gap and to provide the best things from both worlds, Lucene is now integrated into Hibernate. Search queries can be issued against the database or against Lucene in a transparant way. Search performance increases a lot and the developer has a very comfortable way to state queries and to provide results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.homik.de/think/index.php/2008/04/07/search-with-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bug in Maven Surefire Plugin</title>
		<link>http://www.homik.de/think/index.php/2008/03/26/bug-in-maven-surefire-plugin/</link>
		<comments>http://www.homik.de/think/index.php/2008/03/26/bug-in-maven-surefire-plugin/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 12:47:05 +0000</pubDate>
		<dc:creator>Martin Homik</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[WebApp]]></category>

		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/03/26/bug-in-maven-surefire-plugin/</guid>
		<description><![CDATA[On March 18 i tuned on my Laptop in the office ran a Maven build command on my project and it suddenly stopped with exceptions that pointed to Spring&#8217;s Beanfactory which was unable to load a bunch of beans. This was strange, because the evening before everything passed my JUnit tests. What happened?
I consulted AppFuse&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">On March 18 i tuned on my Laptop in the office ran a Maven build command on my project and it suddenly stopped with exceptions that pointed to Spring&#8217;s Beanfactory which was unable to load a bunch of beans. This was strange, because the evening before everything passed my JUnit tests. What happened?</p>
<p align="justify">I consulted AppFuse&#8217;s User group and found a <a href="http://www.nabble.com/UnsatisfiedDependencyException-to15793588s2369.html">thread </a>which described my problem. Unfortunately, no good solution has been proposed. The author pointed to a <a href="http://issues.appfuse.org/browse/APF-998">Jira Issue</a> in which a work around is described, but well, it&#8217;s not a good solution. A few other guys joined in the discussion, but none was able to solve the problem.</p>
<p align="justify">Today morning, I digged a bit deeper in it. I recalled March 18. One thing you have to know about Maven is, that by default, prior to compiling, it checks for new jar versions every day and downloads them. So I looked into my local m2 repository and found out that Maven downloaded the latest surefire plugin. I went to its web site and found a <a href="http://jira.codehaus.org/browse/SUREFIRE-475">Jira bug report</a> describing exactly the problem. However, the problem is still unresolved. But now that I know which version of the plugin caused the problem, I told my Maven project description not to use it and to use a previous version instead. Just add the follwing snippet to your build plugins section:</p>
<p><div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"><span class="sc3"><span class="re1">&lt;plugin<span class="re2">&gt;</span></span></span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;<span class="sc3"><span class="re1">&lt;groupId<span class="re2">&gt;</span></span></span>org.apache.maven.plugins<span class="sc3"><span class="re1">&lt;/groupId<span class="re2">&gt;</span></span></span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;<span class="sc3"><span class="re1">&lt;artifactId<span class="re2">&gt;</span></span></span>maven-surefire-plugin<span class="sc3"><span class="re1">&lt;/artifactId<span class="re2">&gt;</span></span></span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;<span class="sc3"><span class="re1">&lt;version<span class="re2">&gt;</span></span></span>2.3<span class="sc3"><span class="re1">&lt;/version<span class="re2">&gt;</span></span></span></div>
</li>
<li class="li2">
<div class="de2"><span class="sc3"><span class="re1">&lt;/plugin<span class="re2">&gt;</span></span></span></div>
</li>
</ol>
</div>
<p align="justify">Guess what, it solved my problem. And that makes my day. <img src='http://www.homik.de/think/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.homik.de/think/index.php/2008/03/26/bug-in-maven-surefire-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
