deployer rejects xml file

On Friday 10 September 2010 12:27:33 Ruben Smits wrote:
> Hi,
>
> I'm trying to start the deployer (toolchain-2.0) with an xml-file (worked
> perfectly in 1.99.5) but get the following error:
>
> 0.485 [ Info ][DeploymentComponent::loadComponents] Loading
> 'example.xml'. 0.618 [ ERROR ][CPFDemarshaller] An XML SAX exception
> occurred processing file 0.618 [ ERROR ][CPFDemarshaller] Wrong value for
> property 'short'. Value should contain an integer value, got ''.
> 0.629 [ ERROR ][DeploymentComponent::loadComponents] Some error occured
> while parsing example.xml
> 0.629 [ ERROR ][Logger] Failed to load a component: aborting kick-start.
>
> Attached you can find the xml file I'm using (correct syntax according to
> emacs's nxml-mode) and the full orocos.log
>
> Am I overlooking something?

Apparently it is a xerces (3?) problem, when removing xerces and using TinyXML
the deployer accepts the xml-file.

Ruben