Thanks Adrian,
Fixed at r892439
Jacques
From: "Adrian Cumiskey" <[email protected]>
Hi Cimballi,
Yes this is a bug in the OFBiz 09.04 release. It has since been fixed in
trunk in revision r771477. Its probably easiest to change the type
"Integer" to "Long" in ProductServices.xml until the next release.
Adrian Cumiskey.
2009/12/19 Cimballi <[email protected]>
Hi,
I think the is an error of java type in the simple method
"createProduct" in the file
"applications/product/script/org/ofbiz/product/product/ProductServices.xml".
The line is : <set field="newEntity.billOfMaterialLevel" value="0"
type="Integer"/>
But the field "billOfMaterialLevel" is specified as numeric = Long in
the "entitymodel.xml" file.
Cimballi