Hi Isomorphic,
I noticed that the DataSourceLoader does not parse out some information not needed on the client, which makes the DataSourceLoader-result unnecessary large.
In my application this is
I get for every DataSource as well as the DataSource-level XML attributes xmlns:fmt:"mycompany/fmt" and xmlns:"mycompany/ds" I use for i18n and .ds.xml XML-validation. Also I think the serverType:"sql" is most likely not needed on the client.
Looking at your online server showcase DataSourceLoader-Call, this also is true for testFileName and dbImportFileName.
You fixed a similar behavior here.
I'm using latest 5.1p.
Best regards
Blama
I noticed that the DataSourceLoader does not parse out some information not needed on the client, which makes the DataSourceLoader-result unnecessary large.
In my application this is
Code:
"fmt:bundle":{basename:"com.mycompany.lms.server.i18n.DSXMLResources-utf8",encoding:"utf-8"}
Looking at your online server showcase DataSourceLoader-Call, this also is true for testFileName and dbImportFileName.
You fixed a similar behavior here.
I'm using latest 5.1p.
Best regards
Blama
Comment