solop-develop / adempiere-grpc-server

ADempiere gRPC Server example of integration
GNU General Public License v2.0
0 stars 9 forks source link

fix: Update entity with `parallelStream`. #749

Closed EdwinBetanc0urt closed 4 months ago

EdwinBetanc0urt commented 4 months ago

with the parallelStream does not have the correct scope of the PO_Info, so in some threads it does not get it correctly and cannot obtain the index of the field. It is corrected by instantiating the column and evaluating if it is correctly, otherwise it does not exist in the table to be modified.

Additional context

fixes https://github.com/solop-develop/frontend-core/issues/1294 fixes https://github.com/solop-develop/frontend-core/issues/2126