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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0025225
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] A. Platformmajorhave not tried2013-11-27 09:122013-11-27 09:12
ReporteregoitzView Statuspublic 
Assigned ToAugustoMauch 
PriorityurgentResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0025225: It is not possible to save on the process monitor a log bigger that 4000 characters

DescriptionIt is not possible to save on the process monitor a log bigger that 4000 characters.
This should be customizable and should take into account the fieldlength of the log column on the ad_process_request.
Steps To ReproduceCheck the ProcessMonitor.java file.
The following line:

      final String executionLog = bundle.getLog().length() >= 4000 ? bundle.getLog().substring(0, 3999) : bundle.getLog();

As you can see the log is truncated to maximum of 4000 characters.
Proposed SolutionUse the fieldlength of the fieldlenght of log column on ad_process_request table.
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
2013-11-27 09:12 egoitz New Issue
2013-11-27 09:12 egoitz Assigned To => AugustoMauch
2013-11-27 09:12 egoitz Modules => Core
2013-11-27 09:12 egoitz Triggers an Emergency Pack => No


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker