Author: doogie
Date: Thu Jun 3 16:42:01 2010 New Revision: 951062 URL: http://svn.apache.org/viewvc?rev=951062&view=rev Log: Associate to the correct geo; DE=Delaware, in the United States. A full clean detected this error, as GeoData_US.xml wasn't imported yet, so I got an exception when DE didn't exist. The patch in OFBIZ-3800 was *not* correct, and was not verified. Modified: ofbiz/trunk/framework/common/data/GeoData_DE.xml Modified: ofbiz/trunk/framework/common/data/GeoData_DE.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/data/GeoData_DE.xml?rev=951062&r1=951061&r2=951062&view=diff ============================================================================== --- ofbiz/trunk/framework/common/data/GeoData_DE.xml (original) +++ ofbiz/trunk/framework/common/data/GeoData_DE.xml Thu Jun 3 16:42:01 2010 @@ -36,20 +36,20 @@ under the License. <Geo abbreviation="SA" geoCode="SA" geoId="DE-SA" geoName="Sachsen-Anhalt" geoTypeId="STATE"/> <Geo abbreviation="TH" geoCode="TH" geoId="DE-TH" geoName="Thüringen" geoTypeId="STATE"/> - <GeoAssoc geoId="DE" geoIdTo="DE-BW" geoAssocTypeId="REGIONS"/> - <GeoAssoc geoId="DE" geoIdTo="DE-BY" geoAssocTypeId="REGIONS"/> - <GeoAssoc geoId="DE" geoIdTo="DE-BE" geoAssocTypeId="REGIONS"/> - <GeoAssoc geoId="DE" geoIdTo="DE-BR" geoAssocTypeId="REGIONS"/> - <GeoAssoc geoId="DE" geoIdTo="DE-HB" geoAssocTypeId="REGIONS"/> - <GeoAssoc geoId="DE" geoIdTo="DE-HH" geoAssocTypeId="REGIONS"/> - <GeoAssoc geoId="DE" geoIdTo="DE-HE" geoAssocTypeId="REGIONS"/> - <GeoAssoc geoId="DE" geoIdTo="DE-MV" geoAssocTypeId="REGIONS"/> - <GeoAssoc geoId="DE" geoIdTo="DE-NI" geoAssocTypeId="REGIONS"/> - <GeoAssoc geoId="DE" geoIdTo="DE-NW" geoAssocTypeId="REGIONS"/> - <GeoAssoc geoId="DE" geoIdTo="DE-RP" geoAssocTypeId="REGIONS"/> - <GeoAssoc geoId="DE" geoIdTo="DE-SL" geoAssocTypeId="REGIONS"/> - <GeoAssoc geoId="DE" geoIdTo="DE-SH" geoAssocTypeId="REGIONS"/> - <GeoAssoc geoId="DE" geoIdTo="DE-SN" geoAssocTypeId="REGIONS"/> - <GeoAssoc geoId="DE" geoIdTo="DE-SA" geoAssocTypeId="REGIONS"/> - <GeoAssoc geoId="DE" geoIdTo="DE-TH" geoAssocTypeId="REGIONS"/> -</entity-engine-xml> \ No newline at end of file + <GeoAssoc geoId="DEU" geoIdTo="DE-BW" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="DEU" geoIdTo="DE-BY" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="DEU" geoIdTo="DE-BE" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="DEU" geoIdTo="DE-BR" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="DEU" geoIdTo="DE-HB" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="DEU" geoIdTo="DE-HH" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="DEU" geoIdTo="DE-HE" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="DEU" geoIdTo="DE-MV" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="DEU" geoIdTo="DE-NI" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="DEU" geoIdTo="DE-NW" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="DEU" geoIdTo="DE-RP" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="DEU" geoIdTo="DE-SL" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="DEU" geoIdTo="DE-SH" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="DEU" geoIdTo="DE-SN" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="DEU" geoIdTo="DE-SA" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="DEU" geoIdTo="DE-TH" geoAssocTypeId="REGIONS"/> +</entity-engine-xml> |
Free forum by Nabble | Edit this page |