Changes between Version 29 and Version 30 of Release/2.4/Notes


Ignore:
Timestamp:
Nov 11, 2012, 6:45:07 PM (12 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.4/Notes

    v29 v30  
    222222== Known Issues ==
    223223
    224  * #2165: It is not actually possible to rollback a transaction in the event of MgFeatureService::UpdateFeatures() when useTransaction = true. We're looking at a post-release patched dll to rectify this.
    225  * [http://trac.osgeo.org/fdo/ticket/852 There is a defect in RDBMS-based providers] where it is not possible to insert features with these providers due to faulty post-insert processing.
     224 * #2165: It is not actually possible to rollback a transaction in the event of MgFeatureService::UpdateFeatures() when useTransaction = true. The workaround is to use the SQL Server FDO provider from the [http://download.osgeo.org/fdo/3.7.0/release/binaries/ FDO 3.7 final release] and update your application code to use [http://trac.osgeo.org/mapguide/wiki/MapGuideRfc78 the variant of UpdateFeatures that takes a MgTransaction]
     225 * [http://trac.osgeo.org/fdo/ticket/852 There is a defect in RDBMS-based providers] where it is not possible to insert features with these providers due to faulty post-insert processing. The providers have been fixed in the [http://download.osgeo.org/fdo/3.7.0/release/binaries/ FDO 3.7 final release]. Use the same workaround as above.
    226226 * Ubuntu: Install script may put duplicate FDO provider entries into providers.xml if the file already exists (eg. From a previous installation)
    227227 * [http://trac.osgeo.org/fdo/ticket/844 There is a defect in the SQL Server provider] that causes geometry columns with SRID between 4120 and 4999 to be rendered with coordinates flipped. The workaround is to either have these columns as geography or to set the SRID outside of this range.
    228  * ~~Due to unavailability of build resources, this 2.4 release does not include the ArcSDE FDO provider. You may try registering the FDO 3.7 beta 1 provider in providers.xml after installation, but this has not been tested nor is it supported.~~
     228 * ~~Due to unavailability of build resources, this 2.4 release does not include the ArcSDE FDO provider. You may try registering the FDO 3.7 beta 1 provider in providers.xml after installation, but this has not been tested nor is it supported.~~. The ArcSDE FDO provider is included in the [http://download.osgeo.org/fdo/3.7.0/release/binaries/ FDO 3.7 final release], and you can drop its providers into your 2.4 installation.
    229229 * CentOS: SELinux security settings will prevent MapGuide from loading FDO and other shared libraries. The CentOS install script will fix the security contexts of the so files within these extracted tarballs that it will download.
    230230 * CentOS: mgserver may throw double-free errors on service startup or server shutdown. Should not affect server behaviour.