<?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>
	Kommentare zu: Spring Data MongoDB and JSR Validation using Lazy DBRef	</title>
	<atom:link href="https://sterl.org/2016/03/spring-data-mongodb-jsr-validation/feed/" rel="self" type="application/rss+xml" />
	<link>https://sterl.org/2016/03/spring-data-mongodb-jsr-validation/</link>
	<description></description>
	<lastBuildDate>Fri, 20 Sep 2019 14:07:20 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>
		Von: Paul Sterl		</title>
		<link>https://sterl.org/2016/03/spring-data-mongodb-jsr-validation/#comment-72</link>

		<dc:creator><![CDATA[Paul Sterl]]></dc:creator>
		<pubDate>Thu, 12 May 2016 08:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://sterl.org/?p=153#comment-72</guid>

					<description><![CDATA[Als Antwort auf &lt;a href=&quot;https://sterl.org/2016/03/spring-data-mongodb-jsr-validation/#comment-71&quot;&gt;Josu Martinez&lt;/a&gt;.

Yes it needs to be defined in the configuration class / xml. The described behavior points that &lt;em&gt;both&lt;/em&gt; validator classes are in the Spring Context active in your case now. (The fixed one and the broken from Spring).

I would check where the current spring validator is coming from. Either from a imported namespace or some auto magic. Usually (in spring-data) the validator isn&#039;t configured by default. I would assume the same for here now for the XML configuration. --&gt; Means I think you have somewhere in XML the spring validator too. Does this make sense?

The question is also not about the spring core version but Spring Data / Mongo version. Nevertheless my patch till now didn&#039;t made it into the lib, I can say for sure that &lt;code&gt;spring-data-mongodb&lt;/code&gt; is affected until version &lt;code&gt;1.9.1.RELEASE&lt;/code&gt;.]]></description>
			<content:encoded><![CDATA[<p>Als Antwort auf <a href="https://sterl.org/2016/03/spring-data-mongodb-jsr-validation/#comment-71">Josu Martinez</a>.</p>
<p>Yes it needs to be defined in the configuration class / xml. The described behavior points that <em>both</em> validator classes are in the Spring Context active in your case now. (The fixed one and the broken from Spring).</p>
<p>I would check where the current spring validator is coming from. Either from a imported namespace or some auto magic. Usually (in spring-data) the validator isn&#8217;t configured by default. I would assume the same for here now for the XML configuration. &#8211;> Means I think you have somewhere in XML the spring validator too. Does this make sense?</p>
<p>The question is also not about the spring core version but Spring Data / Mongo version. Nevertheless my patch till now didn&#8217;t made it into the lib, I can say for sure that <code>spring-data-mongodb</code> is affected until version <code>1.9.1.RELEASE</code>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Josu Martinez		</title>
		<link>https://sterl.org/2016/03/spring-data-mongodb-jsr-validation/#comment-71</link>

		<dc:creator><![CDATA[Josu Martinez]]></dc:creator>
		<pubDate>Wed, 11 May 2016 20:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://sterl.org/?p=153#comment-71</guid>

					<description><![CDATA[Als Antwort auf &lt;a href=&quot;https://sterl.org/2016/03/spring-data-mongodb-jsr-validation/#comment-70&quot;&gt;Josu Martinez&lt;/a&gt;.

Seems that posts in this website do not allow XML code... :-(. In any case, should not FixedMongoValidation be somehow specified in the configuration class? Thanks!]]></description>
			<content:encoded><![CDATA[<p>Als Antwort auf <a href="https://sterl.org/2016/03/spring-data-mongodb-jsr-validation/#comment-70">Josu Martinez</a>.</p>
<p>Seems that posts in this website do not allow XML code&#8230; :-(. In any case, should not FixedMongoValidation be somehow specified in the configuration class? Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Josu Martinez		</title>
		<link>https://sterl.org/2016/03/spring-data-mongodb-jsr-validation/#comment-70</link>

		<dc:creator><![CDATA[Josu Martinez]]></dc:creator>
		<pubDate>Wed, 11 May 2016 20:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://sterl.org/?p=153#comment-70</guid>

					<description><![CDATA[Hi there!

I am having the same issue and followed your same steps. However, both my custom validation listener and Spring&#039;s are being executed. 

I am using Spring 3.2.9 and XML configuration instead, and tried the following configurations:



        




        




        


Any help fixing this issue would be more than appreciated ;-)]]></description>
			<content:encoded><![CDATA[<p>Hi there!</p>
<p>I am having the same issue and followed your same steps. However, both my custom validation listener and Spring&#8217;s are being executed. </p>
<p>I am using Spring 3.2.9 and XML configuration instead, and tried the following configurations:</p>
<p>Any help fixing this issue would be more than appreciated 😉</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
