MapGuide Open Source:  Home |  Download |  Internals

Ticket #82 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Connections Pooled Setting Problem in Admin

Reported by: amorsell@spatialgis.com Assigned to: tonyfang
Priority: high Milestone: 1.2
Component: Map Admin Version: 1.2.0
Severity: major Keywords:
Cc: External ID: 929607

Description

In MapGuide? 1.2.0 Beta 1. On the Configure Services screen in Admin, if one changes any settings and then submits them, it will result in a "Feature service data connection pool size is invalid.". It looks like it is reading the custom pooled settings form field, which by default is 0, rather than the default pooled setting form field. This is easily confirmed but putting in a non-zero value in the custom field, submitting the form, and seeing that the setting has been applied to the default pool setting instead.

Change History

04/24/07 14:11:40 changed by amorsell@spatialgis.com

  • version set to 1.2.0.

04/24/07 14:29:45 changed by rexszeto

  • external_id set to 929607.

04/24/07 17:48:39 changed by tonyfang

  • status changed from new to assigned.
  • owner set to tonyfang.
  • milestone set to 1.2.

04/24/07 18:47:22 changed by tonyfang

  • status changed from assigned to closed.
  • resolution set to fixed.

- initialize dataConnPoolSize to 1 - initialize dataConnPoolSizeCustom to "" - remove validation of dataConnPoolSizeCustom <= 0 as it's a string - fix the 'swapping' of values between dataConnPoolSize and dataConnPoolSizeCustom

Fixed by submission http://trac.osgeo.org/mapguide/changeset/1591. Fixed by submission http://trac.osgeo.org/mapguide/changeset/1592.