|
From: <fre...@we...> - 2003-06-30 23:13:51
|
Hi guys, I stumpled upon an error while trying to load/save a vcard with the gui-dialog. First of all the model has seemed to chang, it was necessary to replace some stuff with Iterators to make it compile. Then it openened up the dialog correctly, I was able to save it do disc. My test.csv file looks perfectly. But when trying to load it fails with the following exception: net.wimpi.pim.util.versitio.versitException: Mandatory tokens missing. at net.wimpi.pim.util.versitio.versitParser.validateCard(Unknown Source) at net.wimpi.pim.util.versitio.versitParser.bundleObjects(Unknown Source) at net.wimpi.pim.util.versitio.versitParser.parse(Unknown Source) at net.wimpi.pim.contact.io.vcard.vCardUnmarshaller.parseStream(Unknown Source) at net.wimpi.pim.contact.io.vcard.vCardUnmarshaller.unmarshallContacts(Unknown Source) at net.wimpi.pim.contact.io.vcard.vCardUnmarshaller.unmarshallContact(Unknown Source) Any ideas? Has this probably something to do with the change in the model which caused the compile errors in the first place? Thanks in advance, Frederik |