<?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>Tue, 06 Dec 2011 14:03:07 +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>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.  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 [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2007/11/29/cannot-create-new-scenario/' rel='bookmark' title='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='Create Additional JBoss Application Server Configurations'>Create Additional JBoss Application Server Configurations</a></li>
<li><a href='http://betweengo.com/2009/08/19/duplicating-and-modifying-eclipse-user-libraries/' rel='bookmark' title='Duplicating and Modifying Eclipse User Libraries'>Duplicating and Modifying Eclipse User Libraries</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" src="http://farm1.static.flickr.com/21/32022937_90841a0aab.jpg" alt="This is Happening without your Permission" /></a></p>
<p>Sometimes you will find that you cannot create or duplicate scenarios.  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="1.0" encoding="ISO-8859-1" ?&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>.  You may want to configure the serverName value to something you want because sometimes it might change if for example when you connect via VPN.</p>
<p>Then you restart ATG and reconnect or restart the ACC and you should be able to create and duplicate scenarios.</p>
<p>(Note that when you create the <tt>workflowProcessManager.xml</tt> file in your <tt>&lt;ATG&gt;/home/localconfig/atg/epub/workflow/process</tt> directory it can have the exact same contents as the <tt>scenarioManager.xml</tt> file.)</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2009%2F07%2F22%2Fhow-to-get-permission-to-create-scenarios-in-acc%2F&amp;title=How%20to%20Get%20Permission%20to%20Create%20Scenarios%20in%20ACC" id="wpa2a_2"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2007/11/29/cannot-create-new-scenario/' rel='bookmark' title='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='Create Additional JBoss Application Server Configurations'>Create Additional JBoss Application Server Configurations</a></li>
<li><a href='http://betweengo.com/2009/08/19/duplicating-and-modifying-eclipse-user-libraries/' rel='bookmark' title='Duplicating and Modifying Eclipse User Libraries'>Duplicating and Modifying Eclipse User Libraries</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. [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2008/07/03/content-repository-in-acc/' rel='bookmark' title='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='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='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><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2008%2F07%2F22%2Ffixing-illegalargumentexception-in-acc%2F&amp;title=Fixing%20IllegalArgumentException%20in%20ACC" id="wpa2a_4"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2008/07/03/content-repository-in-acc/' rel='bookmark' title='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='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='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 of repositories [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2009/07/31/how-to-add-products-to-categories-using-content-groups/' rel='bookmark' title='How to Add Products to Categories using Content Groups'>How to Add Products to Categories using Content Groups</a></li>
<li><a href='http://betweengo.com/2007/11/17/date-and-timestamp-repository-data-types/' rel='bookmark' title='Date and Timestamp Repository Data Types'>Date and Timestamp Repository Data Types</a></li>
<li><a href='http://betweengo.com/2008/05/28/invalid-column-type-sqlexception-with-atg-repository/' rel='bookmark' title='Invalid column type SQLException with ATG Repository'>Invalid column type SQLException with ATG Repository</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><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2008%2F07%2F03%2Fcontent-repository-in-acc%2F&amp;title=Content%20Repository%20in%20ACC" id="wpa2a_6"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2009/07/31/how-to-add-products-to-categories-using-content-groups/' rel='bookmark' title='How to Add Products to Categories using Content Groups'>How to Add Products to Categories using Content Groups</a></li>
<li><a href='http://betweengo.com/2007/11/17/date-and-timestamp-repository-data-types/' rel='bookmark' title='Date and Timestamp Repository Data Types'>Date and Timestamp Repository Data Types</a></li>
<li><a href='http://betweengo.com/2008/05/28/invalid-column-type-sqlexception-with-atg-repository/' rel='bookmark' title='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/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 [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2009/08/18/atglogcolorizer/' rel='bookmark' title='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='Browser Security Warnings'>Browser Security Warnings</a></li>
<li><a href='http://betweengo.com/2008/07/03/content-repository-in-acc/' rel='bookmark' title='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><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2008%2F02%2F19%2Fslot-not-global-warnings%2F&amp;title=Slot%20not%20global%20warnings%20in%20ATG%20logs" id="wpa2a_8"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2009/08/18/atglogcolorizer/' rel='bookmark' title='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='Browser Security Warnings'>Browser Security Warnings</a></li>
<li><a href='http://betweengo.com/2008/07/03/content-repository-in-acc/' rel='bookmark' title='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 [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2007/11/15/sku-and-product-ids-in-commerceitem/' rel='bookmark' title='CommerceItem, which one is the SKU ID?'>CommerceItem, which one is the SKU ID?</a></li>
<li><a href='http://betweengo.com/2007/11/17/date-and-timestamp-repository-data-types/' rel='bookmark' title='Date and Timestamp Repository Data Types'>Date and Timestamp Repository Data Types</a></li>
<li><a href='http://betweengo.com/2009/07/31/how-to-add-products-to-categories-using-content-groups/' rel='bookmark' title='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><a href="http://www.flickr.com/photos/takomabibelot/2044735782/"><img class="alignright" title="Young Man Reading: Detail Of Robert I. Aitken's 1933 Bronze Samuel Gompers Memorial (Washington, DC)" src="http://farm3.static.flickr.com/2048/2044735782_d68e1a7b6c_m.jpg" alt="" width="180" height="240" /></a>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 <tt>persistOrders</tt> property of the <tt>/atg/commerce/ShoppingCart</tt> 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><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2007%2F12%2F10%2Fpersisting-orders%2F&amp;title=Persisting%20Orders" id="wpa2a_10"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2007/11/15/sku-and-product-ids-in-commerceitem/' rel='bookmark' title='CommerceItem, which one is the SKU ID?'>CommerceItem, which one is the SKU ID?</a></li>
<li><a href='http://betweengo.com/2007/11/17/date-and-timestamp-repository-data-types/' rel='bookmark' title='Date and Timestamp Repository Data Types'>Date and Timestamp Repository Data Types</a></li>
<li><a href='http://betweengo.com/2009/07/31/how-to-add-products-to-categories-using-content-groups/' rel='bookmark' title='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=&#34;type&#34; data-type=&#34;enumerated&#34; expert=&#34;true&#34;/&#62; To display expert-level information in the ACC go to Tools &#62; Preferences and select the &#34;Show expert-level information&#34; box. Note [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2011/03/07/specifying-the-calculator-per-promotion/' rel='bookmark' title='Specifying the Calculator per Promotion'>Specifying the Calculator per Promotion</a></li>
<li><a href='http://betweengo.com/2008/07/03/content-repository-in-acc/' rel='bookmark' title='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='Enabling Trace Level Debugging in JBoss'>Enabling Trace Level Debugging in JBoss</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/bootbearwdc/359043052/"><img style="margin: 0px 0px 0px 5px; display: inline; float: right" title="William T. Sherman | Flickr" alt="William T. Sherman | Flickr" align="right" src="http://farm1.static.flickr.com/156/359043052_1caacb8632_t.jpg" /></a>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><tt>&lt;property name=&quot;type&quot; data-type=&quot;enumerated&quot; expert=&quot;true&quot;/&gt;</tt></p>
<p>To display expert-level information in the ACC go to Tools &gt; Preferences and select the &quot;Show expert-level information&quot; box.</p>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto" alt="ATG ACC Preferences" src="http://betweengo.com/wp-content/atg_acc_prefs_expert.png" /></p>
<p>Note that this is not a &quot;sticky&quot; preference, i.e. you have to set it every time you restart the ACC.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2007%2F12%2F06%2Fviewing-expert-level-information-in-the-acc%2F&amp;title=Viewing%20Expert-Level%20Information%20in%20the%20ACC" id="wpa2a_12"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2011/03/07/specifying-the-calculator-per-promotion/' rel='bookmark' title='Specifying the Calculator per Promotion'>Specifying the Calculator per Promotion</a></li>
<li><a href='http://betweengo.com/2008/07/03/content-repository-in-acc/' rel='bookmark' title='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='Enabling Trace Level Debugging in JBoss'>Enabling Trace Level Debugging in JBoss</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 [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2007/12/06/viewing-expert-level-information-in-the-acc/' rel='bookmark' title='Viewing Expert-Level Information in the ACC'>Viewing Expert-Level Information in the ACC</a></li>
<li><a href='http://betweengo.com/2009/07/22/how-to-get-permission-to-create-scenarios-in-acc/' rel='bookmark' title='How to Get Permission to Create Scenarios in ACC'>How to Get Permission to Create Scenarios in ACC</a></li>
<li><a href='http://betweengo.com/2008/07/22/fixing-illegalargumentexception-in-acc/' rel='bookmark' title='Fixing IllegalArgumentException in ACC'>Fixing IllegalArgumentException 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><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2005%2F08%2F12%2Facc-not-connecting%2F&amp;title=ACC%20not%20connecting" id="wpa2a_14"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2007/12/06/viewing-expert-level-information-in-the-acc/' rel='bookmark' title='Viewing Expert-Level Information in the ACC'>Viewing Expert-Level Information in the ACC</a></li>
<li><a href='http://betweengo.com/2009/07/22/how-to-get-permission-to-create-scenarios-in-acc/' rel='bookmark' title='How to Get Permission to Create Scenarios in ACC'>How to Get Permission to Create Scenarios in ACC</a></li>
<li><a href='http://betweengo.com/2008/07/22/fixing-illegalargumentexception-in-acc/' rel='bookmark' title='Fixing IllegalArgumentException in ACC'>Fixing IllegalArgumentException 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" [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2007/02/07/user-defined-property-types/' rel='bookmark' title='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='Specifying One-to-Many Relationship in ATG Repositories'>Specifying One-to-Many Relationship in ATG Repositories</a></li>
<li><a href='http://betweengo.com/2009/07/29/atg-product-bundles/' rel='bookmark' title='ATG Product Bundles'>ATG Product Bundles</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><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2005%2F07%2F28%2Fuser-defined-property-type-gotchas%2F&amp;title=user-defined%20property%20type%20gotcha%26%238217%3Bs" id="wpa2a_16"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2007/02/07/user-defined-property-types/' rel='bookmark' title='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='Specifying One-to-Many Relationship in ATG Repositories'>Specifying One-to-Many Relationship in ATG Repositories</a></li>
<li><a href='http://betweengo.com/2009/07/29/atg-product-bundles/' rel='bookmark' title='ATG Product Bundles'>ATG Product Bundles</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! -->
