Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010704Openbravo ERPA. Platformpublic2009-09-22 17:282009-09-23 00:00
iperdomo 
iperdomo 
immediatecriticalalways
closedfixed 
202.6.30-gentoo-r5
pi 
2.50MP6 
Core
No
0010704: API check 147 fails due to change in new CR implementation
Error Summary:
Methods: 11 missing, 2 abs.add.
Constructors: 3 missing.

Errors:

org.openbravo.services.webservice:
Missing
constructor org.openbravo.services.webservice.Module(java.lang.String, java.lang.String, org.openbravo.services.webservice.ModuleDependency[], java.lang.String, java.lang.String, org.openbravo.services.webservice.ModuleDependency[], java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String): missing in /var/www/localhost/htdocs/japi/147
constructor org.openbravo.services.webservice.ModuleDependency(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String): missing in /var/www/localhost/htdocs/japi/147
constructor org.openbravo.services.webservice.SimpleModule(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String): missing in /var/www/localhost/htdocs/japi/147
method org.openbravo.services.webservice.ModuleDependency.getModuleVersionID(): missing in /var/www/localhost/htdocs/japi/147
method org.openbravo.services.webservice.ModuleDependency.setModuleVersionID(java.lang.String): missing in /var/www/localhost/htdocs/japi/147
method org.openbravo.services.webservice.WebServiceImpl.getCustomer(int, int, java.lang.String, java.lang.String): missing in /var/www/localhost/htdocs/japi/147
method org.openbravo.services.webservice.WebServiceImpl.getCustomer(int, java.lang.String, java.lang.String, java.lang.String, java.lang.String): missing in /var/www/localhost/htdocs/japi/147
method org.openbravo.services.webservice.WebServiceImpl.getCustomerAddresses(int, int, java.lang.String, java.lang.String): missing in /var/www/localhost/htdocs/japi/147
method org.openbravo.services.webservice.WebServiceImpl.getCustomerContact(int, int, int, java.lang.String, java.lang.String): missing in /var/www/localhost/htdocs/japi/147
method org.openbravo.services.webservice.WebServiceImpl.getCustomerLocation(int, int, int, java.lang.String, java.lang.String): missing in /var/www/localhost/htdocs/japi/147
method org.openbravo.services.webservice.WebServiceImpl.getCustomers(int, java.lang.String, java.lang.String): missing in /var/www/localhost/htdocs/japi/147
method org.openbravo.services.webservice.WebServiceImpl.updateAddress(org.openbravo.services.webservice.Location, java.lang.String, java.lang.String): missing in /var/www/localhost/htdocs/japi/147
method org.openbravo.services.webservice.WebServiceImpl.updateContact(org.openbravo.services.webservice.Contact, java.lang.String, java.lang.String): missing in /var/www/localhost/htdocs/japi/147
method org.openbravo.services.webservice.WebServiceImpl.updateCustomer(org.openbravo.services.webservice.BusinessPartner, java.lang.String, java.lang.String): missing in /var/www/localhost/htdocs/japi/147
Abs.add
method org.openbravo.services.webservice.WebServiceImpl.getURLforDownload(java.lang.String): new interface method in /var/www/localhost/htdocs/japi/147
method org.openbravo.services.webservice.WebServiceImpl.isCommercial(java.lang.String): new interface method in /var/www/localhost/htdocs/japi/147
Approve the changes that are due to auto generated classes based on a WSDL definition.
No tags attached.
Issue History
2009-09-22 17:28iperdomoNew Issue
2009-09-22 17:28iperdomoAssigned To => iperdomo
2009-09-22 17:28iperdomoStatusnew => scheduled
2009-09-22 17:28iperdomofix_in_branch => pi
2009-09-22 17:32iperdomoNote Added: 0020278
2009-09-22 17:32iperdomoAssigned Toiperdomo => pjuvara
2009-09-22 17:37iciordiaAssigned Topjuvara => iciordia
2009-09-22 18:00shuehnerNote Added: 0020280
2009-09-22 18:04iperdomoNote Added: 0020281
2009-09-22 18:13iciordiaNote Added: 0020282
2009-09-22 18:13iciordiaAssigned Toiciordia => iperdomo
2009-09-22 18:53hgbotCheckin
2009-09-22 18:53hgbotNote Added: 0020284
2009-09-22 18:53hgbotStatusscheduled => resolved
2009-09-22 18:53hgbotResolutionopen => fixed
2009-09-22 18:53hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/a480d431ba09dc8f4b64484c8213050ffb68c16a [^]
2009-09-22 18:55iperdomoNote Added: 0020285
2009-09-22 18:55iperdomoFixed in SCM revisionhttp://code.openbravo.com/erp/devel/api-checks/rev/a480d431ba09dc8f4b64484c8213050ffb68c16a [^] => https://code.openbravo.com/erp/devel/api-checks/rev/a480d431ba09 [^]
2009-09-22 18:55iperdomoStatusresolved => closed
2009-09-23 00:00anonymoussf_bug_id0 => 2864626

Notes
(0020278)
iperdomo   
2009-09-22 17:32   
Type: Missing java method (constructor)

Description: This classes are generated with the wsdl2java application. This changes are due to a change in the Central Repository implementation. This classes are used by the Module Management Console.

Risk: Low
(0020280)
shuehner   
2009-09-22 18:00   
@iperdomo: do the new client classes need to work with the old server-side version? Or can we exclude that by synchronously updating the cr itself?

Did we change any classes exported (serverside) by a running ob-instance?
(0020281)
iperdomo   
2009-09-22 18:04   
Q. do the new client classes need to work with the old server-side version? Or can we exclude that by synchronously updating the cr itself?
A. The new version uses a new version of the CR, old versions of Openbravo will use the old version of the CR

Q. Did we change any classes exported (serverside) by a running ob-instance?
A. No
(0020282)
iciordia   
2009-09-22 18:13   
I approve it on Paolo's behalf
(0020284)
hgbot   
2009-09-22 18:53   
Repository: erp/devel/api-checks
Changeset: a480d431ba09dc8f4b64484c8213050ffb68c16a
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Tue Sep 22 18:52:49 2009 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/a480d431ba09dc8f4b64484c8213050ffb68c16a [^]

Fixes issue 10704: Updated Java API

---
M java/reference/250.japi.gz
---
(0020285)
iperdomo   
2009-09-22 18:55   
Updated Java API reference file.