<?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>betweenGo &#187; ACC</title>
	<atom:link href="http://betweengo.com/category/atg/acc/feed/" rel="self" type="application/rss+xml" />
	<link>http://betweengo.com</link>
	<description>We make Ruby on Rails easy.  We make ATG easy.</description>
	<lastBuildDate>Thu, 24 Jun 2010 19:42:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Get Permission to Create Scenarios in ACC</title>
		<link>http://betweengo.com/2009/07/22/how-to-get-permission-to-create-scenarios-in-acc/</link>
		<comments>http://betweengo.com/2009/07/22/how-to-get-permission-to-create-scenarios-in-acc/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 12:00:00 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[ACC]]></category>
		<category><![CDATA[ATG]]></category>
		<category><![CDATA[scenarios]]></category>

		<guid isPermaLink="false">http://betweengo.com/2009/07/22/how-to-get-permission-to-create-scenarios-in-acc/</guid>
		<description><![CDATA[ 
Sometimes you will find that you cannot create or duplicate scenarios.&#160; You keep clicking on the grayed out New Scenario button and right-clicking on scenarios you want to duplicate but nothing happens.
Fortunately the solution is rather simple and is alluded to in the ATG Personalization Programming Guide – Configuring the Process Editor Server.
First you [...]


Related posts:<ol><li><a href='http://betweengo.com/2007/11/29/cannot-create-new-scenario/' rel='bookmark' title='Permanent Link: Cannot Create New ATG Scenario'>Cannot Create New ATG Scenario</a></li>
<li><a href='http://betweengo.com/2009/07/20/create-additional-jboss-application-server-configurations/' rel='bookmark' title='Permanent Link: Create Additional JBoss Application Server Configurations'>Create Additional JBoss Application Server Configurations</a></li>
<li><a href='http://betweengo.com/2009/02/03/upgrading-to-jstl-11/' rel='bookmark' title='Permanent Link: Upgrading to JSTL 1.1'>Upgrading to JSTL 1.1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/whatwhat/32022937/"><img title="This is Happening without your Permission" alt="This is Happening without your Permission" src="http://farm1.static.flickr.com/21/32022937_90841a0aab.jpg" /></a> </p>
<p>Sometimes you will find that you cannot create or duplicate scenarios.&#160; You keep clicking on the grayed out New Scenario button and right-clicking on scenarios you want to duplicate but nothing happens.</p>
<p>Fortunately the solution is rather simple and is alluded to in the <a title="ATG Personalization Programming Guide" href="http://www.atg.com/repositories/ContentCatalogRepository_en/manuals/ATG2007.1/persprog/wwhelp/wwhimpl/js/html/wwhelp.htm">ATG Personalization Programming Guide</a> – <a title="Configuring the Process Editor Server" href="http://www.atg.com/repositories/ContentCatalogRepository_en/manuals/ATG2007.1/persprog/wwhelp/wwhimpl/js/html/wwhelp.htm">Configuring the Process Editor Server</a>.</p>
<p>First you create a <tt>scenarioManager.xml</tt> file in your <tt>&lt;ATG&gt;/home/localconfig/atg/scenario</tt> directory like the following.</p>
<pre>&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot; ?&gt;
&lt;process-manager-configuration&gt;

  &lt;process-editor-server&gt;
    &lt;server-name&gt;foobar:8850&lt;/server-name&gt;
  &lt;/process-editor-server&gt;

&lt;/process-manager-configuration&gt;</pre>
<p>Next you replace <tt>foobar:8850</tt> with the value of <a href="http://localhost:8080/dyn/admin/nucleus/atg/dynamo/service/ServerName/?propertyName=serverName"><tt>/atg/dynamo/service/ServerName.serverName</tt></a>.</p>
<p>Then you restart ATG and reconnect or restart the ACC and you should be able to create and duplicate scenarios.</p>


<p>Related posts:<ol><li><a href='http://betweengo.com/2007/11/29/cannot-create-new-scenario/' rel='bookmark' title='Permanent Link: Cannot Create New ATG Scenario'>Cannot Create New ATG Scenario</a></li>
<li><a href='http://betweengo.com/2009/07/20/create-additional-jboss-application-server-configurations/' rel='bookmark' title='Permanent Link: Create Additional JBoss Application Server Configurations'>Create Additional JBoss Application Server Configurations</a></li>
<li><a href='http://betweengo.com/2009/02/03/upgrading-to-jstl-11/' rel='bookmark' title='Permanent Link: Upgrading to JSTL 1.1'>Upgrading to JSTL 1.1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2009/07/22/how-to-get-permission-to-create-scenarios-in-acc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing IllegalArgumentException in ACC</title>
		<link>http://betweengo.com/2008/07/22/fixing-illegalargumentexception-in-acc/</link>
		<comments>http://betweengo.com/2008/07/22/fixing-illegalargumentexception-in-acc/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 19:06:26 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[ACC]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[ATG]]></category>

		<guid isPermaLink="false">http://betweengo.com/?p=221</guid>
		<description><![CDATA[Recently I was unable to create an item using the ACC because of an IllegalArgumentException.

java.lang.IllegalArgumentException:  Attempt to set
property named view (ContentList:800007)  with value =
moduleTemplate:2200004 (class=class atg.adapter.gsa.GSAItem).
This property  failed due to a property type specific test.
Enable loggingDebug for  details.

It turned out to be a simple issue of the wrong case.  The repository [...]


Related posts:<ol><li><a href='http://betweengo.com/2008/07/03/content-repository-in-acc/' rel='bookmark' title='Permanent Link: Content Repository in ACC'>Content Repository in ACC</a></li>
<li><a href='http://betweengo.com/2005/07/28/user-defined-property-type-gotchas/' rel='bookmark' title='Permanent Link: user-defined property type gotcha&#8217;s'>user-defined property type gotcha&#8217;s</a></li>
<li><a href='http://betweengo.com/2007/12/06/viewing-expert-level-information-in-the-acc/' rel='bookmark' title='Permanent Link: Viewing Expert-Level Information in the ACC'>Viewing Expert-Level Information in the ACC</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Recently I was unable to create an item using the ACC because of an IllegalArgumentException.</p>
<blockquote>
<pre>java.lang.IllegalArgumentException:  Attempt to set
property named view (ContentList:800007)  with value =
moduleTemplate:2200004 (class=class atg.adapter.gsa.GSAItem).
This property  failed due to a property type specific test.
Enable loggingDebug for  details.</pre>
</blockquote>
<p>It turned out to be a simple issue of the wrong case.  The repository path for the ContentList view item was:</p>
<blockquote><pre>/Betweengo/repository/Portal</pre>
</blockquote>
<p> when it should have been<br />
<blockquote>
<pre>/betweengo/repository/Portal.</pre>
</blockquote>
<p>  This is certainly not obvious from the exception.</p>


<p>Related posts:<ol><li><a href='http://betweengo.com/2008/07/03/content-repository-in-acc/' rel='bookmark' title='Permanent Link: Content Repository in ACC'>Content Repository in ACC</a></li>
<li><a href='http://betweengo.com/2005/07/28/user-defined-property-type-gotchas/' rel='bookmark' title='Permanent Link: user-defined property type gotcha&#8217;s'>user-defined property type gotcha&#8217;s</a></li>
<li><a href='http://betweengo.com/2007/12/06/viewing-expert-level-information-in-the-acc/' rel='bookmark' title='Permanent Link: Viewing Expert-Level Information in the ACC'>Viewing Expert-Level Information in the ACC</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2008/07/22/fixing-illegalargumentexception-in-acc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content Repository in ACC</title>
		<link>http://betweengo.com/2008/07/03/content-repository-in-acc/</link>
		<comments>http://betweengo.com/2008/07/03/content-repository-in-acc/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 15:42:53 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[ACC]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[ATG]]></category>

		<guid isPermaLink="false">http://betweengo.com/?p=206</guid>
		<description><![CDATA[To display a content repository in the ACC it must be listed in the initialRepositories property of the /atg/registry/ContentRepositories component.
For example:
initialRepositories+=\
       /betweengo/repository/Portal
From the ATG Repository Guide &#62; 12. SQL Repository Reference &#62; Configuring the SQL Repository Component &#62; Registering a Content Repository:
Content repositories must be added to the list [...]


Related posts:<ol><li><a href='http://betweengo.com/2008/07/22/fixing-illegalargumentexception-in-acc/' rel='bookmark' title='Permanent Link: Fixing IllegalArgumentException in ACC'>Fixing IllegalArgumentException in ACC</a></li>
<li><a href='http://betweengo.com/2007/12/06/viewing-expert-level-information-in-the-acc/' rel='bookmark' title='Permanent Link: Viewing Expert-Level Information in the ACC'>Viewing Expert-Level Information in the ACC</a></li>
<li><a href='http://betweengo.com/2009/07/31/how-to-add-products-to-categories-using-content-groups/' rel='bookmark' title='Permanent Link: How to Add Products to Categories using Content Groups'>How to Add Products to Categories using Content Groups</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>To display a content repository in the ACC it must be listed in the initialRepositories property of the /atg/registry/ContentRepositories component.</p>
<p>For example:</p>
<pre>initialRepositories+=\
       /betweengo/repository/Portal</pre>
<p>From the ATG Repository Guide &gt; 12. SQL Repository Reference &gt; Configuring the SQL Repository Component &gt; Registering a Content Repository:</p>
<blockquote><p>Content repositories must be added to the list of repositories in the <code>initialRepositories</code> property of the <code>/atg/registry/ContentRepositories</code> component. This also causes the new repository to show up in the Content window of the ATG Control Center.</p></blockquote>


<p>Related posts:<ol><li><a href='http://betweengo.com/2008/07/22/fixing-illegalargumentexception-in-acc/' rel='bookmark' title='Permanent Link: Fixing IllegalArgumentException in ACC'>Fixing IllegalArgumentException in ACC</a></li>
<li><a href='http://betweengo.com/2007/12/06/viewing-expert-level-information-in-the-acc/' rel='bookmark' title='Permanent Link: Viewing Expert-Level Information in the ACC'>Viewing Expert-Level Information in the ACC</a></li>
<li><a href='http://betweengo.com/2009/07/31/how-to-add-products-to-categories-using-content-groups/' rel='bookmark' title='Permanent Link: How to Add Products to Categories using Content Groups'>How to Add Products to Categories using Content Groups</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2008/07/03/content-repository-in-acc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slot not global warnings in ATG logs</title>
		<link>http://betweengo.com/2008/02/19/slot-not-global-warnings/</link>
		<comments>http://betweengo.com/2008/02/19/slot-not-global-warnings/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 16:31:48 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[ACC]]></category>
		<category><![CDATA[Personalization]]></category>
		<category><![CDATA[ATG]]></category>

		<guid isPermaLink="false">http://betweengo.com/atg/personalization/2007/06/12/slot-not-global-warnings/</guid>
		<description><![CDATA[In the ATG logs you may see warnings about a slot being session scoped not global.
[STDOUT] Invalid attempt to resolve component /atg/registry/Slots/ActivationFlowSlot in scope global. It is defined in scope session 
Most of the time you can safely ignore these warnings because these warnings are most likely coming from the ACC.
When browsing slots using the ACC the ACC tries to [...]


Related posts:<ol><li><a href='http://betweengo.com/2009/08/18/atglogcolorizer/' rel='bookmark' title='Permanent Link: ATGLogColorizer for Colorizing ATG Server Outputs and Logs'>ATGLogColorizer for Colorizing ATG Server Outputs and Logs</a></li>
<li><a href='http://betweengo.com/2008/09/23/browser-security-warnings/' rel='bookmark' title='Permanent Link: Browser Security Warnings'>Browser Security Warnings</a></li>
<li><a href='http://betweengo.com/2008/07/03/content-repository-in-acc/' rel='bookmark' title='Permanent Link: Content Repository in ACC'>Content Repository in ACC</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In the ATG logs you may see warnings about a slot being session scoped not global.</p>
<blockquote><p>[STDOUT] Invalid attempt to resolve component /atg/registry/Slots/ActivationFlowSlot in scope global. It is defined in scope session </p></blockquote>
<p>Most of the time you can safely ignore these warnings because these warnings are most likely coming from the ACC.</p>
<p>When browsing slots using the ACC the ACC tries to look up the slot as a global component and complains it&#8217;s a session scoped component.  In other words it&#8217;s an ACC bug that will probably never be fixed since ATG is moving away from the ACC.</p>


<p>Related posts:<ol><li><a href='http://betweengo.com/2009/08/18/atglogcolorizer/' rel='bookmark' title='Permanent Link: ATGLogColorizer for Colorizing ATG Server Outputs and Logs'>ATGLogColorizer for Colorizing ATG Server Outputs and Logs</a></li>
<li><a href='http://betweengo.com/2008/09/23/browser-security-warnings/' rel='bookmark' title='Permanent Link: Browser Security Warnings'>Browser Security Warnings</a></li>
<li><a href='http://betweengo.com/2008/07/03/content-repository-in-acc/' rel='bookmark' title='Permanent Link: Content Repository in ACC'>Content Repository in ACC</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2008/02/19/slot-not-global-warnings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Persisting Orders</title>
		<link>http://betweengo.com/2007/12/10/persisting-orders/</link>
		<comments>http://betweengo.com/2007/12/10/persisting-orders/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 22:33:04 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[ACC]]></category>
		<category><![CDATA[Commerce]]></category>
		<category><![CDATA[ATG]]></category>

		<guid isPermaLink="false">http://betweengo.com/atg/2007/12/10/persisting-orders/</guid>
		<description><![CDATA[When troubleshooting orders it is really helpful to be able to view the order in the ACC.
By default orders are saved because persistOrders property of the /atg/commerce/ShoppingCart component is set to true. If you don&#8217;t see incomplete orders being saved then this means this property is not set to true.
More information on Troubleshooting Order Problems [...]


Related posts:<ol><li><a href='http://betweengo.com/2007/11/17/date-and-timestamp-repository-data-types/' rel='bookmark' title='Permanent Link: Date and Timestamp Repository Data Types'>Date and Timestamp Repository Data Types</a></li>
<li><a href='http://betweengo.com/2007/11/15/sku-and-product-ids-in-commerceitem/' rel='bookmark' title='Permanent Link: CommerceItem, which one is the SKU ID?'>CommerceItem, which one is the SKU ID?</a></li>
<li><a href='http://betweengo.com/2009/07/31/how-to-add-products-to-categories-using-content-groups/' rel='bookmark' title='Permanent Link: How to Add Products to Categories using Content Groups'>How to Add Products to Categories using Content Groups</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When troubleshooting orders it is really helpful to be able to view the order in the ACC.</p>
<p>By default orders are saved because <code>persistOrders</code> property of the <code>/atg/commerce/ShoppingCart</code> component is set to true. If you don&#8217;t see incomplete orders being saved then this means this property is not set to true.</p>
<p>More information on <a href="http://www.atg.com/repositories/ContentCatalogRepository_en/manuals/ATG2006.3/commprog/commprog1012.html">Troubleshooting Order Problems</a> can be found in the <a href="http://www.atg.com/repositories/ContentCatalogRepository_en/manuals/ATG2006.3/commprog/index.html">ATG Commerce Programming Guide</a>.</p>


<p>Related posts:<ol><li><a href='http://betweengo.com/2007/11/17/date-and-timestamp-repository-data-types/' rel='bookmark' title='Permanent Link: Date and Timestamp Repository Data Types'>Date and Timestamp Repository Data Types</a></li>
<li><a href='http://betweengo.com/2007/11/15/sku-and-product-ids-in-commerceitem/' rel='bookmark' title='Permanent Link: CommerceItem, which one is the SKU ID?'>CommerceItem, which one is the SKU ID?</a></li>
<li><a href='http://betweengo.com/2009/07/31/how-to-add-products-to-categories-using-content-groups/' rel='bookmark' title='Permanent Link: How to Add Products to Categories using Content Groups'>How to Add Products to Categories using Content Groups</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2007/12/10/persisting-orders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Viewing Expert-Level Information in the ACC</title>
		<link>http://betweengo.com/2007/12/06/viewing-expert-level-information-in-the-acc/</link>
		<comments>http://betweengo.com/2007/12/06/viewing-expert-level-information-in-the-acc/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 00:12:14 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[ACC]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[ATG]]></category>

		<guid isPermaLink="false">http://betweengo.com/atg/2007/12/06/viewing-expert-level-information-in-the-acc/</guid>
		<description><![CDATA[Some information, such as properties and item descriptors, are marked as expert (i.e. expert=true) so that they are not displayed in the ACC unless you are an expert user.
For example:
&#60;property name="type" data-type="enumerated" expert="true"/&#62;
To display expert-level information in the ACC go to Tools &#62; Preferences and select the &#8220;Show expert-level information&#8221; box.

Note that this is not [...]


Related posts:<ol><li><a href='http://betweengo.com/2008/07/03/content-repository-in-acc/' rel='bookmark' title='Permanent Link: Content Repository in ACC'>Content Repository in ACC</a></li>
<li><a href='http://betweengo.com/2008/07/05/enabling-trace-level-debugging-in-jboss/' rel='bookmark' title='Permanent Link: Enabling Trace Level Debugging in JBoss'>Enabling Trace Level Debugging in JBoss</a></li>
<li><a href='http://betweengo.com/2005/08/12/acc-not-connecting/' rel='bookmark' title='Permanent Link: ACC not connecting'>ACC not connecting</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Some information, such as <a href="http://www.atg.com/repositories/ContentCatalogRepository_en/manuals/ATG2006.3/repository/repository1202.html#propertytag01">properties</a> and <a href="http://www.atg.com/repositories/ContentCatalogRepository_en/manuals/ATG2006.3/repository/repository1202.html#itemdescriptortag01">item descriptors</a>, are marked as expert (i.e. expert=true) so that they are not displayed in the ACC unless you are an expert user.</p>
<p>For example:</p>
<p><code>&lt;property name="type" data-type="enumerated" expert="true"/&gt;</code></p>
<p>To display expert-level information in the ACC go to Tools &gt; Preferences and select the &#8220;Show expert-level information&#8221; box.</p>
<p><img src="http://betweengo.com/wp-content/atg_acc_prefs_expert.png" alt="ATG ACC Preferences" /></p>
<p>Note that this is not a &#8220;sticky&#8221; preference, i.e. you have to set it every time you restart the ACC.</p>


<p>Related posts:<ol><li><a href='http://betweengo.com/2008/07/03/content-repository-in-acc/' rel='bookmark' title='Permanent Link: Content Repository in ACC'>Content Repository in ACC</a></li>
<li><a href='http://betweengo.com/2008/07/05/enabling-trace-level-debugging-in-jboss/' rel='bookmark' title='Permanent Link: Enabling Trace Level Debugging in JBoss'>Enabling Trace Level Debugging in JBoss</a></li>
<li><a href='http://betweengo.com/2005/08/12/acc-not-connecting/' rel='bookmark' title='Permanent Link: ACC not connecting'>ACC not connecting</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2007/12/06/viewing-expert-level-information-in-the-acc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACC not connecting</title>
		<link>http://betweengo.com/2005/08/12/acc-not-connecting/</link>
		<comments>http://betweengo.com/2005/08/12/acc-not-connecting/#comments</comments>
		<pubDate>Fri, 12 Aug 2005 15:33:26 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[ACC]]></category>
		<category><![CDATA[ATG]]></category>

		<guid isPermaLink="false">http://betweengo.com/?p=19</guid>
		<description><![CDATA[If you cannot connect to a site using the ACC try the following.

use the host name instead of the IP address
check that you are using the correct RMI port
telnet to the site using the RMI port and see if you can connect
check the ACC output window to see if there were any exceptions.  if [...]


Related posts:<ol><li><a href='http://betweengo.com/2007/12/06/viewing-expert-level-information-in-the-acc/' rel='bookmark' title='Permanent Link: Viewing Expert-Level Information in the ACC'>Viewing Expert-Level Information in the ACC</a></li>
<li><a href='http://betweengo.com/2008/04/18/oracle-tns-listener-service-not-starting/' rel='bookmark' title='Permanent Link: Oracle TNS Listener service not starting'>Oracle TNS Listener service not starting</a></li>
<li><a href='http://betweengo.com/2009/07/22/how-to-get-permission-to-create-scenarios-in-acc/' rel='bookmark' title='Permanent Link: How to Get Permission to Create Scenarios in ACC'>How to Get Permission to Create Scenarios in ACC</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you cannot connect to a site using the ACC try the following.</p>
<ol>
<li>use the host name instead of the IP address</li>
<li>check that you are using the correct RMI port</li>
<li>telnet to the site using the RMI port and see if you can connect</li>
<li>check the ACC output window to see if there were any exceptions.  if there was an <code>UnknownHostException</code> then try adding the host to your <code>hosts</code> file to fix the problem</li>
</ol>
<p>Note: The host name you use should be the same as the <code>java.rmi.server.hostname</code> Java argument that is set in the server&#8217;s <code>postEnvironment.sh</code>.<br />
<code>JAVA_ARGS="${JAVA_ARGS} -Djava.rmi.server.hostname=kimcityqa"</code></p>


<p>Related posts:<ol><li><a href='http://betweengo.com/2007/12/06/viewing-expert-level-information-in-the-acc/' rel='bookmark' title='Permanent Link: Viewing Expert-Level Information in the ACC'>Viewing Expert-Level Information in the ACC</a></li>
<li><a href='http://betweengo.com/2008/04/18/oracle-tns-listener-service-not-starting/' rel='bookmark' title='Permanent Link: Oracle TNS Listener service not starting'>Oracle TNS Listener service not starting</a></li>
<li><a href='http://betweengo.com/2009/07/22/how-to-get-permission-to-create-scenarios-in-acc/' rel='bookmark' title='Permanent Link: How to Get Permission to Create Scenarios in ACC'>How to Get Permission to Create Scenarios in ACC</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2005/08/12/acc-not-connecting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>user-defined property type gotcha&#8217;s</title>
		<link>http://betweengo.com/2005/07/28/user-defined-property-type-gotchas/</link>
		<comments>http://betweengo.com/2005/07/28/user-defined-property-type-gotchas/#comments</comments>
		<pubDate>Thu, 28 Jul 2005 17:55:38 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[ACC]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[ATG]]></category>

		<guid isPermaLink="false">http://www.betweengo.com/?p=11</guid>
		<description><![CDATA[When you create a user-defined property type there are two things to keep in mind.

The user-defined property should be transient.
The user-defined property must have a data-type defined or the item that contains this property will not be displayable in the ACC.

Here is an example of a user-defined property type.

&#60;item-descriptor name="foo" display-property="name" display-name="Foo"&#62;

 &#60;property name="bar" property-type="com.betweengo.Bar" [...]


Related posts:<ol><li><a href='http://betweengo.com/2007/02/07/user-defined-property-types/' rel='bookmark' title='Permanent Link: ATG Repository User-Defined Property Types'>ATG Repository User-Defined Property Types</a></li>
<li><a href='http://betweengo.com/2010/01/21/specifying-one-to-many-relationship-in-atg-repositories/' rel='bookmark' title='Permanent Link: Specifying One-to-Many Relationship in ATG Repositories'>Specifying One-to-Many Relationship in ATG Repositories</a></li>
<li><a href='http://betweengo.com/2008/05/28/invalid-column-type-sqlexception-with-atg-repository/' rel='bookmark' title='Permanent Link: Invalid column type SQLException with ATG Repository'>Invalid column type SQLException with ATG Repository</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When you create a user-defined property type there are two things to keep in mind.</p>
<ol>
<li>The user-defined property should be transient.</li>
<li>The user-defined property must have a data-type defined or the item that contains this property will not be displayable in the ACC.</li>
</ol>
<p>Here is an example of a user-defined property type.</p>
<pre>
&lt;item-descriptor name="foo" display-property="name" display-name="Foo"&gt;

 &lt;property name="bar" property-type="com.betweengo.Bar" data-type="string"/&gt;

 &lt;table name="foo" type="primary" id-column-names="id"&gt;
  &lt;property name="id" data-type="string"/&gt;
  &lt;property name="name" column-names="name" data-type="string"/&gt;
 &lt;/table&gt;

&lt;/item-descriptor&gt;
</pre>
<p>To learn more, <a href="http://www.atg.com/repositories/ContentCatalogRepository_en/manuals/ATG7.0/repository/repository0715.html">User-Defined Property Types</a>.   Note that in the ATG documentation the example for the user-defined property does not define a data-type.  This is probably a documentation bug.</p>


<p>Related posts:<ol><li><a href='http://betweengo.com/2007/02/07/user-defined-property-types/' rel='bookmark' title='Permanent Link: ATG Repository User-Defined Property Types'>ATG Repository User-Defined Property Types</a></li>
<li><a href='http://betweengo.com/2010/01/21/specifying-one-to-many-relationship-in-atg-repositories/' rel='bookmark' title='Permanent Link: Specifying One-to-Many Relationship in ATG Repositories'>Specifying One-to-Many Relationship in ATG Repositories</a></li>
<li><a href='http://betweengo.com/2008/05/28/invalid-column-type-sqlexception-with-atg-repository/' rel='bookmark' title='Permanent Link: Invalid column type SQLException with ATG Repository'>Invalid column type SQLException with ATG Repository</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2005/07/28/user-defined-property-type-gotchas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</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! -->