Hi Tom, hi all,

I debugged a while and it seems to be a corba issue. On client side my
umlaut in the xpath is well and on server
side it is scrambled. To be concrete: on client side,
XPathQueryServiceImple.query -> _CollectionStub.queryCollection
which is using the ValueHelper.write() all is well. And on server side the
ValueHelper.read() does not catch
the umlaut correct.

Can someone please verify that it is not only my machine having this
problem?
<?xml version "1.0"?>
<direction><name>N�rnberg</name></direction>

with the following xpath
xindice xpath -c directionTest -q "/direction[name='N�rnberg']"

When inserting this document, the german umlauts are stored correct. I could
verify this on server
side. This method is not using the ValueHelper.

I am running out of ideas ... can someone please help?

Thanks, Heike

Reply via email to