It may cause by the xalan and xerces versions. You may update xalan, xerces and xml-apis libs in directory tomcat/common/endorsed with the last versions used by xupdate.
Bertrand Massoud. -----Message d'origine----- De : Rui Alberto L." GonÃalves [mailto:[EMAIL PROTECTED] Envoyà : mercredi 23 juin 2004 16:59 à : [EMAIL PROTECTED] Objet : XMLDBTransformer updates problem! Hi, sorry if this is a simple question, but I'm starting using this... What I'm trying to do is update a document in the xml database using XMLDBTransformer. The document that is passed to the transformer is: <x:query type="update" collection="users/" oid="myresource" xmlns:x="http://apache.org/cocoon/xmldb/1.0"> <xu:modifications version="1.0" xmlns:xu="http://www.xmldb.org/xupdate"> <xu:append select="/[EMAIL PROTECTED]'sa']" > <xu:attribute name="blocked">true</xu:attribute> </xu:append> </xu:modifications> </x:query> The transformer always returns: <x:query oid="myresource" type="update" result="failure">Failed to update resource somedata: 1</x:query> Trying to perform different updates results in the same error! I'm sending in attach the exception stack trace. Thanks for any help... I can't figure out what's wrong!! Rui -- Rui Alberto L. GonÃalves <[EMAIL PROTECTED]> PT InovaÃÃo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
