Re: updateProduct WebService: Type check failed for field [updateProduct.productWeight]; expected type is [java.math.BigDecimal]; actual type is [java.lang.Long]

2011-02-23 Thread plm_uwe
Does this mean that the default web service is broken? Are there plans to have that fixed or is there an idea how to fix it by myself or will the proposed replacement (Jira https://issues.apache.org/jira/browse/OFBIZ-3877) be the future web service implementation for ofBIZ? If so, when will it be

Re: updateProduct WebService: Type check failed for field [updateProduct.productWeight]; expected type is [java.math.BigDecimal]; actual type is [java.lang.Long]

2011-02-23 Thread Jacques Le Roux
No, we can't say it's broken. It works well in most cases, notably when calling OFBiz services exported. It seems we have some problems to call external services http://svn.apache.org/viewvc?rev=1072378view=rev For https://issues.apache.org/jira/browse/OFBIZ-3877 it will depend on how much

updateProduct WebService: Type check failed for field [updateProduct.productWeight]; expected type is [java.math.BigDecimal]; actual type is [java.lang.Long]

2011-02-02 Thread Uwe Schuster
Hello, I am trying ofBIZ for evaluation purposes and need to access some web services. I did an installation of the trunk some days ago (revision 1064096), then enabled the updateProduct service (and some others) by setting export=true in applications/product/servicedef/services.xml - no other

Re: updateProduct WebService: Type check failed for field [updateProduct.productWeight]; expected type is [java.math.BigDecimal]; actual type is [java.lang.Long]

2011-02-02 Thread Jacques Le Roux
Uwe, You could try to use https://issues.apache.org/jira/browse/OFBIZ-3877 If you do so please report your results to this ML, or even better in the Jira issue itself... Thanks Jacques From: Uwe Schuster us...@tesis.de Hello, I am trying ofBIZ for evaluation purposes and need to access