Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0047739
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Modules] External Data Integrationminorhave not tried2021-09-22 17:392022-02-01 08:05
ReporteraferrazView Statuspublic 
Assigned ToTriage Platform Base 
PriorityhighResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Review Assigned To
Regression introduced in release
Summary

0047739: The maximum length of OBEDL_Request_Line.linedata should be checked before setting it

DescriptionCurrently the maximum length of the OBEDL_Request_Line.linedata column is 1000000. If a process generates data longer than 1000000 characters, the following error is shown in the console:

Value .... is too long, it has length 2186116, the maximum allowed length is 1000000
    at org.openbravo.base.model.Property.checkIsValidValue(Property.java:835) ~[classes/:?]
    at org.openbravo.base.structure.BaseOBObject.set(BaseOBObject.java:274) ~[classes/:?]
    at org.openbravo.externaldata.integration.OBEDLRequest.setResponse(OBEDLRequest.java:440) ~[classes/:?]
    at org.openbravo.externaldata.integration.process.ProcessRequest.addRequest(ProcessRequest.java:342) ~[classes/:?]
    at org.openbravo.service.external.integration.process.EdlRequestBuilder.create(EdlRequestBuilder.java:161) ~[classes/:?]
    at org.openbravo.service.external.integration.process.ExternalSynchronizationProcess.addEDLRequests(ExternalSynchronizationProcess.java:249) [classes/:?]
    at org.openbravo.service.external.integration.process.ExternalSynchronizationProcess.lambda$doExecute$0(ExternalSynchronizationProcess.java:73) [classes/:?]
Steps To Reproduce*
Proposed SolutionLimit the size of the line data before setting it to the EDL Request Line if it is longer than its maximum size
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2021-09-22 17:39 aferraz New Issue
2021-09-22 17:39 aferraz Assigned To => platform
2021-09-22 17:39 aferraz Issue generated from 0039949
2022-02-01 08:05 alostale Assigned To platform => Triage Platform Base


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker