Interesting, I got an error as soon as I tried run-install because it was 
rejecting the data on account of the entity not existing.  But looking at 
buildbot logs it doesn't seem to actually cause the build to fail.  But still, 
a data load would have shown the error in the logs.

Regards
Scott

On 10/11/2014, at 9:33 pm, Jacques Le Roux <jacques.le.r...@les7arts.com> wrote:

> Thanks Scott,
> 
> Unfortunately we have no tests for that in R11.04 (not sure about the rest) 
> since my last commit (r1623396) passed the tests: 
> http://ci.apache.org/builders/ofbiz-branch11
> 
> Reverted at revision: 1637807
> 
> Jacques
> 
> Le 10/11/2014 05:06, Scott Gray a écrit :
>> Jacques could you revert this when you get a chance?  CountryAddressFormat 
>> doesn't exist in 11.04.  Another reminder (I've lost count) that changes 
>> shouldn't be backported to releases without testing.
>> 
>> Regards
>> Scott
>> 
>> On 2/04/2014, at 3:54 am, jler...@apache.org wrote:
>> 
>>> Author: jleroux
>>> Date: Tue Apr  1 14:54:12 2014
>>> New Revision: 1583694
>>> 
>>> URL: http://svn.apache.org/r1583694
>>> Log:
>>> "Applied fix from trunk for revision: 1583689 "
>>> ------------------------------------------------------------------------
>>> r1583689 | jleroux | 2014-04-01 16:52:23 +0200 (mar. 01 avr. 2014) | 4 
>>> lignes
>>> 
>>> A patch from Christian Carlow for "Include Thailand Province Geo data" 
>>> https://issues.apache.org/jira/browse/OFBIZ-5607
>>> 
>>> This patch includes the CountryAddressFormat records for my Malaysia 
>>> (OFBIZ-5606), Thailand, and Israel (OFBIZ-5609) geo issues.
>>> Without this patch, the state/provinces do not appear in the dependent drop 
>>> down form when adding party contact info.
>>> ------------------------------------------------------------------------
>>> 
>>> 
>>> Modified:
>>>    ofbiz/branches/release11.04/   (props changed)
>>>    ofbiz/branches/release11.04/framework/common/data/GeoData.xml
>>> 
>>> Propchange: ofbiz/branches/release11.04/
>>> ------------------------------------------------------------------------------
>>>  Merged /ofbiz/trunk:r1583689
>>> 
>>> Modified: ofbiz/branches/release11.04/framework/common/data/GeoData.xml
>>> URL: 
>>> http://svn.apache.org/viewvc/ofbiz/branches/release11.04/framework/common/data/GeoData.xml?rev=1583694&r1=1583693&r2=1583694&view=diff
>>> ==============================================================================
>>> --- ofbiz/branches/release11.04/framework/common/data/GeoData.xml (original)
>>> +++ ofbiz/branches/release11.04/framework/common/data/GeoData.xml Tue Apr  
>>> 1 14:54:12 2014
>>> @@ -318,4 +318,7 @@ under the License.
>>>     <GeoAssoc geoAssocTypeId="GROUP_MEMBER" geoIdTo="GBR" geoId="NIRL"/>
>>>     <GeoAssoc geoAssocTypeId="GROUP_MEMBER" geoIdTo="GBR" geoId="WALS"/>
>>> 
>>> +    <CountryAddressFormat geoId="MYS" geoAssocTypeId="REGIONS" 
>>> requireStateProvinceId="" requirePostalCode="" postalCodeRegex="" 
>>> hasPostalCodeExt="" requirePostalCodeExt="" addressFormat=""/>
>>> +    <CountryAddressFormat geoId="THA" geoAssocTypeId="REGIONS" 
>>> requireStateProvinceId="" requirePostalCode="" postalCodeRegex="" 
>>> hasPostalCodeExt="" requirePostalCodeExt="" addressFormat=""/>
>>> +    <CountryAddressFormat geoId="ISR" geoAssocTypeId="REGIONS" 
>>> requireStateProvinceId="" requirePostalCode="" postalCodeRegex="" 
>>> hasPostalCodeExt="" requirePostalCodeExt="" addressFormat=""/>
>>> </entity-engine-xml>
>>> 
>>> 
>> 
>> 

Reply via email to