From users-return-6977-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Wed Apr 02 09:56:47 2008 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 56208 invoked from network); 2 Apr 2008 09:56:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2008 09:56:47 -0000 Received: (qmail 86253 invoked by uid 500); 2 Apr 2008 09:56:46 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 86235 invoked by uid 500); 2 Apr 2008 09:56:46 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 86226 invoked by uid 99); 2 Apr 2008 09:56:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 02:56:46 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of thomas.tom.mueller@gmail.com designates 209.85.200.172 as permitted sender) Received: from [209.85.200.172] (HELO wf-out-1314.google.com) (209.85.200.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 09:55:57 +0000 Received: by wf-out-1314.google.com with SMTP id 23so2870569wfg.13 for ; Wed, 02 Apr 2008 02:56:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=0iwR2g7muIFrchWa26V8mIzjlJ3DPBzui3UD062/sI4=; b=mEkg5I6LaPKtuVcjBQ0jQXMtUzk7XLtt/9E7nwUiWjRUoN8/O9RYs4I09eKd2UaOIyt22L2VWFw/hiIG6c/fSaNBaMwXf6+RKEQYRWBJRkMwpQiTjQtcloqUDhgK1JdW+/1eTfYHjA/Yt56KZI+ElKBDO5YDoUrrGh8eIu65cmY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CVzh6LbDMQjzTKDecYmfbriTW5n/W4cgUzcWySa1490DS7uNX5iVnS6QMCGSd42eUrOcFQCaQl6jwCvr6w57Yj7BJfUHP/b/fzfMm4Na0WfLnjo6TKpJx8GycGdKOAMCyt+FFsoJYKxhuPSewtvngzUp/E5qvtCpfq7g79gjmzI= Received: by 10.143.159.11 with SMTP id l11mr5691016wfo.186.1207130177184; Wed, 02 Apr 2008 02:56:17 -0700 (PDT) Received: by 10.142.127.4 with HTTP; Wed, 2 Apr 2008 02:56:17 -0700 (PDT) Message-ID: <5f211bd50804020256q5461e7c4g4916db273ee25595@mail.gmail.com> Date: Wed, 2 Apr 2008 11:56:17 +0200 From: "Thomas Mueller" To: users@jackrabbit.apache.org Subject: Re: checkin problem In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5f211bd50804010453h7e30aa79w1ca986cf2430e30e@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, Could you post the stack trace and the configuration (repository.xml, workspace.xml) you have used? Also, could you check that the 'old' Jackrabbit jar files are not in the classpath? Regards, Thomas On Wed, Apr 2, 2008 at 11:52 AM, Katia Santos wrote= : > Hello, > > I still have checkin problems, even with jackrabbit 1.4.2. > > I=B4m doing the example in the wiki page: > > //create versionable node > Node n =3D parentNode.addNode("childNode", "nt:unstructured"); > n.addMixin("mix:versionable"); > n.setProperty("anyProperty", "Blah"); > session.save(); > Version firstVersion =3D n.checkin(); > > In the last line, when it does the checkin it sends an exception: > javax.jcr.RepositoryException: /Outros/Documento[13]: unable to > update item.: 068f02ca-c562-4c31-b8ff-2e091a985932: > 068f02ca-c562-4c31-b8ff-2e091a985932 > > This is the example on the jackrabbit wiki. Is it wrong?? Can someone > explain to me why it doesnt work? I really tried everything...always sen= ds > an exception. Helppp pleeesee :) > > > Katia >