Problems with JDOM

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:
  

So Sorry my classpath is not well configured and I was using a JDOM.jar that not will provided with Tamino Installation CD’s

So sorry :o :o