<?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: ATG Repository User-Defined Property Types</title>
	<atom:link href="http://betweengo.com/2007/02/07/user-defined-property-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://betweengo.com/2007/02/07/user-defined-property-types/</link>
	<description>We make Ruby on Rails easy.  We make ATG easy.</description>
	<lastBuildDate>Wed, 16 May 2012 07:37:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: sebastian</title>
		<link>http://betweengo.com/2007/02/07/user-defined-property-types/comment-page-1/#comment-10768</link>
		<dc:creator>sebastian</dc:creator>
		<pubDate>Wed, 16 May 2012 07:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://betweengo.com/?p=97#comment-10768</guid>
		<description>See Repository Best Practices here

http://atgtipsandtweaks.blogspot.in/2011/09/atg-repository-best-practicesuseful.html</description>
		<content:encoded><![CDATA[<p>See Repository Best Practices here</p>
<p><a href="http://atgtipsandtweaks.blogspot.in/2011/09/atg-repository-best-practicesuseful.html" rel="nofollow">http://atgtipsandtweaks.blogspot.in/2011/09/atg-repository-best-practicesuseful.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Kim</title>
		<link>http://betweengo.com/2007/02/07/user-defined-property-types/comment-page-1/#comment-10110</link>
		<dc:creator>Frank Kim</dc:creator>
		<pubDate>Fri, 26 Mar 2010 17:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://betweengo.com/?p=97#comment-10110</guid>
		<description>I apologize for taking as long as I did to reply.  Maybe you could post how you did it here in the comments section.  Or even better yet write a guest post on this blog on how you did it.  Sounds quite cool. :-)</description>
		<content:encoded><![CDATA[<p>I apologize for taking as long as I did to reply.  Maybe you could post how you did it here in the comments section.  Or even better yet write a guest post on this blog on how you did it.  Sounds quite cool. <img src='http://betweengo.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://betweengo.com/2007/02/07/user-defined-property-types/comment-page-1/#comment-10109</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Fri, 26 Mar 2010 17:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://betweengo.com/?p=97#comment-10109</guid>
		<description>Thanks for getting back. Actually I got it to work. I had to set &#039;isAssignableFrom()&#039;to return &#039;true&#039; as well as the &#039;getPropertyType()&#039; to return &#039;RepositoryItem[].class&#039; in my user-defined property class. Hope this info comes handy for you someday :)</description>
		<content:encoded><![CDATA[<p>Thanks for getting back. Actually I got it to work. I had to set &#8216;isAssignableFrom()&#8217;to return &#8216;true&#8217; as well as the &#8216;getPropertyType()&#8217; to return &#8216;RepositoryItem[].class&#8217; in my user-defined property class. Hope this info comes handy for you someday <img src='http://betweengo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Kim</title>
		<link>http://betweengo.com/2007/02/07/user-defined-property-types/comment-page-1/#comment-10108</link>
		<dc:creator>Frank Kim</dc:creator>
		<pubDate>Fri, 26 Mar 2010 17:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://betweengo.com/?p=97#comment-10108</guid>
		<description>Honestly I don&#039;t know but I would imagine it should be possible.  If it is working within your code but not in the ACC then it&#039;s an ACC specific issue.  You might want to ask ATG support, &lt;a href=&quot;mailto:support@atg.com&quot; rel=&quot;nofollow&quot;&gt;support@atg.com&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Honestly I don&#8217;t know but I would imagine it should be possible.  If it is working within your code but not in the ACC then it&#8217;s an ACC specific issue.  You might want to ask ATG support, <a href="mailto:support@atg.com" rel="nofollow">support@atg.com</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://betweengo.com/2007/02/07/user-defined-property-types/comment-page-1/#comment-10096</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Mon, 01 Mar 2010 20:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://betweengo.com/?p=97#comment-10096</guid>
		<description>Do you know if it is possible to have a user defined property wherein an array of type RepositoryItems from another repository is being returned? I have the user-defined class that gets all related items as I can print them out to the console. But in ACC I get an error. 
Exception in thread &quot;AWT-EventQueue-0&quot; java.lang.NullPointerException
	at java.lang.Class.isAssignableFrom(Native Method)</description>
		<content:encoded><![CDATA[<p>Do you know if it is possible to have a user defined property wherein an array of type RepositoryItems from another repository is being returned? I have the user-defined class that gets all related items as I can print them out to the console. But in ACC I get an error.<br />
Exception in thread &#8220;AWT-EventQueue-0&#8243; java.lang.NullPointerException<br />
	at java.lang.Class.isAssignableFrom(Native Method)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
