Community
Participate
Working Groups
Build Identifier: As pointed in the Forum discussion [1], it is not possible to use a FormData with the BeanArrayHolder. Exception is thrown at - org.eclipse.scout.commons.TypeCastUtility.castValue(TypeCastUtility.java:64) - org.eclipse.scout.rt.server.services.common.jdbc.internal.exec.AbstractBeanPropertyOutput.finishBatch(AbstractBeanPropertyOutput.java:107) ==> code 3 (no to-mapping) See example and full Stack trace in the forum discussion. At the end of the batch, AbstractBeanPropertyOutput should invoke formData.getXxxxx().setValue(Integer) where Xxxxx is the AbstractValueFieldData<Type>. [1] http://www.eclipse.org/forums/index.php/mv/msg/310526/821837/#msg_821837 Reproducible: Always
Created attachment 212851 [details] Patch for bug 374646 Patch for this bug: Modification of AbstractBeanPropertyOutput in org.eclipse.scout.rt.server
Applied patch without changes, thanks a lot!
added internal scout james unit test org.eclipse.scout.james.server.tests.jdbc.SelectIntoArrayTest
Bugfixes shipped on Scout 3.7 branch
(In reply to comment #3) > added internal scout james unit test > org.eclipse.scout.james.server.tests.jdbc.SelectIntoArrayTest Test is now at org.eclipse.scout.commons.holders.SelectIntoArrayTest in the org.eclipse.scout.rt.server.test fragment.