Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0029607Openbravo ERPA. Platformpublic2015-04-16 10:052015-05-07 22:16
jecharri 
inigosanchez 
highminoralways
closedfixed 
5
 
3.0PR15Q33.0PR15Q3 
alostale
Google Chrome
Core
Production - QA Approved
2014-11-18
3.0PR15Q1
http://code.openbravo.com/erp/devel/pi/rev/f7b4f6a3f08247b63fa6448a07187614d49de952 [^]
No
0029607: The new way to create to do the setup is not taking into account the context name that users are configuring
The new way to create to do the setup is not taking into account the context name that users are configuring. The context name in eclipse always will be openbravo instead of the name that users decide to configure
-in a environment with higher version than Q1 execute ant setup
-decide to configure step by step
-set the context name as "test"
-set also context URL to "http://localhost/test" [^]
-mount the environment in eclipse
-verify that after running tomcat the URL to go to Openbravo is
http://localhost:8080/openbravo [^]
instead of
http://localhost:8080/test [^]
I think that the problem is that the new process is not updating file
org.eclipse.wst.common.component
No tags attached.
depends on backport 00296283.0PR15Q2 closed inigosanchez The new way to create to do the setup is not taking into account the context name that users are configuring 
depends on backport 00296293.0PR15Q1.4 closed inigosanchez The new way to create to do the setup is not taking into account the context name that users are configuring 
caused by defect 00275423.0PR15Q1 closed inigosanchez Error in executing setup-properties-windows.exe in Windows 7 Ultimate 
Issue History
2015-04-16 10:05jecharriNew Issue
2015-04-16 10:05jecharriAssigned To => platform
2015-04-16 10:05jecharriWeb browser => Google Chrome
2015-04-16 10:05jecharriModules => Core
2015-04-16 10:05jecharriResolution time => 1429826400
2015-04-16 10:05jecharriRegression level => Production - QA Approved
2015-04-16 10:05jecharriRegression introduced in release => 3.0PR15Q1
2015-04-16 10:05jecharriTriggers an Emergency Pack => No
2015-04-16 11:17alostaleRelationship addedrelated to 0027542
2015-04-16 13:14jecharriWeb browserGoogle Chrome => Google Chrome
2015-04-16 13:14jecharriSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=8277#r8277
2015-04-17 11:37inigosanchezAssigned Toplatform => inigosanchez
2015-04-17 11:51inigosanchezWeb browserGoogle Chrome => Google Chrome
2015-04-17 11:51inigosanchezRegression date => 2014-11-18
2015-04-17 11:51inigosanchezRegression introduced by commit => http://code.openbravo.com/erp/devel/pi/rev/f7b4f6a3f08247b63fa6448a07187614d49de952 [^]
2015-04-17 11:54inigosanchezRelationship replacedcaused by 0027542
2015-04-17 12:32inigosanchezReview Assigned To => alostale
2015-04-17 12:32inigosanchezWeb browserGoogle Chrome => Google Chrome
2015-04-17 12:33hgbotCheckin
2015-04-17 12:33hgbotNote Added: 0076604
2015-04-17 12:33hgbotStatusnew => resolved
2015-04-17 12:33hgbotResolutionopen => fixed
2015-04-17 12:33hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/392e1fbd55bfac1b07ad9e26027e66d5d735ba91 [^]
2015-04-17 14:32inigosanchezStatusresolved => new
2015-04-17 14:32inigosanchezResolutionfixed => open
2015-04-17 14:33inigosanchezStatusnew => scheduled
2015-04-17 14:34inigosanchezStatusscheduled => resolved
2015-04-17 14:34inigosanchezResolutionopen => fixed
2015-04-17 14:55inigosanchezNote Added: 0076611
2015-04-17 15:03inigosanchezIssue Monitored: alostale
2015-04-22 09:49alostaleNote Added: 0076675
2015-04-22 09:49alostaleStatusresolved => closed
2015-04-22 09:49alostaleFixed in Version => 3.0PR15Q3
2015-05-07 22:16hudsonbotCheckin
2015-05-07 22:16hudsonbotNote Added: 0077134

Notes
(0076604)
hgbot   
2015-04-17 12:33   
Repository: erp/devel/pi
Changeset: 392e1fbd55bfac1b07ad9e26027e66d5d735ba91
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Fri Apr 17 12:31:27 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/392e1fbd55bfac1b07ad9e26027e66d5d735ba91 [^]

Fixed bug 29607: setup application is not taking into account the context name

The setup application is not taking into account the context name that users
are configuring. The values of "deploy-name" and "context-root" properties
of org.eclipse.wst.common.component are not updating.

Now it has been solved and if user set "context-name" in setup application.
this value is updating in org.eclipse.wst.common.component. For example if
a user set the context name as "test" the URL to go to Openbravo is
"http://localhost:8080/test" [^] instead of default one "http://localhost:8080/openbravo". [^]

---
M src/org/openbravo/configuration/ConfigurationApp.java
---
(0076611)
inigosanchez   
2015-04-17 14:55   
NOTE: Remember delete and add a new tomcat server to achieve that system take into account the new context name.
(0076675)
alostale   
2015-04-22 09:49   
code reviewed + tested
(0077134)
hudsonbot   
2015-05-07 22:16   
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/a1817f84bd8b [^]
Maturity status: Test