<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jit-consulting.de &#187; seam</title>
	<atom:link href="http://www.jit-consulting.de/tag/seam/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jit-consulting.de</link>
	<description>your java ee and open source specialists</description>
	<lastBuildDate>Wed, 27 Jan 2010 23:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Identity Management in Seam 2.1.1</title>
		<link>http://www.jit-consulting.de/java/identity-management-in-seam-211.html</link>
		<comments>http://www.jit-consulting.de/java/identity-management-in-seam-211.html#comments</comments>
		<pubDate>Mon, 02 Mar 2009 19:48:58 +0000</pubDate>
		<dc:creator>Torben</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[identity management]]></category>
		<category><![CDATA[seam]]></category>

		<guid isPermaLink="false">http://www.jit-consulting.de/news/identity-management-in-seam-211.html</guid>
		<description><![CDATA[Last week I persisted an user using the JPAIdentityStore delivered by Seam.Following the documentation made me really fast getting some code to run.
Though there were some pitfalls:

The entityManager problemMy app denied to persist the user although I declared a persistence context using
&#60;persistence:managed-persistence-context  persistence-unit-jndi-name=&#34;java:/myEntityManagerFactory&#34;/&#62;
and had the jpa identity store config pointing towards my implemented classes
&#60;security:jpa-identity-store user-class=&#34;de.jicken&#8230;..entity.MyUser&#34; [...]]]></description>
		<wfw:commentRss>http://www.jit-consulting.de/java/identity-management-in-seam-211.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
