Hi all,
I have a weird problem. On the server the deploy process works just fine
(using the DD.xml). But on other computer, when deploying all seems to be
OK. But the type mappings are not made correctly. There is no namespace
associated to the mapped object.
In DD.xml I have the following:
xmlns:x="kns"
qname="x:MyPerson"
After deploying I can see the mapping like this : qname=":MyPerson".
So it does not take into consideration the namespace. Where is my mistake ?
I suspect it is something wrong with the parser (might not be namespace
aware, but it is xerces ... so ... this is namespace aware).
Need quick help.
Thanks
dovle