Openbravo Issue Tracking System - Java Client POS
View Issue Details
0005529Java Client POS(No Category)public2008-10-15 11:132014-04-02 09:02
jarek_wozniak 
jarek_wozniak 
highmajoralways
closedfixed 
5
 
2.302.30 beta 
No
0005529: External Sales Webservice can't work anymore after uuid-merge
The data classes in .erpCommon.ws.externalSales, i.e. Product.java specify the id attribute and references to foreign id's (i.e. AD_CLIENT_ID) as int/Integer.

In addition the webservice implementation class ExternalSalesImpl tries to convert the data retrieved from the db to Integer for these fields, which can't work for uuid's. This is only noticable at runtime as the code still compiles fine.

These have all to be updated to support uuid's or new versions supporting uuid's have to be created and the old ones deprecated.

Found after a bugreport of copantl in irc.
No tags attached.
depends on defect 00054732.50 closed jarek_wozniak Openbravo ERP External Sales Webservice can't work anymore after uuid-merge 
Issue History
2008-10-15 11:13jarek_wozniakNew Issue
2008-10-15 11:13jarek_wozniakAssigned To => jarek_wozniak
2008-10-15 11:13jarek_wozniaksf_bug_id0 => 2167915
2008-10-15 11:13jarek_wozniakRelationship addedrelated to 0005473
2008-10-15 11:40jarek_wozniakRelationship deletedrelated to 0005473
2008-10-15 15:12jarek_wozniakRelationship addeddepends on 0005473
2008-10-15 15:41svnbotCheckin
2008-10-15 15:41svnbotNote Added: 0009584
2008-10-15 15:41svnbotStatusnew => resolved
2008-10-15 15:41svnbotResolutionopen => fixed
2008-10-15 15:41svnbotsvn_revision => 308
2008-10-15 16:08adrianromeroNote Added: 0009585
2009-03-02 15:42adrianromeroTarget Version2.30 => 2.30 beta
2009-03-02 15:45adrianromeroTarget Version2.30 beta => 2.30
2009-03-02 15:46adrianromeroFixed in Version => 2.30 beta
2012-11-07 09:40priyamCategory01 - General => (No Category)
2014-04-02 09:02plujanNote Added: 0065877
2014-04-02 09:02plujanStatusresolved => closed

Notes
(0009584)
svnbot   
2008-10-15 15:41   
Repository: openbravopos
Revision: 308
Author: jarek.wozniak
Date: 2008-10-15 15:41:37 +0200 (Wed, 15 Oct 2008)

Fixes issue 0005529: External Sales Webservice can't work anymore after uuid-merge

---
U trunk/src-erp/com/openbravo/possync/ExternalSalesHelper.java
U trunk/src-erp/com/openbravo/possync/OrdersSync.java
U trunk/src-erp/com/openbravo/possync/ProductsSync.java
U trunk/src-erp/com/openbravo/ws/customers/BusinessPartner.java
U trunk/src-erp/com/openbravo/ws/customers/Contact.java
U trunk/src-erp/com/openbravo/ws/customers/Customer.java
U trunk/src-erp/com/openbravo/ws/customers/Location.java
U trunk/src-erp/com/openbravo/ws/customers/WebServiceImpl.java
U trunk/src-erp/com/openbravo/ws/customers/WebServiceImplServiceLocator.java
U trunk/src-erp/com/openbravo/ws/customers/WebServiceSoapBindingStub.java
U trunk/src-erp/com/openbravo/ws/externalsales/Category.java
U trunk/src-erp/com/openbravo/ws/externalsales/ExternalSalesImpl.java
U trunk/src-erp/com/openbravo/ws/externalsales/ExternalSalesImplServiceLocator.java
U trunk/src-erp/com/openbravo/ws/externalsales/ExternalSalesSoapBindingStub.java
U trunk/src-erp/com/openbravo/ws/externalsales/OrderLine.java
U trunk/src-erp/com/openbravo/ws/externalsales/Product.java
U trunk/src-erp/com/openbravo/ws/externalsales/ProductPlus.java
U trunk/src-erp/com/openbravo/ws/externalsales/Tax.java
---

https://dev.openbravo.com/websvn/openbravopos/?rev=308&sc=1 [^]
(0009585)
adrianromero   
2008-10-15 16:08   
With this change. It will not be possible to synchronize with Openbravo ERP 2.40 or earlier versions
(0065877)
plujan   
2014-04-02 09:02   
Closed as it was in Resolved for too long