Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0029628Openbravo ERPA. Platformpublic2015-04-16 10:052015-04-22 09:50
jecharri 
inigosanchez 
highminoralways
closedfixed 
5
 
3.0PR15Q23.0PR15Q2 
alostale
Google Chrome
Core
Production - QA Approved
2014-11-18
3.0PR15Q1
http://code.openbravo.com/erp/devel/pi/rev/f7b4f6a3f08247b63fa6448a07187614d49de952 [^]
No
0029628: 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
Approved
blocks defect 00296073.0PR15Q3 closed inigosanchez The new way to create to do the setup is not taking into account the context name that users are configuring 
Issue History
2015-04-17 14:33inigosanchezTypedefect => backport
2015-04-17 14:33inigosanchezTarget Version3.0PR15Q3 => 3.0PR15Q2
2015-04-17 15:17dmitry_mezentsevTag Attached: Approved
2015-04-20 09:39inigosanchezIssue Monitored: alostale
2015-04-20 09:40hgbotCheckin
2015-04-20 09:40hgbotNote Added: 0076620
2015-04-20 09:40hgbotStatusscheduled => resolved
2015-04-20 09:40hgbotResolutionopen => fixed
2015-04-20 09:40hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/392e1fbd55bfac1b07ad9e26027e66d5d735ba91 [^] => http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/a1933ab8b811de143739a763477d1a4e40f8412e [^]
2015-04-22 09:50alostaleNote Added: 0076676
2015-04-22 09:50alostaleStatusresolved => closed
2015-04-22 09:50alostaleFixed in Version => 3.0PR15Q2

Notes
(0076620)
hgbot   
2015-04-20 09:40   
Repository: erp/backports/3.0PR15Q2
Changeset: a1933ab8b811de143739a763477d1a4e40f8412e
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Mon Apr 20 09:31:41 2015 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/a1933ab8b811de143739a763477d1a4e40f8412e [^]

Fixed bug 29628: 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
---
(0076676)
alostale   
2015-04-22 09:50   
code reviewed + tested