<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Tlahtoa axixmiqui</title>
	<atom:link href="http://axixmiqui.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://axixmiqui.wordpress.com</link>
	<description>Andrew Hahn&#039;s Software blog</description>
	<lastBuildDate>Sun, 26 Jul 2009 18:03:14 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Adventures in Grails &#8211; WS-Security Part 2 by Andrew Hahn</title>
		<link>http://axixmiqui.wordpress.com/2008/03/11/adventures-in-grails-ws-security-part-2/#comment-49</link>
		<dc:creator>Andrew Hahn</dc:creator>
		<pubDate>Sun, 26 Jul 2009 18:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://axixmiqui.wordpress.com/?p=17#comment-49</guid>
		<description>Though I never got much farther with this (we dropped SOAP for XMPP) a quick look through the acegi plugin suggests you could simply inject it.
in the test that comes with 0.2:
plugins/acegi-0.2/test/unit/AcegiSecurityTests.groovy
They have:
def authenticationManager // injected by spring

In plugins/acegi-0.2/AcegiGrailsPlugin.groovy
authenticationManager is configured as:
/** ProviderManager */
                        authenticationManager(org.acegisecurity.providers.ProviderManager){
                                providers=[
                                        ref(&quot;daoAuthenticationProvider&quot;),
                                        ref(&quot;anonymousAuthenticationProvider&quot;),
                                        ref(&quot;rememberMeAuthenticationProvider&quot;)]
                        }

Hope that helps...</description>
		<content:encoded><![CDATA[<p>Though I never got much farther with this (we dropped SOAP for XMPP) a quick look through the acegi plugin suggests you could simply inject it.<br />
in the test that comes with 0.2:<br />
plugins/acegi-0.2/test/unit/AcegiSecurityTests.groovy<br />
They have:<br />
def authenticationManager // injected by spring</p>
<p>In plugins/acegi-0.2/AcegiGrailsPlugin.groovy<br />
authenticationManager is configured as:<br />
/** ProviderManager */<br />
                        authenticationManager(org.acegisecurity.providers.ProviderManager){<br />
                                providers=[<br />
                                        ref("daoAuthenticationProvider"),<br />
                                        ref("anonymousAuthenticationProvider"),<br />
                                        ref("rememberMeAuthenticationProvider")]<br />
                        }</p>
<p>Hope that helps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures in Grails &#8211; WS-Security Part 2 by Jim</title>
		<link>http://axixmiqui.wordpress.com/2008/03/11/adventures-in-grails-ws-security-part-2/#comment-48</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 24 Jul 2009 15:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://axixmiqui.wordpress.com/?p=17#comment-48</guid>
		<description>Thanks for article. Been very helpful.!

I&#039;m struggling to find the AuthenticationManager bean to check the &#039;auth&#039; object with.. Anyone help please?</description>
		<content:encoded><![CDATA[<p>Thanks for article. Been very helpful.!</p>
<p>I&#8217;m struggling to find the AuthenticationManager bean to check the &#8216;auth&#8217; object with.. Anyone help please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails fails to start with cryptic error by Andrew Hahn</title>
		<link>http://axixmiqui.wordpress.com/2009/05/25/grails-fails-to-start-with-cryptic-error/#comment-39</link>
		<dc:creator>Andrew Hahn</dc:creator>
		<pubDate>Tue, 16 Jun 2009 02:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://axixmiqui.wordpress.com/?p=87#comment-39</guid>
		<description>To which file are you referring? I ran the code listed above on 1.1.1 and it did not cause Grails to fail to start.</description>
		<content:encoded><![CDATA[<p>To which file are you referring? I ran the code listed above on 1.1.1 and it did not cause Grails to fail to start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails fails to start with cryptic error by Henk</title>
		<link>http://axixmiqui.wordpress.com/2009/05/25/grails-fails-to-start-with-cryptic-error/#comment-38</link>
		<dc:creator>Henk</dc:creator>
		<pubDate>Sun, 14 Jun 2009 00:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://axixmiqui.wordpress.com/?p=87#comment-38</guid>
		<description>I also have the same problem in version 1.1.1. Where is the file located?</description>
		<content:encoded><![CDATA[<p>I also have the same problem in version 1.1.1. Where is the file located?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures in Grails &#8211; WS-Security Part 1 by Andrew Hahn</title>
		<link>http://axixmiqui.wordpress.com/2008/03/01/adventures-in-grails-ws-security-part-1/#comment-37</link>
		<dc:creator>Andrew Hahn</dc:creator>
		<pubDate>Mon, 25 May 2009 16:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://axixmiqui.wordpress.com/?p=16#comment-37</guid>
		<description>Great video, wish it was available when I was trying to figure this stuff out.
Glad you found this code useful.</description>
		<content:encoded><![CDATA[<p>Great video, wish it was available when I was trying to figure this stuff out.<br />
Glad you found this code useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures in Grails &#8211; WS-Security Part 1 by Keith Thomas</title>
		<link>http://axixmiqui.wordpress.com/2008/03/01/adventures-in-grails-ws-security-part-1/#comment-36</link>
		<dc:creator>Keith Thomas</dc:creator>
		<pubDate>Fri, 22 May 2009 21:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://axixmiqui.wordpress.com/?p=16#comment-36</guid>
		<description>As a newbie I found the configuration of the SoapUI a little unexpected so I made this short video to cover how to do it,

http://www.youtube.com/watch?v=ueXOat2_GG8</description>
		<content:encoded><![CDATA[<p>As a newbie I found the configuration of the SoapUI a little unexpected so I made this short video to cover how to do it,</p>
<p><span style="text-align:center; display: block;"><a href="http://axixmiqui.wordpress.com/2009/05/25/grails-fails-to-start-with-cryptic-error/"><img src="http://img.youtube.com/vi/ueXOat2_GG8/2.jpg" alt="" /></a></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures in Grails &#8211; WS-Security Part 1 by Keith Thomas</title>
		<link>http://axixmiqui.wordpress.com/2008/03/01/adventures-in-grails-ws-security-part-1/#comment-35</link>
		<dc:creator>Keith Thomas</dc:creator>
		<pubDate>Thu, 21 May 2009 22:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://axixmiqui.wordpress.com/?p=16#comment-35</guid>
		<description>Solved my own problem. As soon as I decided access my web services via ssl,
     grails run-app -https
and use the soapui client with an https url on port 8443 then it worked great!

I knew that my final solution would include both ssl and user token authentication but it didn&#039;t cross my mind that one was dependent on the other. Silly me :-/</description>
		<content:encoded><![CDATA[<p>Solved my own problem. As soon as I decided access my web services via ssl,<br />
     grails run-app -https<br />
and use the soapui client with an https url on port 8443 then it worked great!</p>
<p>I knew that my final solution would include both ssl and user token authentication but it didn&#8217;t cross my mind that one was dependent on the other. Silly me :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures in Grails &#8211; WS-Security Part 1 by Keith Thomas</title>
		<link>http://axixmiqui.wordpress.com/2008/03/01/adventures-in-grails-ws-security-part-1/#comment-34</link>
		<dc:creator>Keith Thomas</dc:creator>
		<pubDate>Thu, 21 May 2009 04:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://axixmiqui.wordpress.com/?p=16#comment-34</guid>
		<description>Thanks for the great article. I&#039;ve tried to follow the instructions above to use the sample code:

   ValidateUserTokenHandler and PasswordHandler

However, using both the soapUi and an Axis2 client I see the same error in the Grails log,

 ERROR wss4j.WSS4JInHandler  - WSS4JInHandler: Request does not contain required Security header

Any thoughts anyone has would be great.</description>
		<content:encoded><![CDATA[<p>Thanks for the great article. I&#8217;ve tried to follow the instructions above to use the sample code:</p>
<p>   ValidateUserTokenHandler and PasswordHandler</p>
<p>However, using both the soapUi and an Axis2 client I see the same error in the Grails log,</p>
<p> ERROR wss4j.WSS4JInHandler  &#8211; WSS4JInHandler: Request does not contain required Security header</p>
<p>Any thoughts anyone has would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL install fails on Ubuntu with static IP by Tyler</title>
		<link>http://axixmiqui.wordpress.com/2008/03/12/mysql-install-fails-on-ubuntu-with-static-ip/#comment-30</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Sun, 16 Nov 2008 11:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://axixmiqui.wordpress.com/?p=19#comment-30</guid>
		<description>That solved my problem exactly!! Thanks a million for documenting that.</description>
		<content:encoded><![CDATA[<p>That solved my problem exactly!! Thanks a million for documenting that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures in Grails &#8211; Running more than one version of your app by Andreas Schweizer</title>
		<link>http://axixmiqui.wordpress.com/2008/03/29/adventures-in-grails-running-more-than-one-version-of-your-app/#comment-26</link>
		<dc:creator>Andreas Schweizer</dc:creator>
		<pubDate>Wed, 27 Aug 2008 12:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://axixmiqui.wordpress.com/?p=20#comment-26</guid>
		<description>Hi Andrew,
gladly I found your description here, on how to solve the problem when running two versions of a grails app. Thanks very much!
- Andi</description>
		<content:encoded><![CDATA[<p>Hi Andrew,<br />
gladly I found your description here, on how to solve the problem when running two versions of a grails app. Thanks very much!<br />
- Andi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
