Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 96862 invoked by uid 500); 29 Apr 2002 06:19:32 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Delivered-To: moderator for cocoon-dev@xml.apache.org Received: (qmail 74570 invoked from network); 28 Apr 2002 19:50:38 -0000 From: =?iso-8859-1?Q?Mathias_Br=F6kelmann?= To: "cocoon-dev" Subject: [PATCH] delete in XMLDBTransformer is allways successfully Date: Sun, 28 Apr 2002 21:50:24 +0200 Message-ID: <001901c1eeed$f4f1ed40$0700a8c0@neptun> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I=B4ve found a minor bug in XMLDBTransformer. Response of delete operations is always success, even if the resource was not found. cvs diff should fix the problem. >>>snip>>> Index: XMLDBTransformer.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/cvspublic/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transfo rmation/XMLDBTransformer.java,v retrieving revision 1.6 diff -r1.6 XMLDBTransformer.java 422a423 > result =3D "success"; 424d424 < result =3D "success"; <<