When producing the WSML file for a WSMO4J instance with multiple values for a given attribute, no commas were included between the values and so this wouldn't parse
again. Also the brackets were wrong (straight '()' not curly '{}')
Test to probe the bug was added WSMLSerializeTest.testMultivalueAttributed(). It passes
succesfully so I'll consider it as invalid.
Please provide more details, or in 7 days it'll automatically closed.
Having reproduced the problem, we're pretty sure this is due to our communicating a single attribute from the IRS plug-in in the case of an OCML list. It's still being serialised to WSML wrong (no quotes or other delimiters), but the problem is poorly-described here so this should close and we'll possibly open a new case when we've traced through this better.