hi katia your problems are caused by incorrect configuration.
you are using identical configurations for both the versioning and the workspace persistence manager. this probably also explains other issues you're experiencing (e.g. http://markmail.org/message/7qkmbaowwd4pzlg5). make sure you specify different "schemaObjectPrefix" values for your persistence managers. see also: http://markmail.org/message/mdsgk2oqimaurr6f cheers stefan On Wed, Apr 2, 2008 at 11:52 AM, Katia Santos <[EMAIL PROTECTED]> wrote: > Hello, > > I still have checkin problems, even with jackrabbit 1.4.2. > > I´m doing the example in the wiki page: > > //create versionable node > Node n = parentNode.addNode("childNode", "nt:unstructured"); > n.addMixin("mix:versionable"); > n.setProperty("anyProperty", "Blah"); > session.save(); > Version firstVersion = 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 sends > an exception. Helppp pleeesee :) > > > Katia >
