Hi guys,

I am in the process of testing data importing into ofbiz and I am running into an error.

I have created a simple entity definition file XML file and it parses the CSV file I have no problems; the resultant file looks like this

<?xml version="1.0" encoding="UTF-8"?>
<entity-engine-xml>
<Product productId="HT120032C2SS" description="2 ARM LEAF CURL SS" productTypeId="FINISHED_GOOD" /> <Product productId="HT7016FB2" description="3 ARM LEAF CURL FB" productTypeId="FINISHED_GOOD" /> <Product productId="HW209" description="Washer 209 brs" productTypeId="FINISHED_GOOD" /> <Product productId="1ALCOIL3012" description="ALUM. COIL 54mmWx0.95mmTH" productTypeId="FINISHED_GOOD" />
</entity-engine-xml>

When I try to use the XML Import to DataSoure(s) Web Tool I get the following error:

   * ERROR: Error parsing entity xml file:
     org.xml.sax.SAXParseException: '=' expected

I have also tried to import from the command line using

java -jar ofbiz.jar -install -file=./product.xml

but to no avail!

Where do I start looking from here?

Thanks,
James

Reply via email to