Hello,
I have no problem inserting a new DOM Object into a Tamino Database when the doc is created using the Docuserve DOM implementation. Whereas on the other hand, if I create this document using JAVA API-JAXP and try to insert it, I get the following error message although I can write this created doc to the command prompt using TaminoClient printTree() fct:
Exception in thread “main” org.apache.crimson.tree.DomEx: NOT_FOUND_ERR: That node does not exist in this context.
at org.apache.crimson.tree.AttributeSet.removeNamedItem(AttributeSet.java:285)
at com.softwareag.tamino.API.dom.TaminoCient.insert)TaminoClient.java:1531)
at Test.main(Test.java:154)
Thanks a lot!
Fady Kaddoum