Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0037396Openbravo ERPA. Platformpublic2017-11-27 14:302018-01-03 12:39
alostale 
alostale 
normalminorhave not tried
closedfixed 
5
 
3.0PR18Q1 
caristu
Core
No
0037396: remove support for printing fop documents in a different server
Openbravo supported to print fop documents in a different server communicating through rmi. This feature is unused, undocumented and untested.
-
Completely remove it:
* It's undocumented: there is no entry in the wiki for it. The only doc is in the code itself [1]
* Configuration requires to be done directly patching the code and building it manually (there's no ant task to do so).
* It's not tested. I don't even know if it works at all and I don't remember none testing it in the last 10 years.
* It's for fop reports, which is the old way (pre-2.50) to generate pdfs. So, at least from product, we don't create new fop report for ages.
* I haven't heard from anyone using it
* If someone is using it, requiring configuration to be done in code, would be easier to have it in a custom module.
No tags attached.
depends on defect 0037402 closed alostale API change: removed ConfigParameters.strServidorRenderFo and ad_model_object_para row 
blocks design defect 0032688 acknowledged Triage Platform Base remove unused resources 
Issue History
2017-11-27 14:30alostaleNew Issue
2017-11-27 14:30alostaleAssigned To => platform
2017-11-27 14:30alostaleModules => Core
2017-11-27 14:30alostaleTriggers an Emergency Pack => No
2017-11-27 14:30alostaleAssigned Toplatform => alostale
2017-11-28 08:02alostaleRelationship addeddepends on 0037402
2017-11-28 08:09alostaleRelationship addedblocks 0032688
2017-11-28 08:19hgbotCheckin
2017-11-28 08:19hgbotNote Added: 0100751
2017-11-28 08:19hgbotStatusnew => resolved
2017-11-28 08:19hgbotResolutionopen => fixed
2017-11-28 08:19hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/77c78710f26e031cdf8dcba81ec9079df283ecf3 [^]
2017-11-28 08:20alostaleReview Assigned To => caristu
2017-11-29 11:13caristuNote Added: 0100809
2017-11-29 11:13caristuStatusresolved => closed
2017-11-29 11:13caristuFixed in Version => 3.0PR18Q1
2018-01-03 12:39hudsonbotCheckin
2018-01-03 12:39hudsonbotNote Added: 0101464

Notes
(0100751)
hgbot   
2017-11-28 08:19   
Repository: erp/devel/pi
Changeset: 77c78710f26e031cdf8dcba81ec9079df283ecf3
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Nov 27 15:04:47 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/77c78710f26e031cdf8dcba81ec9079df283ecf3 [^]

fixed issue 37396: remove support to print fop documents in a different server

  This feature was not used nor documented.

---
M src-core/.classpath
M src-core/src/org/openbravo/base/ConfigParameters.java
M src-core/src/org/openbravo/base/HttpBaseServlet.java
M src-db/database/sourcedata/AD_MODEL_OBJECT_PARA.xml
R lib/runtime/renderFoRmi.jar
R src-core/utils/rmi/Readme.txt
R src-core/utils/rmi/classes/rmi/.keep
R src-core/utils/rmi/java.policy
R src-core/utils/rmi/lib/.keep
R src-core/utils/rmi/logs/.keep
R src-core/utils/rmi/src/rmi/RenderFo.java
R src-core/utils/rmi/src/rmi/RenderFoI.java
---
(0100809)
caristu   
2017-11-29 11:13   
Reviewed
(0101464)
hudsonbot   
2018-01-03 12:39   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/c81e0d3cbab5 [^]
Maturity status: Test