Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010414Openbravo ERPA. Platformpublic2009-08-26 16:022009-10-22 14:55
iciordia 
alostale 
urgentmajoralways
closedfixed 
5any
pi 
2.50MP6 
Core
No
0010414: Web.xml session time-out can not be configured without modifying core distro
I want to change the session time-out of my instance. The only way to do it is by modifying this value in src-wad/src/org/openbravo/wad/web.xml file. After applying next MP my configuration will be lost.
1) Try to change the session time-out of my instance.

The only way to do it is by modifying this value in src-wad/src/org/openbravo/wad/web.xml file.
Move this parameter to ad_model_object table. Then my configuration will be saved in my customization template.
No tags attached.
Issue History
2009-08-26 16:02iciordiaNew Issue
2009-08-26 16:02iciordiaAssigned To => alostale
2009-08-28 12:23rafarodaStatusnew => scheduled
2009-08-28 12:23rafarodaProposed Solution updated
2009-09-01 12:05hgbotCheckin
2009-09-01 12:05hgbotNote Added: 0019366
2009-09-01 12:05hgbotStatusscheduled => resolved
2009-09-01 12:05hgbotResolutionopen => fixed
2009-09-01 12:05hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/3819efa6959077df2a84156fdf2d0b76152da15f [^]
2009-09-17 18:08psarobeStatusresolved => closed
2009-09-17 18:08psarobeNote Added: 0020153
2009-09-17 18:08psarobeFixed in Version => 2.50MP6
2009-09-18 00:00anonymoussf_bug_id0 => 2861005
2009-10-08 11:05johnfandlNote Added: 0020871
2009-10-21 17:37azabaletaNote Added: 0021287
2009-10-21 17:41azabaletaNote Added: 0021288
2009-10-22 14:31alostaleNote Added: 0021331
2009-10-22 14:55azabaletaNote Added: 0021337

Notes
(0019366)
hgbot   
2009-09-01 12:05   
Repository: erp/devel/pi
Changeset: 3819efa6959077df2a84156fdf2d0b76152da15f
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Sep 01 12:05:21 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3819efa6959077df2a84156fdf2d0b76152da15f [^]

fixed bug 0010414: Web.xml session time-out can not be configured without modifying core distro

---
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_PARA.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-wad/src/org/openbravo/wad/Wad.java
M src-wad/src/org/openbravo/wad/Wad_data.xsql
M src-wad/src/org/openbravo/wad/web.xml
M src-wad/src/org/openbravo/wad/webConf.xml
---
(0020153)
psarobe   
2009-09-17 18:08   
Tested working fine
(0020871)
johnfandl   
2009-10-08 11:05   
This is great. I saw it in the release notes, but where is the documentation re: how to change this setting? Rok showed me how:

1. Change the 'timeout' value in:
System || Application Dictionary || AD Implementation Mapping || Object >> Parameters

2. Recompile the system to generate the new Web.xml
cd /opt/AppsOpenbravo
ant compile.development -Dtab=XXX

3. Restart Tomcat to deploy the updated Web.xml to Tomcat
su
/etc/init.d/tomcat restart
exit
(0021287)
azabaleta   
2009-10-21 17:37   
Please add little guide in the wiki on how to change it. I had to navigate here to learnt how to do this. In fact, John was the one who wrote it.

Thanks
(0021288)
azabaleta   
2009-10-21 17:41   
In fact, even with the description, I dont in which object is the timeout parameter.
(0021331)
alostale   
2009-10-22 14:31   
The documentation is here:
http://wiki.openbravo.com/wiki/ERP/2.50/Configuration_Manual/Personalizing_Openbravo_ERP#Session_Timeout [^]
(0021337)
azabaleta   
2009-10-22 14:55   
Thanks for creating it.

I have edited the MP6 release notes to point people to this links
http://wiki.openbravo.com/wiki/ERP/2.50/Release_Notes/2.50MP6 [^]

Asier