Hi Isomorphic,
I'm trying to upgrade my SmartGWT app from version 2.5 to the newest 6.0 and having some problems with existing datasource fields declared as type="OtherDataSource" multiple="true" and valueXPath is set.
It seems that JXpath is only extracting known types of fields and custom types with multiple set are ignored. Maybe is something wrong with JXPath iterating over collection?
If I remove multiple and set valueXPath to the first item in collection then it works.
I'm sending datasources(with and without multiple set) and responses(Dev console RPC tab) in attachment.
Classes for this datasources are generated with axis2 WSDL2Java version 1.7.4
This works in version 2.5 and is in production for couple of years now.
SmartGWT version: SmartClient/SmartGWT Framework (v11.0p_2017-01-11/Pro Deployment 2017-01-11)
Browsers: Firefox, Chrome
Thanks,
Dejan
I'm trying to upgrade my SmartGWT app from version 2.5 to the newest 6.0 and having some problems with existing datasource fields declared as type="OtherDataSource" multiple="true" and valueXPath is set.
It seems that JXpath is only extracting known types of fields and custom types with multiple set are ignored. Maybe is something wrong with JXPath iterating over collection?
If I remove multiple and set valueXPath to the first item in collection then it works.
I'm sending datasources(with and without multiple set) and responses(Dev console RPC tab) in attachment.
Classes for this datasources are generated with axis2 WSDL2Java version 1.7.4
This works in version 2.5 and is in production for couple of years now.
SmartGWT version: SmartClient/SmartGWT Framework (v11.0p_2017-01-11/Pro Deployment 2017-01-11)
Browsers: Firefox, Chrome
Thanks,
Dejan
Comment