<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Java and Spring development</title>
	<atom:link href="http://blog.espenberntsen.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.espenberntsen.net</link>
	<description></description>
	<lastBuildDate>Sun, 27 Nov 2011 16:32:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Generate JAXB classes from an XSD schema and the schema from an XML sample document by jtsnr</title>
		<link>http://blog.espenberntsen.net/2010/02/26/generate-jaxb-classes-from-an-xsd-schema-and-the-schema-from-an-xml-sample-document/#comment-247</link>
		<dc:creator><![CDATA[jtsnr]]></dc:creator>
		<pubDate>Sun, 27 Nov 2011 16:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://espenberntsen.wordpress.com/?p=69#comment-247</guid>
		<description><![CDATA[To generate the classes in Eclipse, right-click on the xsd file and select Generate-&gt;JAXB Classes...]]></description>
		<content:encoded><![CDATA[<p>To generate the classes in Eclipse, right-click on the xsd file and select Generate-&gt;JAXB Classes&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generate JAXB classes from an XSD schema and the schema from an XML sample document by jtsnr</title>
		<link>http://blog.espenberntsen.net/2010/02/26/generate-jaxb-classes-from-an-xsd-schema-and-the-schema-from-an-xml-sample-document/#comment-246</link>
		<dc:creator><![CDATA[jtsnr]]></dc:creator>
		<pubDate>Sun, 27 Nov 2011 16:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://espenberntsen.wordpress.com/?p=69#comment-246</guid>
		<description><![CDATA[I agree with B. Barrington. Where is the explanation of generating the Order class? From the title of this blog I thought that would have been the whole point of the post.]]></description>
		<content:encoded><![CDATA[<p>I agree with B. Barrington. Where is the explanation of generating the Order class? From the title of this blog I thought that would have been the whole point of the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring WS client by hoassyspata</title>
		<link>http://blog.espenberntsen.net/2010/02/28/spring-ws-client/#comment-237</link>
		<dc:creator><![CDATA[hoassyspata]]></dc:creator>
		<pubDate>Mon, 31 Oct 2011 11:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.espenberntsen.net/?p=135#comment-237</guid>
		<description><![CDATA[Hi!   
like you post:  to my @lfrinuzi twitter]]></description>
		<content:encoded><![CDATA[<p>Hi!<br />
like you post:  to my @lfrinuzi twitter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitfalls with aspect technologies by Espen</title>
		<link>http://blog.espenberntsen.net/2010/06/05/pitfalls-with-aspectj/#comment-231</link>
		<dc:creator><![CDATA[Espen]]></dc:creator>
		<pubDate>Wed, 29 Jun 2011 17:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.espenberntsen.net/?p=403#comment-231</guid>
		<description><![CDATA[The question has been answered on stackoverflow.com &lt;a href=&quot;http://stackoverflow.com/questions/6516390/unsupportedpointcutprimitiveexception-on-simple-aop-example/6523083#6523083&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>The question has been answered on stackoverflow.com <a href="http://stackoverflow.com/questions/6516390/unsupportedpointcutprimitiveexception-on-simple-aop-example/6523083#6523083" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitfalls with aspect technologies by Espen</title>
		<link>http://blog.espenberntsen.net/2010/06/05/pitfalls-with-aspectj/#comment-230</link>
		<dc:creator><![CDATA[Espen]]></dc:creator>
		<pubDate>Wed, 29 Jun 2011 15:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.espenberntsen.net/?p=403#comment-230</guid>
		<description><![CDATA[Thanks!

I can’t see the error from your little code snippet. You should post a &lt;a href=&quot;http://stackoverflow.com/questions/ask&quot; rel=&quot;nofollow&quot;&gt;question&lt;/a&gt; on stackoverflow.com.

Include the aspect class and tag it with aspectj and you should get an answer quite soon.]]></description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>I can’t see the error from your little code snippet. You should post a <a href="http://stackoverflow.com/questions/ask" rel="nofollow">question</a> on stackoverflow.com.</p>
<p>Include the aspect class and tag it with aspectj and you should get an answer quite soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitfalls with aspect technologies by asyardrd</title>
		<link>http://blog.espenberntsen.net/2010/06/05/pitfalls-with-aspectj/#comment-229</link>
		<dc:creator><![CDATA[asyardrd]]></dc:creator>
		<pubDate>Wed, 29 Jun 2011 09:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.espenberntsen.net/?p=403#comment-229</guid>
		<description><![CDATA[Hi, very useful topic. I have a question, if you can help; I use spring and aspectj jars, when I run your code it gives me

org.aspectj.weaver.tools.UnsupportedPointcutPrimitiveException: Pointcut expression call(* String.toLowerCase()) contains unsupported pointcut primitive &#039;call&#039;

error. What am I doing wrong?]]></description>
		<content:encoded><![CDATA[<p>Hi, very useful topic. I have a question, if you can help; I use spring and aspectj jars, when I run your code it gives me</p>
<p>org.aspectj.weaver.tools.UnsupportedPointcutPrimitiveException: Pointcut expression call(* String.toLowerCase()) contains unsupported pointcut primitive &#8216;call&#8217;</p>
<p>error. What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on @AspectJ cheat sheet by Getting rid of null parameters with a simple spring aspect &#124; Feed Universe</title>
		<link>http://blog.espenberntsen.net/2010/03/20/aspectj-cheat-sheet/#comment-228</link>
		<dc:creator><![CDATA[Getting rid of null parameters with a simple spring aspect &#124; Feed Universe]]></dc:creator>
		<pubDate>Tue, 28 Jun 2011 10:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.espenberntsen.net/?p=242#comment-228</guid>
		<description><![CDATA[[...] The &#8220;&amp;&amp;&#8221; is no error, it&#8217;s just &amp;&amp; condition escaped in xml. If you do not understand aspectj pointcut definition syntaxt, here is a little cheat sheet. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] The &#8220;&amp;&amp;&#8221; is no error, it&#8217;s just &amp;&amp; condition escaped in xml. If you do not understand aspectj pointcut definition syntaxt, here is a little cheat sheet. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on @AspectJ cheat sheet by Marcio Barroso</title>
		<link>http://blog.espenberntsen.net/2010/03/20/aspectj-cheat-sheet/#comment-208</link>
		<dc:creator><![CDATA[Marcio Barroso]]></dc:creator>
		<pubDate>Wed, 27 Apr 2011 16:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.espenberntsen.net/?p=242#comment-208</guid>
		<description><![CDATA[Hi,

Thanks for this sheet ... was very usefull for me =)]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for this sheet &#8230; was very usefull for me =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SLF4J logging with Log4J and JCL by Espen</title>
		<link>http://blog.espenberntsen.net/2010/06/06/slf4j-logging-with-log4j-and-jcl/#comment-206</link>
		<dc:creator><![CDATA[Espen]]></dc:creator>
		<pubDate>Mon, 07 Mar 2011 10:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.espenberntsen.net/?p=413#comment-206</guid>
		<description><![CDATA[You have to bind all 3rd party loggers including JUL to SLF4J. Then you configure SLF4J to use the backend logger you prefer.

An overview of the different binders can be found on the SLF4J &lt;a href=&quot;http://www.slf4j.org/manual.html&quot; rel=&quot;nofollow&quot;&gt;manual page&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>You have to bind all 3rd party loggers including JUL to SLF4J. Then you configure SLF4J to use the backend logger you prefer.</p>
<p>An overview of the different binders can be found on the SLF4J <a href="http://www.slf4j.org/manual.html" rel="nofollow">manual page</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SLF4J logging with Log4J and JCL by Gauthier</title>
		<link>http://blog.espenberntsen.net/2010/06/06/slf4j-logging-with-log4j-and-jcl/#comment-205</link>
		<dc:creator><![CDATA[Gauthier]]></dc:creator>
		<pubDate>Mon, 07 Mar 2011 08:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.espenberntsen.net/?p=413#comment-205</guid>
		<description><![CDATA[Nice features described.
But the most difficult mix is java.util.logging with the others. Do you know of a solution ?
JBOss does some nice tricks, but it s not packaged. The idea could be reused but it requires some programming ...]]></description>
		<content:encoded><![CDATA[<p>Nice features described.<br />
But the most difficult mix is java.util.logging with the others. Do you know of a solution ?<br />
JBOss does some nice tricks, but it s not packaged. The idea could be reused but it requires some programming &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

