Ticket #82 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Connections Pooled Setting Problem in Admin

Reported by: amorsell@… Owned by: 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

Changed 5 years ago by amorsell@…

  • version set to 1.2.0

Changed 5 years ago by rexszeto

  • external_id set to 929607

Changed 5 years ago by tonyfang

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

Changed 5 years ago 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.

Note: See TracTickets for help on using tickets.