Jacques,
Please remember that *everything* must be tested before committing to the release branches, we can't claim that these branches are stable if it isn't being done. Many thanks Scott On 9/05/2012, at 11:24 AM, [hidden email] wrote: > Author: jonesde > Date: Tue May 8 23:24:16 2012 > New Revision: 1335824 > > URL: http://svn.apache.org/viewvc?rev=1335824&view=rev > Log: > One more change to get this file loading again, added productStoreId which is part of the PK and was also causing a load failure; tested to make sure load succeeds > > Modified: > ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml > > Modified: ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml > URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml?rev=1335824&r1=1335823&r2=1335824&view=diff > ============================================================================== > --- ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml (original) > +++ ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml Tue May 8 23:24:16 2012 > @@ -136,8 +136,10 @@ under the License. > <WebSite webSiteId="WebStore" siteName="eCommerce Web Site" productStoreId="9000" visualThemeSetId="ECOMMERCE"/> > <WebSite webSiteId="WebStoreClone" siteName="Cloned eCommerce Web Site" productStoreId="9000" visualThemeSetId="ECOMMERCE"/> > > - <WebAnalyticsConfig webSiteId="WebStore" webAnalyticsTypeId="GOOGLE_ANALYTICS" webAnalyticsCode="//-- enter here your analytic script code --"/> > - <WebAnalyticsConfig webSiteId="WebStore" webAnalyticsTypeId="BING_ANALYTICS" webAnalyticsCode="//-- enter here your analytic script code --"/> > + <WebAnalyticsConfig productStoreId="9000" webSiteId="WebStore" webAnalyticsTypeId="GOOGLE_ANALYTICS" > + webAnalyticsCode="//-- enter here your analytic script code --"/> > + <WebAnalyticsConfig productStoreId="9000" webSiteId="WebStore" webAnalyticsTypeId="BING_ANALYTICS" > + webAnalyticsCode="//-- enter here your analytic script code --"/> > > <ProdCatalog prodCatalogId="DemoCatalog" catalogName="Demo Catalog" useQuickAdd="Y"/> > <ProdCatalog prodCatalogId="TestCatalog" catalogName="Test Catalog" useQuickAdd="N"/> > > |
Administrator
|
Yes you are right, my fault, it's was not broken there
Jacques From: "Scott Gray" <[hidden email]> > Jacques, > > Please remember that *everything* must be tested before committing to the release branches, we can't claim that these branches are > stable if it isn't being done. > > Many thanks > Scott > > On 9/05/2012, at 11:24 AM, [hidden email] wrote: > >> Author: jonesde >> Date: Tue May 8 23:24:16 2012 >> New Revision: 1335824 >> >> URL: http://svn.apache.org/viewvc?rev=1335824&view=rev >> Log: >> One more change to get this file loading again, added productStoreId which is part of the PK and was also causing a load failure; >> tested to make sure load succeeds >> >> Modified: >> ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml >> >> Modified: ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml >> URL: >> http://svn.apache.org/viewvc/ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml?rev=1335824&r1=1335823&r2=1335824&view=diff >> ============================================================================== >> --- ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml (original) >> +++ ofbiz/branches/release11.04/specialpurpose/ecommerce/data/DemoProduct.xml Tue May 8 23:24:16 2012 >> @@ -136,8 +136,10 @@ under the License. >> <WebSite webSiteId="WebStore" siteName="eCommerce Web Site" productStoreId="9000" visualThemeSetId="ECOMMERCE"/> >> <WebSite webSiteId="WebStoreClone" siteName="Cloned eCommerce Web Site" productStoreId="9000" visualThemeSetId="ECOMMERCE"/> >> >> - <WebAnalyticsConfig webSiteId="WebStore" webAnalyticsTypeId="GOOGLE_ANALYTICS" webAnalyticsCode="//-- enter here your >> analytic script code --"/> >> - <WebAnalyticsConfig webSiteId="WebStore" webAnalyticsTypeId="BING_ANALYTICS" webAnalyticsCode="//-- enter here your >> analytic script code --"/> >> + <WebAnalyticsConfig productStoreId="9000" webSiteId="WebStore" webAnalyticsTypeId="GOOGLE_ANALYTICS" >> + webAnalyticsCode="//-- enter here your analytic script code --"/> >> + <WebAnalyticsConfig productStoreId="9000" webSiteId="WebStore" webAnalyticsTypeId="BING_ANALYTICS" >> + webAnalyticsCode="//-- enter here your analytic script code --"/> >> >> <ProdCatalog prodCatalogId="DemoCatalog" catalogName="Demo Catalog" useQuickAdd="Y"/> >> <ProdCatalog prodCatalogId="TestCatalog" catalogName="Test Catalog" useQuickAdd="N"/> >> >> > > |
Free forum by Nabble | Edit this page |