Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009859Openbravo ERPZ. Otherspublic2009-07-13 17:122009-07-22 00:00
shuehner 
alostale 
immediatemajorhave not tried
closedfixed 
5
pi 
 
Core
No
0009859: API check: build 75 fails
This api check build fails:
http://builds.openbravo.com/job/erp_devel_pi-module-integrity-test/75/console [^]

This issue track the java problem introduce in 75 (the model changes are older and have their own tickets):

Errors:

org.openbravo.base:
Bad
field org.openbravo.base.HttpBaseServlet.strDireccion: instance in api-checks/java/reference/250, but static in /var/www/localhost/htdocs/japi/75
+ failure=1
No tags attached.
related to defect 0009846 closed alostale Not possible to navigate between tabs in manual edition tabs for WAD windows 
Issue History
2009-07-13 17:12shuehnerNew Issue
2009-07-13 17:12shuehnerAssigned To => alostale
2009-07-13 17:15alostaleRelationship addedrelated to 0009846
2009-07-13 17:18alostaleNote Added: 0018172
2009-07-13 17:18alostaleAssigned Toalostale => pjuvara
2009-07-14 09:22pjuvaraNote Added: 0018190
2009-07-14 09:22pjuvaraStatusnew => scheduled
2009-07-14 09:22pjuvaraAssigned Topjuvara => alostale
2009-07-14 09:22pjuvarafix_in_branch => pi
2009-07-14 11:33hgbotCheckin
2009-07-14 11:33hgbotNote Added: 0018213
2009-07-14 11:33hgbotStatusscheduled => resolved
2009-07-14 11:33hgbotResolutionopen => fixed
2009-07-14 11:33hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/fc2627186e8276fb4744a7d0d7163e5036c07538 [^]
2009-07-21 11:09plujanStatusresolved => closed
2009-07-22 00:00anonymoussf_bug_id0 => 2825065

Notes
(0018172)
alostale   
2009-07-13 17:18   
This change has been introduced when fixing 0009846.

The change consists in moving a field (HttBaseServlet.strDireccion) from instance to static, which value never changes so there is no problem doing so.

It shouldn't affect anyone using this variable since it can be accessed in the same way.
(0018190)
pjuvara   
2009-07-14 09:22   
Violation accepted.

Please publish an alert.
(0018213)
hgbot   
2009-07-14 11:33   
Repository: erp/devel/api-checks
Changeset: fc2627186e8276fb4744a7d0d7163e5036c07538
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Jul 14 11:33:41 2009 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/fc2627186e8276fb4744a7d0d7163e5036c07538 [^]

fixed issue 0009859: API check: build 75 fails. Change accepted

---
M java/reference/250.japi.gz
---