on ‎2021 Oct 06 7:29 PM
When executing an OCC API that returns many fields (e.g. requesting FULL as fields), we got the following error.
{"errors":[{"message":"Max field set size exceeded. Reason of that can be : too generic configuration, lack of properly defined BASIC field set level for data class, reccurency in data structure","type":"ConversionError"}]}
In other post, someone responded that the following bean is used for limiting the field size.
<alias="fieldSetBuilder" name="defaultFieldSetBuilder"/> <bean id="defaultFieldSetBuilder"class="de.hybris.platform.webservicescommons.mapping.impl.DefaultFieldSetBuilder"><propertyname="defaultRecurrencyLevel" value="4"/><propertyname="defaultMaxFieldSetSize" value="50000"/><propertyname="fieldSetLevelHelper" ref="fieldSetLevelHelper"/></bean>
The question is what is the proper way of increasing the defaultMaxFieldSetSize in Commerce.
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.