Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0025225 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
feature request | [Openbravo ERP] A. Platform | major | have not tried | 2013-11-27 09:12 | 2013-11-27 09:12 | |||||||
Reporter | egoitz | View Status | public | |||||||||
Assigned To | AugustoMauch | |||||||||||
Priority | urgent | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0025225: It is not possible to save on the process monitor a log bigger that 4000 characters | |||||||||||
Description | It 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 Reproduce | Check 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 Solution | Use the fieldlength of the fieldlenght of log column on ad_process_request table. | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
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 |