<?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 for hugomonteiro.net</title>
	<atom:link href="http://hugomonteiro.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://hugomonteiro.net</link>
	<description>&#34;When two men in business always agree, one of them is unnecessary.&#34; - William Wrigley Jr.</description>
	<lastBuildDate>Sun, 26 Feb 2012 16:43:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Week 1: Testing personal Kanban by Hugo Monteiro</title>
		<link>http://hugomonteiro.net/2011/11/02/week-1-testing-personal-kanban/comment-page-1/#comment-246</link>
		<dc:creator>Hugo Monteiro</dc:creator>
		<pubDate>Sun, 26 Feb 2012 16:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://hugomonteiro.net/?p=451#comment-246</guid>
		<description>Yes,

Now I am using google docs spreadsheet instead of the board with 4 columns: Backlog, Planned (for the week), Doing and Done.
The goals need to be very concrete instead of abstract. We can see the goal accomplished. If it is too complicated it&#039;s harder to do. 

Thanks for the opinion.</description>
		<content:encoded><![CDATA[<p>Yes,</p>
<p>Now I am using google docs spreadsheet instead of the board with 4 columns: Backlog, Planned (for the week), Doing and Done.<br />
The goals need to be very concrete instead of abstract. We can see the goal accomplished. If it is too complicated it&#8217;s harder to do. </p>
<p>Thanks for the opinion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Week 1: Testing personal Kanban by Mark</title>
		<link>http://hugomonteiro.net/2011/11/02/week-1-testing-personal-kanban/comment-page-1/#comment-245</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 26 Feb 2012 16:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://hugomonteiro.net/?p=451#comment-245</guid>
		<description>I am trying to use Personal Kanban as well. I use asana.com instead of a board though. It organizes you to use Today&#124;Upcoming&#124;Later&#124;Done vs Ready&#124;Doing&#124;Done bins for your tasks.
I prefer not using sprints. And I like asana because it&#039;s very easy to move stuff around and add notes to them. My problem is that I am always changing the goal. So some stuff gets moved down or out and new stuff gets moved in...</description>
		<content:encoded><![CDATA[<p>I am trying to use Personal Kanban as well. I use asana.com instead of a board though. It organizes you to use Today|Upcoming|Later|Done vs Ready|Doing|Done bins for your tasks.<br />
I prefer not using sprints. And I like asana because it&#8217;s very easy to move stuff around and add notes to them. My problem is that I am always changing the goal. So some stuff gets moved down or out and new stuff gets moved in&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Client Certificates and Play! by Leo</title>
		<link>http://hugomonteiro.net/2011/09/30/client-certificates-and-play/comment-page-1/#comment-227</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Fri, 30 Dec 2011 07:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://hugomonteiro.net/?p=409#comment-227</guid>
		<description>in the last step:
$ keytool -import -trustcacerts -alias &quot;my CA&quot; \
                -file demoCA/cacert.pem -keystore truststore.jks

I got an error: 
          keytool error: java.lang.Exception: Input not an X.509 certificate

anyone could help?</description>
		<content:encoded><![CDATA[<p>in the last step:<br />
$ keytool -import -trustcacerts -alias &#8220;my CA&#8221; \<br />
                -file demoCA/cacert.pem -keystore truststore.jks</p>
<p>I got an error:<br />
          keytool error: java.lang.Exception: Input not an X.509 certificate</p>
<p>anyone could help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Play Framework + Oracle = EASY! by Hugo Monteiro</title>
		<link>http://hugomonteiro.net/2010/01/28/oracle-play-framework-easy/comment-page-1/#comment-188</link>
		<dc:creator>Hugo Monteiro</dc:creator>
		<pubDate>Mon, 14 Nov 2011 16:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://hugomonteiro.net/?p=277#comment-188</guid>
		<description>Did you created the mybd db?

Changed the configuration:

# If you need a full JDBC configuration use the following :
&lt;del datetime=&quot;2011-11-14T16:29:10+00:00&quot;&gt;db.url=jdbc:oracle:thin@//localhost:1521:mybd&lt;/del&gt;
db.url=jdbc:oracle:thin@localhost:1521:mybd
db.driver=oracle.jdbc.driver.OracleDriver
db.user=myusername
db.pass=mypassword

# Specify the custom JPA dialect to use here (default to guess):
jpa.dialect=org.hibernate.dialect.OracleDialect


Let me know if you solve it.
Thanks.</description>
		<content:encoded><![CDATA[<p>Did you created the mybd db?</p>
<p>Changed the configuration:</p>
<p># If you need a full JDBC configuration use the following :<br />
<del datetime="2011-11-14T16:29:10+00:00">db.url=jdbc:oracle:thin@//localhost:1521:mybd</del><br />
db.url=jdbc:oracle:thin@localhost:1521:mybd<br />
db.driver=oracle.jdbc.driver.OracleDriver<br />
db.user=myusername<br />
db.pass=mypassword</p>
<p># Specify the custom JPA dialect to use here (default to guess):<br />
jpa.dialect=org.hibernate.dialect.OracleDialect</p>
<p>Let me know if you solve it.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Play Framework + Oracle = EASY! by Victor</title>
		<link>http://hugomonteiro.net/2010/01/28/oracle-play-framework-easy/comment-page-1/#comment-178</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Sun, 06 Nov 2011 10:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://hugomonteiro.net/?p=277#comment-178</guid>
		<description>I can&#039;t resolved ... Uhmmm, should not set something in the dependencies.yml ?? is correct, the driver I&#039;m using? 
Thanks!</description>
		<content:encoded><![CDATA[<p>I can&#8217;t resolved &#8230; Uhmmm, should not set something in the dependencies.yml ?? is correct, the driver I&#8217;m using?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Play Framework + Oracle = EASY! by Hugo Monteiro</title>
		<link>http://hugomonteiro.net/2010/01/28/oracle-play-framework-easy/comment-page-1/#comment-177</link>
		<dc:creator>Hugo Monteiro</dc:creator>
		<pubDate>Sun, 06 Nov 2011 03:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://hugomonteiro.net/?p=277#comment-177</guid>
		<description>Remove the // on the localhost word. It should work.</description>
		<content:encoded><![CDATA[<p>Remove the // on the localhost word. It should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Play Framework + Oracle = EASY! by Victor</title>
		<link>http://hugomonteiro.net/2010/01/28/oracle-play-framework-easy/comment-page-1/#comment-176</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Sun, 06 Nov 2011 03:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://hugomonteiro.net/?p=277#comment-176</guid>
		<description>Hello, I&#039;m tryng connect Play! with Oracle 11g ... i&#039;m used the jdbc driver ojdbc6dms.jar and these are conection parameters in application.conf:

# If you need a full JDBC configuration use the following :
db.url=jdbc:oracle:thin@//localhost:1521:mybd
db.driver=oracle.jdbc.driver.OracleDriver
db.user=myusername
db.pass=mypassword

# Specify the custom JPA dialect to use here (default to guess):
jpa.dialect=org.hibernate.dialect.OracleDialect

But, show me this error:

Database error
A database error occured : Cannot connected to the database, La dirección URL de Oracle especificada no es válida</description>
		<content:encoded><![CDATA[<p>Hello, I&#8217;m tryng connect Play! with Oracle 11g &#8230; i&#8217;m used the jdbc driver ojdbc6dms.jar and these are conection parameters in application.conf:</p>
<p># If you need a full JDBC configuration use the following :<br />
db.url=jdbc:oracle:thin@//localhost:1521:mybd<br />
db.driver=oracle.jdbc.driver.OracleDriver<br />
db.user=myusername<br />
db.pass=mypassword</p>
<p># Specify the custom JPA dialect to use here (default to guess):<br />
jpa.dialect=org.hibernate.dialect.OracleDialect</p>
<p>But, show me this error:</p>
<p>Database error<br />
A database error occured : Cannot connected to the database, La dirección URL de Oracle especificada no es válida</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Play Framework + Oracle = EASY! by Pedro Mendes</title>
		<link>http://hugomonteiro.net/2010/01/28/oracle-play-framework-easy/comment-page-1/#comment-161</link>
		<dc:creator>Pedro Mendes</dc:creator>
		<pubDate>Sun, 02 Oct 2011 13:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://hugomonteiro.net/?p=277#comment-161</guid>
		<description>&quot;You have to take into account that play! uses a forked version of hibernate.&quot;

Well putted.. Thanks Hugo!</description>
		<content:encoded><![CDATA[<p>&#8220;You have to take into account that play! uses a forked version of hibernate.&#8221;</p>
<p>Well putted.. Thanks Hugo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Play Framework + Oracle = EASY! by Hugo Monteiro</title>
		<link>http://hugomonteiro.net/2010/01/28/oracle-play-framework-easy/comment-page-1/#comment-160</link>
		<dc:creator>Hugo Monteiro</dc:creator>
		<pubDate>Sun, 02 Oct 2011 11:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://hugomonteiro.net/?p=277#comment-160</guid>
		<description>Hello Pedro,

I have never used Hibernate-Spatial, there are a few posts in play! &lt;a href=&quot;http://groups.google.com/group/play-framework/search?group=play-framework&amp;q=hibernate+spatial&amp;qt_g=Search+this+group&quot; rel=&quot;nofollow&quot;&gt;google groups: &lt;/a&gt; about it. Just give it a quick read :-)

You have to take into account that play! uses a forked version of hibernate. 

Good luck and thanks!</description>
		<content:encoded><![CDATA[<p>Hello Pedro,</p>
<p>I have never used Hibernate-Spatial, there are a few posts in play! <a href="http://groups.google.com/group/play-framework/search?group=play-framework&amp;q=hibernate+spatial&amp;qt_g=Search+this+group" rel="nofollow">google groups: </a> about it. Just give it a quick read <img src='http://hugomonteiro.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>You have to take into account that play! uses a forked version of hibernate. </p>
<p>Good luck and thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Play Framework + Oracle = EASY! by Pedro Mendes</title>
		<link>http://hugomonteiro.net/2010/01/28/oracle-play-framework-easy/comment-page-1/#comment-159</link>
		<dc:creator>Pedro Mendes</dc:creator>
		<pubDate>Sun, 02 Oct 2011 11:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://hugomonteiro.net/?p=277#comment-159</guid>
		<description>Hi Hugo, 

Thanks for the fast reply! Immediately after I submitted my doubt to you, I had a second look at my app conf and I spotted the bottom of the file the in-memory db declared for testing purposes.. I forgot to mention that I was testing the connection to the oracle db through the app&#039;s Test Runner.. so the use of the in-memory db made sense!

I can know connect successfully to my oracle db! :)

Thanks for the tips anyway and it would be really nice that you continue to post here your experiences with Play! Framework! _filipera (Filipe Oliveira) explained once why he was in love with Play!... I understand know!

Well, I must continue my &quot;fight&quot; with Play! + Hibernate + Oracle, but now adding a variation to it: Hibernate Spatial... The HBSpatial&#039;s ConnectionFinder needs the OracleConnection from the current Connection but it&#039;s not getting it... Already tried several versions of the Oracle JDBC driver, but with no luck. 

Any thoughts about this? =)

Stay fit &amp; well!


By the way</description>
		<content:encoded><![CDATA[<p>Hi Hugo, </p>
<p>Thanks for the fast reply! Immediately after I submitted my doubt to you, I had a second look at my app conf and I spotted the bottom of the file the in-memory db declared for testing purposes.. I forgot to mention that I was testing the connection to the oracle db through the app&#8217;s Test Runner.. so the use of the in-memory db made sense!</p>
<p>I can know connect successfully to my oracle db! <img src='http://hugomonteiro.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for the tips anyway and it would be really nice that you continue to post here your experiences with Play! Framework! _filipera (Filipe Oliveira) explained once why he was in love with Play!&#8230; I understand know!</p>
<p>Well, I must continue my &#8220;fight&#8221; with Play! + Hibernate + Oracle, but now adding a variation to it: Hibernate Spatial&#8230; The HBSpatial&#8217;s ConnectionFinder needs the OracleConnection from the current Connection but it&#8217;s not getting it&#8230; Already tried several versions of the Oracle JDBC driver, but with no luck. </p>
<p>Any thoughts about this? =)</p>
<p>Stay fit &amp; well!</p>
<p>By the way</p>
]]></content:encoded>
	</item>
</channel>
</rss>

