Opened 17 years ago

Closed 17 years ago

#82 closed defect (fixed)

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 (4)

comment:1 by amorsell@…, 17 years ago

Version: 1.2.0

comment:2 by rexszeto, 17 years ago

External ID: 929607

comment:3 by tonyfang, 17 years ago

Milestone: 1.2
Owner: set to tonyfang
Status: newassigned

comment:4 by tonyfang, 17 years ago

Resolution: fixed
Status: assignedclosed
  • 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.