<?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 Olaf&#039;s blog</title>
	<atom:link href="http://olafsblog.sysbsb.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://olafsblog.sysbsb.de</link>
	<description>Olaf&#039;s blog on software development and life</description>
	<lastBuildDate>Wed, 09 Nov 2011 20:27:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Lightweight testing of (webservice) HTTP clients with JUnit and Jetty by Integration testing REST a client &#124; Danny Johansson</title>
		<link>http://olafsblog.sysbsb.de/lightweight-testing-of-webservice-http-clients-with-junit-and-jetty/comment-page-1/#comment-32473</link>
		<dc:creator>Integration testing REST a client &#124; Danny Johansson</dc:creator>
		<pubDate>Wed, 09 Nov 2011 20:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://olafsblog.sysbsb.de/?p=133#comment-32473</guid>
		<description>[...] a look at http://olafsblog.sysbsb.de/lightweight-testing-of-webservice-http-clients-with-junit-and-jetty/. It&#8217;s brilliant, basically what you do is you start up Jetty internally in your test class [...]</description>
		<content:encoded><![CDATA[<p>[...] a look at <a href="http://olafsblog.sysbsb.de/lightweight-testing-of-webservice-http-clients-with-junit-and-jetty/" rel="nofollow">http://olafsblog.sysbsb.de/lightweight-testing-of-webservice-http-clients-with-junit-and-jetty/</a>. It&#8217;s brilliant, basically what you do is you start up Jetty internally in your test class [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven, Surefire, remote debugging and the -javaagent switch by lisak</title>
		<link>http://olafsblog.sysbsb.de/maven-surefire-remote-debugging-and-the-javaagent-switch/comment-page-1/#comment-32196</link>
		<dc:creator>lisak</dc:creator>
		<pubDate>Sat, 05 Nov 2011 21:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://olafsblog.sysbsb.de/?p=70#comment-32196</guid>
		<description>Hey, no problem with debugging tests. The real problem with surefire plugin is debugging the plugin itself... Try to put a breakpoint somewhere in the Mojo and it won&#039;t be triggered.</description>
		<content:encoded><![CDATA[<p>Hey, no problem with debugging tests. The real problem with surefire plugin is debugging the plugin itself&#8230; Try to put a breakpoint somewhere in the Mojo and it won&#8217;t be triggered.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lightweight testing of (webservice) HTTP clients with JUnit and Jetty by Practical test doubles: adding stubs to TestLink Java API &#171; Bruno P. Kinoshita</title>
		<link>http://olafsblog.sysbsb.de/lightweight-testing-of-webservice-http-clients-with-junit-and-jetty/comment-page-1/#comment-31336</link>
		<dc:creator>Practical test doubles: adding stubs to TestLink Java API &#171; Bruno P. Kinoshita</dc:creator>
		<pubDate>Mon, 24 Oct 2011 01:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://olafsblog.sysbsb.de/?p=133#comment-31336</guid>
		<description>[...] Hope it helps somebody else too. Cheers! [1] http://martinfowler.com/bliki/TestDouble.html[2] http://olafsblog.sysbsb.de/lightweight-testing-of-webservice-http-clients-with-junit-and-jetty    This entry was posted on Sunday, October 23rd, 2011 at 10:10 PM and is filed under Blog, [...]</description>
		<content:encoded><![CDATA[<p>[...] Hope it helps somebody else too. Cheers! [1] <a href="http://martinfowler.com/bliki/TestDouble.html2" rel="nofollow">http://martinfowler.com/bliki/TestDouble.html2</a> <a href="http://olafsblog.sysbsb.de/lightweight-testing-of-webservice-http-clients-with-junit-and-jetty" rel="nofollow">http://olafsblog.sysbsb.de/lightweight-testing-of-webservice-http-clients-with-junit-and-jetty</a>    This entry was posted on Sunday, October 23rd, 2011 at 10:10 PM and is filed under Blog, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Per-assembly filtering with the maven-assembly-plugin by Holger</title>
		<link>http://olafsblog.sysbsb.de/per-assembly-filtering-with-the-maven-assembly-plugin/comment-page-1/#comment-28415</link>
		<dc:creator>Holger</dc:creator>
		<pubDate>Wed, 14 Sep 2011 10:22:15 +0000</pubDate>
		<guid isPermaLink="false">https://olafsblog.sysbsb.de/?p=82#comment-28415</guid>
		<description>Hi Olaf,

thanks for this hint! 
Using a property for the assembly-Id even eliminates the need for specifying finalName, and the artifact is properly installed afterwords.


  ${assemblyId}
...

Best regards,
Holger</description>
		<content:encoded><![CDATA[<p>Hi Olaf,</p>
<p>thanks for this hint!<br />
Using a property for the assembly-Id even eliminates the need for specifying finalName, and the artifact is properly installed afterwords.</p>
<p>  ${assemblyId}<br />
&#8230;</p>
<p>Best regards,<br />
Holger</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why @Configurable and @Transactional don&#8217;t belong to into the same class by Domain Driven Design with Spring and Hibernate &#171; JBLEWITT.COM</title>
		<link>http://olafsblog.sysbsb.de/why-configurable-and-transactional-dont-belong-to-into-the-same-class/comment-page-1/#comment-18116</link>
		<dc:creator>Domain Driven Design with Spring and Hibernate &#171; JBLEWITT.COM</dc:creator>
		<pubDate>Tue, 10 May 2011 07:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://olafsblog.sysbsb.de/?p=35#comment-18116</guid>
		<description>[...] concern is that @Configurable and @Transactional do not work together.  I cannot declare method in my domain to be transactional while having that bean also being [...]</description>
		<content:encoded><![CDATA[<p>[...] concern is that @Configurable and @Transactional do not work together.  I cannot declare method in my domain to be transactional while having that bean also being [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating HDR images in Ubuntu with Luminance (QTPFSGUI) by Ingolf</title>
		<link>http://olafsblog.sysbsb.de/creating-hdr-images-in-ubuntu-with-luminance-qtpfsgui/comment-page-1/#comment-13571</link>
		<dc:creator>Ingolf</dc:creator>
		<pubDate>Fri, 04 Mar 2011 21:01:26 +0000</pubDate>
		<guid isPermaLink="false">https://olafsblog.sysbsb.de/?p=79#comment-13571</guid>
		<description>Hey Olaf,

sorry, I didn&#039;t know this is public. I fixed the problem by following instructions in this link: http://sourceforge.net/tracker/index.php?func=detail&amp;aid=3142173&amp;group_id=183831&amp;atid=906820

I am posting this because I think it will be important for anyone who tries to install luminance on ubuntu.

Best,
Ingolf</description>
		<content:encoded><![CDATA[<p>Hey Olaf,</p>
<p>sorry, I didn&#8217;t know this is public. I fixed the problem by following instructions in this link: <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=3142173&amp;group_id=183831&amp;atid=906820" rel="nofollow">http://sourceforge.net/tracker/index.php?func=detail&amp;aid=3142173&amp;group_id=183831&amp;atid=906820</a></p>
<p>I am posting this because I think it will be important for anyone who tries to install luminance on ubuntu.</p>
<p>Best,<br />
Ingolf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating HDR images in Ubuntu with Luminance (QTPFSGUI) by Ingolf</title>
		<link>http://olafsblog.sysbsb.de/creating-hdr-images-in-ubuntu-with-luminance-qtpfsgui/comment-page-1/#comment-13568</link>
		<dc:creator>Ingolf</dc:creator>
		<pubDate>Fri, 04 Mar 2011 20:32:17 +0000</pubDate>
		<guid isPermaLink="false">https://olafsblog.sysbsb.de/?p=79#comment-13568</guid>
		<description>Hello Olaf,

When I try qmake then libraw-dev was not found and it did not seem to be in the standard repositories (synaptic did not find it for me) so I downloaded and installed it from packages.ubuntu.com/maverick/libraw-dev

qmake works withoug error message, but when I make I get the following error msg. I tried make clean and make again, but it would still produce the same error. Do you know what to do?

I am impatiently looking forward to using luminance :-)

Best,
Ingolf


ingolf@golf:~/bin/luminance/luminance-hdr-2.0.2-pre1$ make
g++ -c -pipe -ffast-math -msse -fomit-frame-pointer -g3 -fopenmp -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG_OUTPUT -DHAVE_FFTW3F -DI18NDIR=\&quot;/usr/local/share/luminance-hdr/i18n\&quot; -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit -I/usr/include/qt4 -Isrc -I/usr/include/exiv2 -I/usr/include/OpenEXR -I/usr/include -I/usr/include/gsl -I/usr/include/libraw -Igenerated_moc -Igenerated_uic -o generated_obj/pfsinraw.o src/Fileformat/pfsinraw.cpp
src/Fileformat/pfsinraw.cpp: In function ‘pfs::Frame* readRawIntoPfsFrame(const char*, const char*, LuminanceOptions*, bool)’:
src/Fileformat/pfsinraw.cpp:177: error: ‘dcraw_clear_mem’ is not a member of ‘LibRaw’
make: *** [generated_obj/pfsinraw.o] Error 1</description>
		<content:encoded><![CDATA[<p>Hello Olaf,</p>
<p>When I try qmake then libraw-dev was not found and it did not seem to be in the standard repositories (synaptic did not find it for me) so I downloaded and installed it from packages.ubuntu.com/maverick/libraw-dev</p>
<p>qmake works withoug error message, but when I make I get the following error msg. I tried make clean and make again, but it would still produce the same error. Do you know what to do?</p>
<p>I am impatiently looking forward to using luminance <img src='http://olafsblog.sysbsb.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Best,<br />
Ingolf</p>
<p>ingolf@golf:~/bin/luminance/luminance-hdr-2.0.2-pre1$ make<br />
g++ -c -pipe -ffast-math -msse -fomit-frame-pointer -g3 -fopenmp -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG_OUTPUT -DHAVE_FFTW3F -DI18NDIR=\&#8221;/usr/local/share/luminance-hdr/i18n\&#8221; -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit -I/usr/include/qt4 -Isrc -I/usr/include/exiv2 -I/usr/include/OpenEXR -I/usr/include -I/usr/include/gsl -I/usr/include/libraw -Igenerated_moc -Igenerated_uic -o generated_obj/pfsinraw.o src/Fileformat/pfsinraw.cpp<br />
src/Fileformat/pfsinraw.cpp: In function ‘pfs::Frame* readRawIntoPfsFrame(const char*, const char*, LuminanceOptions*, bool)’:<br />
src/Fileformat/pfsinraw.cpp:177: error: ‘dcraw_clear_mem’ is not a member of ‘LibRaw’<br />
make: *** [generated_obj/pfsinraw.o] Error 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why @Configurable and @Transactional don&#8217;t belong to into the same class by olaf</title>
		<link>http://olafsblog.sysbsb.de/why-configurable-and-transactional-dont-belong-to-into-the-same-class/comment-page-1/#comment-12341</link>
		<dc:creator>olaf</dc:creator>
		<pubDate>Wed, 16 Feb 2011 14:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://olafsblog.sysbsb.de/?p=35#comment-12341</guid>
		<description>Hi Manju,

The basic solution is &lt;strong&gt;not&lt;/strong&gt; to use @Configurable. Using this means that you using &lt;code&gt;new GenericJpaDao()&lt;/code&gt; somewhere but still want the spring application context to be the factory for the resulting instance. This is not a safe concept, thus the conflicts you are experiencing. 
I think @Configurable is somewhat a legacy workaround provided by spring. Where exactly are you using &lt;code&gt;new GenericJpaDao()&lt;/code&gt;? If it is for testing, spring-test can provide you with cool solutions to use dependency injection in JUnit-based tests.

Best,
Olaf</description>
		<content:encoded><![CDATA[<p>Hi Manju,</p>
<p>The basic solution is <strong>not</strong> to use @Configurable. Using this means that you using <code>new GenericJpaDao()</code> somewhere but still want the spring application context to be the factory for the resulting instance. This is not a safe concept, thus the conflicts you are experiencing.<br />
I think @Configurable is somewhat a legacy workaround provided by spring. Where exactly are you using <code>new GenericJpaDao()</code>? If it is for testing, spring-test can provide you with cool solutions to use dependency injection in JUnit-based tests.</p>
<p>Best,<br />
Olaf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why @Configurable and @Transactional don&#8217;t belong to into the same class by Manju</title>
		<link>http://olafsblog.sysbsb.de/why-configurable-and-transactional-dont-belong-to-into-the-same-class/comment-page-1/#comment-12024</link>
		<dc:creator>Manju</dc:creator>
		<pubDate>Fri, 11 Feb 2011 16:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://olafsblog.sysbsb.de/?p=35#comment-12024</guid>
		<description>Hi, I am having the exact same issue. Poted on:  http://forum.springsource.org/showthread.php?t=103203
I went thru the link that you provided, I am using AspectJ, still couldn&#039;t get this to work. Can you suggest me some solution?</description>
		<content:encoded><![CDATA[<p>Hi, I am having the exact same issue. Poted on:  <a href="http://forum.springsource.org/showthread.php?t=103203" rel="nofollow">http://forum.springsource.org/showthread.php?t=103203</a><br />
I went thru the link that you provided, I am using AspectJ, still couldn&#8217;t get this to work. Can you suggest me some solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using RPC-style, encoded Axis 1 webservices with spring-remoting by Peperolo</title>
		<link>http://olafsblog.sysbsb.de/using-rpc-style-encoded-axis-1-webservices-with-spring-remoting/comment-page-1/#comment-7152</link>
		<dc:creator>Peperolo</dc:creator>
		<pubDate>Wed, 17 Nov 2010 13:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://olafsblog.sysbsb.de/?p=76#comment-7152</guid>
		<description>Excellent post. Thank you for share.</description>
		<content:encoded><![CDATA[<p>Excellent post. Thank you for share.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

