<?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: Spring Security Database Schema</title>
	<atom:link href="http://greybeardedgeek.net/2008/08/spring-security-database-schema/feed/" rel="self" type="application/rss+xml" />
	<link>http://greybeardedgeek.net/2008/08/spring-security-database-schema/</link>
	<description>Random Thoughts Of A Middle-Aged Software Engineer</description>
	<lastBuildDate>Fri, 20 Aug 2010 04:22:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: richfreedman</title>
		<link>http://greybeardedgeek.net/2008/08/spring-security-database-schema/comment-page-1/#comment-1422</link>
		<dc:creator>richfreedman</dc:creator>
		<pubDate>Fri, 20 Aug 2010 04:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=38#comment-1422</guid>
		<description>I fixed the links - they should be available now.
By the way, this information is a bit old now - you should take a look at Spring Security 3.0 - it&#039;s a lot easier now, especially with &lt;a href=&quot;http://www.springsource.org/roo&quot; rel=&quot;nofollow&quot;&gt;Roo&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I fixed the links &#8211; they should be available now.<br />
By the way, this information is a bit old now &#8211; you should take a look at Spring Security 3.0 &#8211; it&#8217;s a lot easier now, especially with <a href="http://www.springsource.org/roo" rel="nofollow">Roo</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://greybeardedgeek.net/2008/08/spring-security-database-schema/comment-page-1/#comment-1421</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 19 Aug 2010 11:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=38#comment-1421</guid>
		<description>The whitepaper and examples are not in the indicated location. Do they still exist somewhere?</description>
		<content:encoded><![CDATA[<p>The whitepaper and examples are not in the indicated location. Do they still exist somewhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richfreedman</title>
		<link>http://greybeardedgeek.net/2008/08/spring-security-database-schema/comment-page-1/#comment-914</link>
		<dc:creator>richfreedman</dc:creator>
		<pubDate>Sun, 06 Sep 2009 14:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=38#comment-914</guid>
		<description>Brian - see my comment above from March 31, 2009 - it has the link for the whitepaper and the code.</description>
		<content:encoded><![CDATA[<p>Brian &#8211; see my comment above from March 31, 2009 &#8211; it has the link for the whitepaper and the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://greybeardedgeek.net/2008/08/spring-security-database-schema/comment-page-1/#comment-912</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 06 Sep 2009 03:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=38#comment-912</guid>
		<description>Can I get a copy of that white paper?  I am having a heck of a time implementing Spring Security 2.0.5 with jdbc and can&#039;t seem to find any working examples...

Thanks!</description>
		<content:encoded><![CDATA[<p>Can I get a copy of that white paper?  I am having a heck of a time implementing Spring Security 2.0.5 with jdbc and can&#8217;t seem to find any working examples&#8230;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahmed</title>
		<link>http://greybeardedgeek.net/2008/08/spring-security-database-schema/comment-page-1/#comment-887</link>
		<dc:creator>ahmed</dc:creator>
		<pubDate>Fri, 14 Aug 2009 22:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=38#comment-887</guid>
		<description>Please disregard my error comment.. its solved after providing correct DB configuration data.

However I have one comment for future convenience. 

maybe you can add a link to the examples in the post? I came here by Google and had to run through comments to reach it.

Cheers</description>
		<content:encoded><![CDATA[<p>Please disregard my error comment.. its solved after providing correct DB configuration data.</p>
<p>However I have one comment for future convenience. </p>
<p>maybe you can add a link to the examples in the post? I came here by Google and had to run through comments to reach it.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahmed</title>
		<link>http://greybeardedgeek.net/2008/08/spring-security-database-schema/comment-page-1/#comment-886</link>
		<dc:creator>ahmed</dc:creator>
		<pubDate>Fri, 14 Aug 2009 22:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=38#comment-886</guid>
		<description>While following the white paper for the 1st example application(springsecurity-role) and trying to run it.

I got the following error on the login page:


Login error. 
Reason : Could not get JDBC Connection; nested exception is java.sql.SQLException: Connections could not be acquired from the underlying database!; nested exception is org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: Connections could not be acquired from the underlying database!


Any help to solve this would be appreciated.</description>
		<content:encoded><![CDATA[<p>While following the white paper for the 1st example application(springsecurity-role) and trying to run it.</p>
<p>I got the following error on the login page:</p>
<p>Login error.<br />
Reason : Could not get JDBC Connection; nested exception is java.sql.SQLException: Connections could not be acquired from the underlying database!; nested exception is org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: Connections could not be acquired from the underlying database!</p>
<p>Any help to solve this would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://greybeardedgeek.net/2008/08/spring-security-database-schema/comment-page-1/#comment-842</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 20 Jul 2009 22:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=38#comment-842</guid>
		<description>This was very useful in converting over to a role-&gt;permission model. It&#039;s strange to me that the default is the pure role-based... but I suppose in the simple case that works well.</description>
		<content:encoded><![CDATA[<p>This was very useful in converting over to a role-&gt;permission model. It&#8217;s strange to me that the default is the pure role-based&#8230; but I suppose in the simple case that works well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richfreedman</title>
		<link>http://greybeardedgeek.net/2008/08/spring-security-database-schema/comment-page-1/#comment-172</link>
		<dc:creator>richfreedman</dc:creator>
		<pubDate>Tue, 31 Mar 2009 19:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=38#comment-172</guid>
		<description>the white paper and the examples are now available &lt;a href=&quot;http://greybeardedgeek.net/?p=166&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>the white paper and the examples are now available <a href="http://greybeardedgeek.net/?p=166" rel="nofollow">here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blues464</title>
		<link>http://greybeardedgeek.net/2008/08/spring-security-database-schema/comment-page-1/#comment-171</link>
		<dc:creator>blues464</dc:creator>
		<pubDate>Tue, 31 Mar 2009 18:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=38#comment-171</guid>
		<description>I&#039;d like a copy too if possible. Great work BTW! :)</description>
		<content:encoded><![CDATA[<p>I&#8217;d like a copy too if possible. Great work BTW! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richfreedman</title>
		<link>http://greybeardedgeek.net/2008/08/spring-security-database-schema/comment-page-1/#comment-170</link>
		<dc:creator>richfreedman</dc:creator>
		<pubDate>Mon, 30 Mar 2009 23:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=38#comment-170</guid>
		<description>it&#039;s on it&#039;s way...</description>
		<content:encoded><![CDATA[<p>it&#8217;s on it&#8217;s way&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
