<?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: Weblogic web application container security part 1</title>
	<atom:link href="http://blog.whitehorses.nl/2010/01/29/weblogic-web-application-container-security-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.whitehorses.nl/2010/01/29/weblogic-web-application-container-security-part-1/</link>
	<description>Oracle, Java and SOA expertise - Lean thinking, Agile working</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:46:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Luis</title>
		<link>http://blog.whitehorses.nl/2010/01/29/weblogic-web-application-container-security-part-1/comment-page-1/#comment-17259</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Tue, 13 Sep 2011 15:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=958#comment-17259</guid>
		<description>Simply great!

Thanks,

Luis</description>
		<content:encoded><![CDATA[<p>Simply great!</p>
<p>Thanks,</p>
<p>Luis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlos</title>
		<link>http://blog.whitehorses.nl/2010/01/29/weblogic-web-application-container-security-part-1/comment-page-1/#comment-9254</link>
		<dc:creator>carlos</dc:creator>
		<pubDate>Fri, 18 Feb 2011 16:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=958#comment-9254</guid>
		<description>Cant compile your sample because you didnt referenced the correct classpath. Where can I find weblogic security classes???????????</description>
		<content:encoded><![CDATA[<p>Cant compile your sample because you didnt referenced the correct classpath. Where can I find weblogic security classes???????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric givler</title>
		<link>http://blog.whitehorses.nl/2010/01/29/weblogic-web-application-container-security-part-1/comment-page-1/#comment-6822</link>
		<dc:creator>eric givler</dc:creator>
		<pubDate>Mon, 06 Dec 2010 21:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=958#comment-6822</guid>
		<description>This was user error.  My jazn-data.xml file was NOT in the correct location.  Once I put it in workspace\src\META-INF\jazn-data.xml instead of workspace\viewcontroller\src\META-NF\jazn-data.xml, the users an roles were created without an issue.  Sorry for the posts.</description>
		<content:encoded><![CDATA[<p>This was user error.  My jazn-data.xml file was NOT in the correct location.  Once I put it in workspace\src\META-INF\jazn-data.xml instead of workspace\viewcontroller\src\META-NF\jazn-data.xml, the users an roles were created without an issue.  Sorry for the posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin Biemond</title>
		<link>http://blog.whitehorses.nl/2010/01/29/weblogic-web-application-container-security-part-1/comment-page-1/#comment-6748</link>
		<dc:creator>Edwin Biemond</dc:creator>
		<pubDate>Fri, 03 Dec 2010 22:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=958#comment-6748</guid>
		<description>Hi,

For embedded you dont need any migration , it works out of the box.
are you doing container security or doing ADF,  for ADF follow part 2 and log in with weblogic first.  this user is the default user in the default authenticator in the myrealm security realm in the wls console.

when you add an extra authenticator then make sure the control flag of every authentication provider is on sufficient

thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>For embedded you dont need any migration , it works out of the box.<br />
are you doing container security or doing ADF,  for ADF follow part 2 and log in with weblogic first.  this user is the default user in the default authenticator in the myrealm security realm in the wls console.</p>
<p>when you add an extra authenticator then make sure the control flag of every authentication provider is on sufficient</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric givler</title>
		<link>http://blog.whitehorses.nl/2010/01/29/weblogic-web-application-container-security-part-1/comment-page-1/#comment-6747</link>
		<dc:creator>eric givler</dc:creator>
		<pubDate>Fri, 03 Dec 2010 21:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=958#comment-6747</guid>
		<description>I don&#039;t know why I&#039;m struggling with JDev 11g and the embedded weblogic container so much, but alas, I still can&#039;t get it to allow me to login and view a protected resource.  I was starting with the workspace (JaznMigration) from here (http://andrejusb.blogspot.com/2010/05/migrating-security-policies-from.html)

I then found your article and tried tweaking a few things.  So far, all I&#039;ve done is to change the url-pattern to &quot;/&quot;, and then mdified the jazn-data.xml to provide a new password to the scott user so I&#039;d know what it is.  NO LUCK.

What do you mean by: &quot;To test this, I first added a testuser called edwin and a test group called users to the DefaultAuthenticator Authentication Provider.&quot;?

I just need a way to run my application via Jdev 11g and authenticate &quot;as before&quot;, whatever that means.  I&#039;d appreciate any help you can provide.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know why I&#8217;m struggling with JDev 11g and the embedded weblogic container so much, but alas, I still can&#8217;t get it to allow me to login and view a protected resource.  I was starting with the workspace (JaznMigration) from here (<a href="http://andrejusb.blogspot.com/2010/05/migrating-security-policies-from.html" rel="nofollow">http://andrejusb.blogspot.com/2010/05/migrating-security-policies-from.html</a>)</p>
<p>I then found your article and tried tweaking a few things.  So far, all I&#8217;ve done is to change the url-pattern to &#8220;/&#8221;, and then mdified the jazn-data.xml to provide a new password to the scott user so I&#8217;d know what it is.  NO LUCK.</p>
<p>What do you mean by: &#8220;To test this, I first added a testuser called edwin and a test group called users to the DefaultAuthenticator Authentication Provider.&#8221;?</p>
<p>I just need a way to run my application via Jdev 11g and authenticate &#8220;as before&#8221;, whatever that means.  I&#8217;d appreciate any help you can provide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olufowobi Lawal</title>
		<link>http://blog.whitehorses.nl/2010/01/29/weblogic-web-application-container-security-part-1/comment-page-1/#comment-5081</link>
		<dc:creator>Olufowobi Lawal</dc:creator>
		<pubDate>Sat, 25 Sep 2010 20:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=958#comment-5081</guid>
		<description>Simple and clean.</description>
		<content:encoded><![CDATA[<p>Simple and clean.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets die vermelden Weblogic web application container security part 1 -- Topsy.com</title>
		<link>http://blog.whitehorses.nl/2010/01/29/weblogic-web-application-container-security-part-1/comment-page-1/#comment-849</link>
		<dc:creator>Tweets die vermelden Weblogic web application container security part 1 -- Topsy.com</dc:creator>
		<pubDate>Sun, 31 Jan 2010 15:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=958#comment-849</guid>
		<description>[...] Dit blogartikel was vermeld op Twitter door Douwe P. van den Bos, Frank Dorst, Edwin Biemond, agawish, Whitehorses en anderen. Whitehorses heeft gezegd: Whiteblog: Weblogic web application container security part 1 (http://bit.ly/bG3ZNS) [...]</description>
		<content:encoded><![CDATA[<p>[...] Dit blogartikel was vermeld op Twitter door Douwe P. van den Bos, Frank Dorst, Edwin Biemond, agawish, Whitehorses en anderen. Whitehorses heeft gezegd: Whiteblog: Weblogic web application container security part 1 (<a href="http://bit.ly/bG3ZNS" rel="nofollow">http://bit.ly/bG3ZNS</a>) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://blog.whitehorses.nl/2010/01/29/weblogic-web-application-container-security-part-1/comment-page-1/#comment-848</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Sun, 31 Jan 2010 12:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=958#comment-848</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by whitehorsesnl: Whiteblog: Weblogic web application container security part 1 (http://bit.ly/bG3ZNS)...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by whitehorsesnl: Whiteblog: Weblogic web application container security part 1 (<a href="http://bit.ly/bG3ZNS" rel="nofollow">http://bit.ly/bG3ZNS</a>)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amr Gawish</title>
		<link>http://blog.whitehorses.nl/2010/01/29/weblogic-web-application-container-security-part-1/comment-page-1/#comment-835</link>
		<dc:creator>Amr Gawish</dc:creator>
		<pubDate>Fri, 29 Jan 2010 21:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=958#comment-835</guid>
		<description>A great introduction and start, but I think I&#039;ll wait till you finish, and ask you some questions :)

waiting for Part2</description>
		<content:encoded><![CDATA[<p>A great introduction and start, but I think I&#8217;ll wait till you finish, and ask you some questions <img src='http://blog.whitehorses.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>waiting for Part2</p>
]]></content:encoded>
	</item>
</channel>
</rss>

