<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Kevin Gaffney's Software Development Blog</title>
	<atom:link href="http://kgaffney.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kgaffney.wordpress.com</link>
	<description>Spring, Hibernate &#38; Flex</description>
	<lastBuildDate>Sun, 20 Sep 2009 00:42:45 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='kgaffney.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/a3f08327bceeec26c2a9fccfcf4e171d?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Kevin Gaffney's Software Development Blog</title>
		<link>http://kgaffney.wordpress.com</link>
	</image>
			<item>
		<title>Embed an icon in a flex panel</title>
		<link>http://kgaffney.wordpress.com/2009/09/20/embed-an-icon-in-a-flex-panel/</link>
		<comments>http://kgaffney.wordpress.com/2009/09/20/embed-an-icon-in-a-flex-panel/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 00:41:39 +0000</pubDate>
		<dc:creator>kgaffney</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[justcars]]></category>

		<guid isPermaLink="false">http://kgaffney.wordpress.com/?p=79</guid>
		<description><![CDATA[Just a quick post to display how to embed an image in a flex panel or title window. I&#8217;ve been adding them some to justcars.ie
&#60;code&#62;
&#60;mx:Panel xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221;  width=&#8221;100%&#8221;
 height=&#8221;100%&#8221; creationComplete=&#8221;initApp();&#8221;
 xmlns:DataGrid=&#8221;com.zeninvent.justcars.flex.DataGrid.*&#8221;
 xmlns:ns1=&#8221;components.*&#8221;
 title=&#8221;Search&#8221;
 titleIcon=&#8221;{ico}&#8221;&#62;
&#60;mx:Panel xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221;  width=&#8221;100%&#8221;
 height=&#8221;100%&#8221; &#8221;
 title=&#8221;Search&#8221;
 titleIcon=&#8221;{ico}&#8221;&#62;
&#60;/code&#62;
Then just add to the action script an ico var noting the icon source:
  [Embed(source='iconSearch.png')]
 private static [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=79&subd=kgaffney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just a quick post to display how to embed an image in a flex panel or title window. I&#8217;ve been adding them some to justcars.ie</p>
<p>&lt;code&gt;</p>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&lt;mx:Panel xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221;  width=&#8221;100%&#8221;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>height=&#8221;100%&#8221; creationComplete=&#8221;initApp();&#8221;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>xmlns:DataGrid=&#8221;com.zeninvent.justcars.flex.DataGrid.*&#8221;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>xmlns:ns1=&#8221;components.*&#8221;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>title=&#8221;Search&#8221;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>titleIcon=&#8221;{ico}&#8221;&gt;</div>
<p>&lt;mx:Panel xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221;  width=&#8221;100%&#8221;</p>
<p><span style="white-space:pre;"> </span>height=&#8221;100%&#8221; &#8221;</p>
<p><span style="white-space:pre;"> </span>title=&#8221;Search&#8221;</p>
<p><span style="white-space:pre;"> </span>titleIcon=&#8221;{ico}&#8221;&gt;</p>
<p>&lt;/code&gt;</p>
<p>Then just add to the action script an ico var noting the icon source:</p>
<p><span style="white-space:pre;"> </span> [Embed(source='iconSearch.png')]</p>
<p><span style="white-space:pre;"> </span>private static const ico:Class;</p>
<p>One thing to bear in mind is that the icon must be in the same dir as the component.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kgaffney.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kgaffney.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kgaffney.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kgaffney.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kgaffney.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kgaffney.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kgaffney.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kgaffney.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kgaffney.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kgaffney.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=79&subd=kgaffney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kgaffney.wordpress.com/2009/09/20/embed-an-icon-in-a-flex-panel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f56ae216cac73154fdd01932576b393?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kgaffney</media:title>
		</media:content>
	</item>
		<item>
		<title>Could not instantiate bean class Is it an abstract class?</title>
		<link>http://kgaffney.wordpress.com/2008/07/15/could-not-instantiate-bean-class-is-it-an-abstract-class/</link>
		<comments>http://kgaffney.wordpress.com/2008/07/15/could-not-instantiate-bean-class-is-it-an-abstract-class/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 13:01:10 +0000</pubDate>
		<dc:creator>kgaffney</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://kgaffney.wordpress.com/?p=76</guid>
		<description><![CDATA[Ran into an interesting error this afternoon.  I have a base class which is abstract and when i deployed my app I received the above error.
The fix is simple add abstract=&#8221;true&#8221; to your bean defination:
&#60;bean id=&#8221;baseHandler&#8221; class=&#8221;com.zeninvent.justcars.web.handler.BaseHandler&#8221; abstract=&#8221;true&#8221;&#62;
Hey Presto!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=76&subd=kgaffney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ran into an interesting error this afternoon.  I have a base class which is abstract and when i deployed my app I received the above error.</p>
<p>The fix is simple add abstract=&#8221;true&#8221; to your bean defination:</p>
<p>&lt;bean id=&#8221;baseHandler&#8221; class=&#8221;com.zeninvent.justcars.web.handler.BaseHandler&#8221; abstract=&#8221;true&#8221;&gt;</p>
<p>Hey Presto!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kgaffney.wordpress.com/76/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kgaffney.wordpress.com/76/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kgaffney.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kgaffney.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kgaffney.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kgaffney.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kgaffney.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kgaffney.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kgaffney.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kgaffney.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kgaffney.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kgaffney.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=76&subd=kgaffney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kgaffney.wordpress.com/2008/07/15/could-not-instantiate-bean-class-is-it-an-abstract-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f56ae216cac73154fdd01932576b393?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kgaffney</media:title>
		</media:content>
	</item>
		<item>
		<title>The input type of the launch configuration does not exist</title>
		<link>http://kgaffney.wordpress.com/2008/07/11/the-input-type-of-the-launch-configuration-does-not-exist/</link>
		<comments>http://kgaffney.wordpress.com/2008/07/11/the-input-type-of-the-launch-configuration-does-not-exist/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 12:27:26 +0000</pubDate>
		<dc:creator>kgaffney</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[JUnit]]></category>

		<guid isPermaLink="false">http://kgaffney.wordpress.com/?p=73</guid>
		<description><![CDATA[Trying to run a JUnit test case &#38; getting this error?
Right click on the folder in which you have located the test case and under build path &#8211; select use as source folder
Hey Presto!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=73&subd=kgaffney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Trying to run a JUnit test case &amp; getting this error?</p>
<p>Right click on the folder in which you have located the test case and under build path &#8211; select use as source folder</p>
<p>Hey Presto!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kgaffney.wordpress.com/73/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kgaffney.wordpress.com/73/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kgaffney.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kgaffney.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kgaffney.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kgaffney.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kgaffney.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kgaffney.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kgaffney.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kgaffney.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kgaffney.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kgaffney.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=73&subd=kgaffney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kgaffney.wordpress.com/2008/07/11/the-input-type-of-the-launch-configuration-does-not-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f56ae216cac73154fdd01932576b393?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kgaffney</media:title>
		</media:content>
	</item>
		<item>
		<title>Required extension &#8220;ant&#8221; not found Spring 2.0</title>
		<link>http://kgaffney.wordpress.com/2008/07/10/required-extension-ant-not-found-spring-20/</link>
		<comments>http://kgaffney.wordpress.com/2008/07/10/required-extension-ant-not-found-spring-20/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 18:24:33 +0000</pubDate>
		<dc:creator>kgaffney</dc:creator>
				<category><![CDATA[spring]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://kgaffney.wordpress.com/?p=69</guid>
		<description><![CDATA[Having this problem! It&#8217;s caused me untold trouble. Anyway the problem is actually in the spring distribution. Unzip the commons-attributes-compiler.jar, open the MANIFEST.MF and remove lines with a space and text.
Example:
ant-Implementation-URL: http://www.ibiblio.org/maven/ant/jars/ant-1.5.
jar
Should be replaced with:
ant-Implementation-URL: http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar
There is quite a few of these to be fixed.
Save the file.
Rezip and ensure the .jar extension
Hey Presto!
   [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=69&subd=kgaffney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Having this problem! It&#8217;s caused me untold trouble. Anyway the problem is actually in the spring distribution. Unzip the commons-attributes-compiler.jar, open the MANIFEST.MF and remove lines with a space and text.</p>
<p>Example:</p>
<p>ant-Implementation-URL: http://www.ibiblio.org/maven/ant/jars/ant-1.5.<br />
jar</p>
<p>Should be replaced with:</p>
<p>ant-Implementation-URL: http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar</p>
<p>There is quite a few of these to be fixed.</p>
<p>Save the file.</p>
<p>Rezip and ensure the .jar extension</p>
<p>Hey Presto!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kgaffney.wordpress.com/69/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kgaffney.wordpress.com/69/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kgaffney.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kgaffney.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kgaffney.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kgaffney.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kgaffney.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kgaffney.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kgaffney.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kgaffney.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kgaffney.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kgaffney.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=69&subd=kgaffney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kgaffney.wordpress.com/2008/07/10/required-extension-ant-not-found-spring-20/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f56ae216cac73154fdd01932576b393?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kgaffney</media:title>
		</media:content>
	</item>
		<item>
		<title>Spring Hibernate hbm2ddl.auto &amp; Annotations</title>
		<link>http://kgaffney.wordpress.com/2008/07/03/spring-hibernate-hbm2dllauto-annonations/</link>
		<comments>http://kgaffney.wordpress.com/2008/07/03/spring-hibernate-hbm2dllauto-annonations/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 11:40:14 +0000</pubDate>
		<dc:creator>kgaffney</dc:creator>
				<category><![CDATA[Annotations]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://kgaffney.wordpress.com/?p=65</guid>
		<description><![CDATA[Spent Yesterday and today drawing up a schema for www.justcars.ie Ireland&#8217;s newest and hottest place to source your car.
To create this schema I wanted to get hibernate generate it via the POJOs I create. I am using annotations. So here is what i did:
Step One:
Create the POJO:
@Entity
public class Manufacteur {
@Id
private Integer manufacteurlId;
&#8230;..
}
Make sure you import [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=65&subd=kgaffney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Spent Yesterday and today drawing up a schema for www.justcars.ie Ireland&#8217;s newest and hottest place to source your car.</p>
<p>To create this schema I wanted to get hibernate generate it via the POJOs I create. I am using annotations. So here is what i did:</p>
<p>Step One:</p>
<p>Create the POJO:</p>
<p>@Entity<br />
public class Manufacteur {</p>
<p>@Id<br />
private Integer manufacteurlId;</p>
<p>&#8230;..</p>
<p>}</p>
<p>Make sure you import <strong>javax.persistence.*;</strong> &amp; not the more intuitive sounding hibernate one .</p>
<p>Step Two:</p>
<p>I am using a hibernate.cfg.xml for neatness:</p>
<p>&lt;hibernate-configuration&gt;<br />
&lt;session-factory name=&#8221;justCarsSessionFactory&#8221;&gt;<br />
&lt;property name=&#8221;hibernate.connection.driver_class&#8221;&gt;org.gjt.mm.mysql.Driver&lt;/property&gt;<br />
&lt;property name=&#8221;hibernate.connection.password&#8221;&gt;<strong>yourPassword</strong>&lt;/property&gt;<br />
&lt;property name=&#8221;hibernate.connection.url&#8221;&gt;jdbc:mysql://localhost:3306/<strong>YourScehma</strong>&lt;/property&gt;<br />
&lt;property name=&#8221;hibernate.connection.username&#8221;&gt;<strong>YourUsername</strong>&lt;/property&gt;<br />
&lt;property name=&#8221;hibernate.default_schema&#8221;&gt;j<strong>YourScehma</strong>&lt;/property&gt;<br />
&lt;property name=&#8221;hibernate.dialect&#8221;&gt;org.hibernate.dialect.MySQL5Dialect&lt;/property&gt;<br />
&lt;property name=&#8221;show_sql&#8221;&gt;true&lt;/property&gt;<br />
&lt;property name=&#8221;hibernate.format_sql&#8221;&gt;true&lt;/property&gt;<br />
<strong> </strong>&lt;property name=&#8221;hibernate.hbm2ddl.auto&#8221;&gt;create-drop&lt;/property&gt;<br />
&lt;mapping package=&#8221;com.zeninvent.justcars.business&#8221;/&gt;<br />
&lt;mapping class=&#8221;com.zeninvent.justcars.business.Manufacteur&#8221;/&gt;<br />
&lt;/session-factory&gt;<br />
&lt;/hibernate-configuration&gt;</p>
<p>Change the pieces in bold as appropriate.</p>
<p>Step Three servlet:</p>
<p>Ensure your session factory bean if you are using annotations is using the AnnotationSession otherwise you will get an &#8220;Annotation Instance required &#8221; exception.</p>
<p>Point the session factory to your hibernate.cfg.xml</p>
<p>&lt;bean id=&#8221;sessionFactory&#8221; class=&#8221;org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean&#8221;&gt;</p>
<p>&lt;property name=&#8221;configLocation&#8221;&gt;&lt;value&gt;/WEB-INF/hibernate.cfg.xml&lt;/value&gt;&lt;/property&gt;<br />
&lt;property name=&#8221;schemaUpdate&#8221;&gt;&lt;value&gt;true&lt;/value&gt;&lt;/property&gt;<br />
&lt;/bean&gt;</p>
<p>Step Four:</p>
<p>Depoly &amp; hey Presto hibernate is creating your schema! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kgaffney.wordpress.com/65/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kgaffney.wordpress.com/65/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kgaffney.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kgaffney.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kgaffney.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kgaffney.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kgaffney.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kgaffney.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kgaffney.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kgaffney.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kgaffney.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kgaffney.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=65&subd=kgaffney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kgaffney.wordpress.com/2008/07/03/spring-hibernate-hbm2dllauto-annonations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f56ae216cac73154fdd01932576b393?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kgaffney</media:title>
		</media:content>
	</item>
		<item>
		<title>Submitted</title>
		<link>http://kgaffney.wordpress.com/2008/05/02/submitted/</link>
		<comments>http://kgaffney.wordpress.com/2008/05/02/submitted/#comments</comments>
		<pubDate>Fri, 02 May 2008 13:06:09 +0000</pubDate>
		<dc:creator>kgaffney</dc:creator>
				<category><![CDATA[Functional Spec]]></category>
		<category><![CDATA[Howard]]></category>
		<category><![CDATA[requirements]]></category>

		<guid isPermaLink="false">http://kgaffney.wordpress.com/?p=64</guid>
		<description><![CDATA[Well that&#8217;s it for now.. the project submitted here is the photo evidence&#8230;
http://dgca400.wordpress.com/2008/05/02/may-2nd-submission/
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=64&subd=kgaffney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well that&#8217;s it for now.. the project submitted here is the photo evidence&#8230;</p>
<p>http://dgca400.wordpress.com/2008/05/02/may-2nd-submission/</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kgaffney.wordpress.com/64/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kgaffney.wordpress.com/64/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kgaffney.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kgaffney.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kgaffney.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kgaffney.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kgaffney.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kgaffney.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kgaffney.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kgaffney.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kgaffney.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kgaffney.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=64&subd=kgaffney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kgaffney.wordpress.com/2008/05/02/submitted/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f56ae216cac73154fdd01932576b393?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kgaffney</media:title>
		</media:content>
	</item>
		<item>
		<title>Another Day Closer</title>
		<link>http://kgaffney.wordpress.com/2008/04/04/another-day-closer/</link>
		<comments>http://kgaffney.wordpress.com/2008/04/04/another-day-closer/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 17:59:14 +0000</pubDate>
		<dc:creator>kgaffney</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kgaffney.wordpress.com/?p=63</guid>
		<description><![CDATA[Had a torrid morning with build problems on the laptop. When the build environment isn&#8217;t setup correctly it really gets very ugly. Needed to integrate David&#8217;s latest work into my build aswell just to add some spice.
In the afternoon did some more bug fixing on the CMS we&#8217;re over 90 of them now.. but i [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=63&subd=kgaffney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Had a torrid morning with build problems on the laptop. When the build environment isn&#8217;t setup correctly it really gets very ugly. Needed to integrate David&#8217;s latest work into my build aswell just to add some spice.</p>
<p>In the afternoon did some more bug fixing on the CMS we&#8217;re over 90 of them now.. but i hope we&#8217;re almost there! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>David started re-working the shopfront GUI to give it a more professional look and feel and has achieved some instant results in that department.</p>
<p>Was speaking with the other brokerage firm again today and they were impressed by the presentation we sent them. I&#8217;d said we would be in touch mid May to setup a meeting for the end of May to give them a demo of what can be done.</p>
<p>Looking forward to tomorrow and starting a fresh all n all I&#8217;ve produced a pretty measly output these past couple of days and am looking forward to having a more enjoyable and productive day tomorrow</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kgaffney.wordpress.com/63/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kgaffney.wordpress.com/63/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kgaffney.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kgaffney.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kgaffney.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kgaffney.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kgaffney.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kgaffney.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kgaffney.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kgaffney.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kgaffney.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kgaffney.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=63&subd=kgaffney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kgaffney.wordpress.com/2008/04/04/another-day-closer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f56ae216cac73154fdd01932576b393?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kgaffney</media:title>
		</media:content>
	</item>
		<item>
		<title>The Development Envioroment</title>
		<link>http://kgaffney.wordpress.com/2008/04/02/the-development-envioroment/</link>
		<comments>http://kgaffney.wordpress.com/2008/04/02/the-development-envioroment/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 22:47:59 +0000</pubDate>
		<dc:creator>kgaffney</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://kgaffney.wordpress.com/2008/04/02/the-development-envioroment/</guid>
		<description><![CDATA[Just finished setting up the complete development on my laptop we&#8217;re back in business
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=62&subd=kgaffney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just finished setting up the complete development on my laptop we&#8217;re back in business</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kgaffney.wordpress.com/62/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kgaffney.wordpress.com/62/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kgaffney.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kgaffney.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kgaffney.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kgaffney.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kgaffney.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kgaffney.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kgaffney.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kgaffney.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kgaffney.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kgaffney.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=62&subd=kgaffney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kgaffney.wordpress.com/2008/04/02/the-development-envioroment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f56ae216cac73154fdd01932576b393?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kgaffney</media:title>
		</media:content>
	</item>
		<item>
		<title>An Intresting Day</title>
		<link>http://kgaffney.wordpress.com/2008/04/02/an-intresting-day/</link>
		<comments>http://kgaffney.wordpress.com/2008/04/02/an-intresting-day/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 21:09:33 +0000</pubDate>
		<dc:creator>kgaffney</dc:creator>
				<category><![CDATA[Best Adive Quote Servie]]></category>
		<category><![CDATA[Dermot]]></category>

		<guid isPermaLink="false">http://kgaffney.wordpress.com/?p=60</guid>
		<description><![CDATA[in terms of code productivity I think we can put today in the write off bin. Hardware failure this morning on the sharepoint server caused me to spend the morning migrating from the backup data to here. There should also now be a noticeable improvement in access times!  
 We managed to fix our broken [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=60&subd=kgaffney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>in terms of code productivity I think we can put today in the write off bin. Hardware failure this morning on the sharepoint server caused me to spend the morning migrating from the backup data to here. There should also now be a noticeable improvement in access times! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p> We managed to fix our broken build from Monda. Turned out the acegi application context was missing the FileContent POJO.</p>
<p> Dermot called to say he couldn&#8217;t do Thursday so we have had to re-schedule to next Tuesday evening.</p>
<p> Then we recieved a call from Sean at Best Advice one of his customers is looking to implement an online purchase system similar to what we are currently implementing for Dermot. </p>
<p> Spent the evening Zen Invent-ing a power point presentation that David drew up of our quote and purchase system available here:</p>
<p><a href="http://kgaffney.files.wordpress.com/2008/04/zeninvent.pdf" title="Zen Invent Quote &amp; Purchase System">Zen Invent Quote &amp; Purchase System</a></p>
<p>Then I was talking with Mark a manager of mine at Morgan Stanley in the summer. A friend of his is setting up a business which quieres streaming content over an SSL connection so we&#8217;ve gotten in touch with him about prototyping from the end of May onwards. His timescale those is short(isn&#8217;t everyones! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  so it may not work &#8211; ut we would like to make it to.</p>
<p> Setup mysql on the laptop this evening I&#8217;m going to shift development off the pc until the hardware problems are resloved.</p>
<p> An Intresting if un-productive day in terms of code output anyway&#8230;</p>
<p>  </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kgaffney.wordpress.com/60/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kgaffney.wordpress.com/60/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kgaffney.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kgaffney.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kgaffney.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kgaffney.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kgaffney.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kgaffney.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kgaffney.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kgaffney.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kgaffney.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kgaffney.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=60&subd=kgaffney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kgaffney.wordpress.com/2008/04/02/an-intresting-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f56ae216cac73154fdd01932576b393?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kgaffney</media:title>
		</media:content>
	</item>
		<item>
		<title>More Testing &amp; Bug Fixing</title>
		<link>http://kgaffney.wordpress.com/2008/04/02/more-testing-bug-fixing/</link>
		<comments>http://kgaffney.wordpress.com/2008/04/02/more-testing-bug-fixing/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 11:25:58 +0000</pubDate>
		<dc:creator>kgaffney</dc:creator>
				<category><![CDATA[bug tracking]]></category>

		<guid isPermaLink="false">http://kgaffney.wordpress.com/2008/04/02/more-testing-bug-fixing/</guid>
		<description><![CDATA[Well had a big scare this morning.. arrived on the bridge of the star ship enterprise and was greeted by silence! .. Server was off and when I tried to power it back on there was no life.. So called up trusty Dell. Took the machine apart and put it back together brought it back to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=59&subd=kgaffney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="margin:0;"><font size="2">Well had a big scare this morning.. arrived on the bridge of the star ship enterprise and was greeted by silence! .. Server was off and when I tried to power it back on there was no life.. So called up trusty Dell. Took the machine apart and put it back together brought it back to life! &#8211; It was a tense time! <span style="font-size:12pt;"></span></font></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;"></span></p>
<p class="MsoNormal" style="margin:0;"><font size="2">With all the source backed up in the remote repo and the databases backed up each night it wouldn&#8217;t have been the end of the world &#8211; still it almost felt like it!<span style="font-size:12pt;"></span></font></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;"></span></p>
<p class="MsoNormal" style="margin:0;"><font size="2">So lost the morning to that problem in the afternoon I carried on testing in particular I focused on preparing test cases 08 &amp; 09 and their children for UAT. 08,09 refer to adding &amp; updating client information &amp; adding and updating client partner relationships.<span style="font-size:12pt;"></span></font></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;"></span></p>
<p class="MsoNormal" style="margin:0;"><font size="2">I have now added validation to appropriate fields on the customer input forms and put in place some basic error handling for invalid client keys(for adding client partners) etc. Discovered an interesting issue with our Spring, Hibernate Transaction management architecture. While working on attempting to send back some meaningful error information to the flex client in the event of an exception being thrown I implemented some catchers. However, once an exception is caught we loose hibernate rolling back the transaction. So in the end I&#8217;ve just let an un-interesting error message be sent back to the flex client. It is something we need to flag as a future issue to look into. However, it is probably outside of our current scope due time constraints.<span style="font-size:12pt;"></span></font></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;"></span></p>
<p class="MsoNormal" style="margin:0;"><font size="2">We&#8217;ve topped 60+ bugs now in the issue tracker which I am delighted to see. <span style="font-size:12pt;"></span></font></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;"></span></p>
<p class="MsoNormal" style="margin:0;"><font size="2">Had quite a number of envious looks over at the work David was doing today, he is generating pdf views using Spring it looks really fantastic.. I’m quite jealous <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <span style="font-size:12pt;"></span></font></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;"></span></p>
<p class="MsoNormal" style="margin:0;"><font size="2">Here is a screenshot of the ready for UAT customer details tab:<span style="font-size:12pt;"></span></font></p>
<p class="MsoNormal" style="margin:0;"><span><a href="http://gaffneykev.no-ip.info/ca400blog/Docs/UATCustomerDetail.JPG"><font size="2">http://gaffneykev.no-ip.info/ca400blog/Docs/UATCustomerDetail.JPG</font></a></span></p>
<p class="MsoNormal" style="margin:0;"><span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;"></span></p>
<p class="MsoNormal" style="margin:0;"><font size="2">You might notice I have disabled the RIPs(residential investment property) text boxes. This is because if time allows I want to move this section to a separate tab and allow for any number of client RIPs to be added to a client record. Currently there is no such facility.<span style="font-size:12pt;"></span></font></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;"></span></p>
<p class="MsoNormal" style="margin:0;"><font size="2">We finally managed to sort at another meeting with Dermot for Thursday evening. <span style="font-size:12pt;"></span></font></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;"></span></p>
<p class="MsoNormal" style="margin:0;"><font size="2">We&#8217;re loosing another project day tomorrow as finishing our compiler assignment is on the agenda so we&#8217;re at t-minus 18 man days each left on the project.</font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kgaffney.wordpress.com/59/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kgaffney.wordpress.com/59/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kgaffney.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kgaffney.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kgaffney.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kgaffney.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kgaffney.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kgaffney.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kgaffney.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kgaffney.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kgaffney.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kgaffney.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kgaffney.wordpress.com&blog=3353470&post=59&subd=kgaffney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kgaffney.wordpress.com/2008/04/02/more-testing-bug-fixing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f56ae216cac73154fdd01932576b393?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kgaffney</media:title>
		</media:content>
	</item>
	</channel>
</rss>