Re: [VOTE] Release Apache Chemistry OpenCMIS version 0.1.0-incubating (RC2)

2010-09-14 Thread Gabriele Columbro
Hi all, a small addendum for clarity: On Sep 14, 2010, at 1:21 PM, Gabriele Columbro wrote: This vote passes as follows: +1 Gabriele Columbro +1 Stephan Klevenz +1 Jukka Zitting +1 David Caruana +1 Jens Hubel +1 NIck Burch (ipmc binding) +1 Florent Guillaume +1 Jens Hubel +1 Florian Mueller

Build failed in Hudson: Chemistry - SwingCl ient - install ยป OpenCMIS Swing Client #100

2010-09-14 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Chemistry%20-%20SwingClient%20-%20install/org.apache.chemistry.opencmis.swingclient$chemistry-opencmis-swingclient/100/changes Changes: [fmui] - switched Swing Client to OpenCMIS 0.2.0 - added extensions view tab

persistent session caching

2010-09-14 Thread Florent Guillaume
Hi, If you do: doc = (Document) session.getObjectByPath(/testfile1); assertEquals(some title, doc.getPropertyValue(dc:title)); doc.updateProperties(Collections.singletonMap(dc:title, other title)); doc = (Document) session.getObjectByPath(/testfile1);