Ticket #98 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Cannot theme on joined secondary properties

Reported by: ronnielouie Owned by: anonymous
Priority: medium Milestone: 1.2
Component: Feature Service Version: 1.2.0
Severity: major Keywords:
Cc: External ID: 928586, 838886, 793603

Description

When a feature class is created via a join, and that joined feature class is used in a layer definition, it is not possible to theme that layer based on the properties from the joined source. Select aggregate functions are used to enumerate the property values, and a Fdo class not found error will occur when trying to retrieve the values from the joined secondary data. Problem generally occurs when the secondary data is from an RDBMS.

Change History

Changed 5 years ago by anonymous

  • owner changed from ronnielouie to anonymous
  • status changed from new to assigned

Changed 5 years ago by anonymous

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

If a primary feature did not have any corresponding joined data, the server would attempt to set the secondary feature class name to empty, which resulted in 'Class not found' error. This submission corrects this behavior, which allows for select aggregates to succeed when defining themes.

Changed 5 years ago by ronnielouie

Note: See TracTickets for help on using tickets.