Hello!!.
I have a problem when I try to access to Tamino DB with implementation method TXMLObjectAccessor. If I trying created a new instance with TDOMObjectModel the result is correct:
TXMLObjectAccessor xmlObjectAccessor = myConnection.newXMLObjectAccessor( TAccessLocation.newInstance(“admin”), TDOMObjectModel.getInstance() );
If the ObjectModel y created whit JDOM a exception is ocurred:
TXMLObjectAccessor xmlObjectAccessor = myConnection.newXMLObjectAccessor( TAccessLocation.newInstance(“admin”), TJDOMObjectModel.getInstance() );
The result is:
ERROR: com.softwareag.tamino.db.API.accessor.TQueryException
Access Failure:
ReturnValue:
Code:
MessageText:
MessageLine:
Thanks.
code: