<?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>The Official Joroto Blog &#187; event class</title>
	<atom:link href="http://www.joroto.com/blog/tag/event-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joroto.com/blog</link>
	<description>From the people at Joroto, Inc.</description>
	<lastBuildDate>Thu, 20 Oct 2011 21:10:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Appfuse &#8211; Extending your classes</title>
		<link>http://www.joroto.com/blog/2010/02/14/appfuse-extending-your-classes/</link>
		<comments>http://www.joroto.com/blog/2010/02/14/appfuse-extending-your-classes/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 06:45:07 +0000</pubDate>
		<dc:creator>Tom CTO</dc:creator>
				<category><![CDATA[Miscellaneous Apps and Services]]></category>
		<category><![CDATA[appfuse extend classes]]></category>
		<category><![CDATA[autogeneration]]></category>
		<category><![CDATA[event class]]></category>

		<guid isPermaLink="false">http://www.joroto.com/blog/?p=380</guid>
		<description><![CDATA[I had extended my Event class to include references to other objects. I also created @OneToOne annotations of them. All of a sudden the tests wouldn&#8217;t run. Well the problem lay in the sample data that is loaded into the &#8230; <a href="http://www.joroto.com/blog/2010/02/14/appfuse-extending-your-classes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had extended my Event class to include references to other objects. I also created @OneToOne annotations of them.<br />
All of a sudden the tests wouldn&#8217;t run.<br />
Well the problem lay in the sample data that is loaded into the table during the tests. I was referencing the appfuse User class. During the autogeneration of my Event class, it autogenerates three records into ./tree/src/test/resources/sample-data.xml  . However, the original Appfuse where you did the quickstart from the main site, only outputs two User records.<br />
So I added a third User record and everything fell into place and started working again.</p>
<p>Peace out.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.joroto.com%2Fblog%2F2010%2F02%2F14%2Fappfuse-extending-your-classes%2F&amp;title=Appfuse%20%26%238211%3B%20Extending%20your%20classes" id="wpa2a_2"><img src="http://www.joroto.com/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.joroto.com/blog/2010/02/14/appfuse-extending-your-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

