Hi everyone,

I am trying to read an element from the database and then insert it into the
DOM, but batik generates errors as below:

Exception occurred during event dispatching:
org.w3c.dom.DOMException: The given node (type: 1, name: g) was not created
by the current document.
 at org.apache.batik.dom.AbstractNode.createDOMException(Unknown Source)
 at org.apache.batik.dom.AbstractParentNode.checkAndRemove(Unknown Source)
 at org.apache.batik.dom.AbstractParentNode.appendChild(Unknown Source)

I write a program that saves serialized objects into the database and then
it extracts elements in the Objects into the DOM.

Anyone knows how to solve the above errors, please help.

Danh


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to