<?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 on: Customizing Spring Security with Legacy Transactions and Authorization</title>
	<atom:link href="http://www.vijedi.net/2009/customizing-spring-security-with-legacy-transactions-and-authorization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vijedi.net/2009/customizing-spring-security-with-legacy-transactions-and-authorization/</link>
	<description>Living the startup life in Atlanta, GA.</description>
	<lastBuildDate>Sat, 13 Mar 2010 06:41:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Grafting Spring Transactions on Legacy Transaction Models &#171; Tejus&#8217;s Blog</title>
		<link>http://www.vijedi.net/2009/customizing-spring-security-with-legacy-transactions-and-authorization/comment-page-1/#comment-68332</link>
		<dc:creator>Grafting Spring Transactions on Legacy Transaction Models &#171; Tejus&#8217;s Blog</dc:creator>
		<pubDate>Thu, 30 Jul 2009 21:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.vijedi.net/?p=377#comment-68332</guid>
		<description>[...] legacy components, I recently had to revisit our the way were were handling transactions. In the previous post on this topic, I demonstrated how you can use a HandlerInterceptor to control your transactions. In [...]</description>
		<content:encoded><![CDATA[<p>[...] legacy components, I recently had to revisit our the way were were handling transactions. In the previous post on this topic, I demonstrated how you can use a HandlerInterceptor to control your transactions. In [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tejus Parikh</title>
		<link>http://www.vijedi.net/2009/customizing-spring-security-with-legacy-transactions-and-authorization/comment-page-1/#comment-68306</link>
		<dc:creator>Tejus Parikh</dc:creator>
		<pubDate>Tue, 07 Jul 2009 02:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.vijedi.net/?p=377#comment-68306</guid>
		<description>stox,

I can&#039;t find the right solution for that.  You may need to configure a servlet filter that opens the transactions for you.

Part of decision to not migrate to spring transactions was my inability to figure this out in a way that made sense.

Sorry I couldn&#039;t be more help.</description>
		<content:encoded><![CDATA[<p>stox,</p>
<p>I can&#8217;t find the right solution for that.  You may need to configure a servlet filter that opens the transactions for you.</p>
<p>Part of decision to not migrate to spring transactions was my inability to figure this out in a way that made sense.</p>
<p>Sorry I couldn&#8217;t be more help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stox</title>
		<link>http://www.vijedi.net/2009/customizing-spring-security-with-legacy-transactions-and-authorization/comment-page-1/#comment-68290</link>
		<dc:creator>stox</dc:creator>
		<pubDate>Sat, 04 Jul 2009 19:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.vijedi.net/?p=377#comment-68290</guid>
		<description>Thanks for he article.

Can you please explain a bit more the following sentence from the article:

&quot;Spring Security works as a servlet filter and will execute before the interceptors or controllers. This is crucial if you are relying on one of those mechanisms for your transaction management.&quot;

I have added a filter into the Spring Security filter chain. This filter performs some updates to the user&#039;s profile. 

I use Commons Attributes to specify transactions. This works good when business methods are initiated from controller. However, the transaction is not started in the filter I have added into the filter chain, although it is marked as transactional.

Is this behavior somehow related to the sentence I have quoted from your post? If s, can you please advise how to declare transaction in Spring Security filters.

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Thanks for he article.</p>
<p>Can you please explain a bit more the following sentence from the article:</p>
<p>&#8220;Spring Security works as a servlet filter and will execute before the interceptors or controllers. This is crucial if you are relying on one of those mechanisms for your transaction management.&#8221;</p>
<p>I have added a filter into the Spring Security filter chain. This filter performs some updates to the user&#8217;s profile. </p>
<p>I use Commons Attributes to specify transactions. This works good when business methods are initiated from controller. However, the transaction is not started in the filter I have added into the filter chain, although it is marked as transactional.</p>
<p>Is this behavior somehow related to the sentence I have quoted from your post? If s, can you please advise how to declare transaction in Spring Security filters.</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
