Re: Chemistry / CMIS status

2009-04-28 Thread Florent Guillaume
On 28 Apr 2009, at 11:31, Dominique Pfister wrote: Just a quick thing I noticed while working on a JCR implementation of your API, in the methods that return collections, e.g.: ListObjectEntry getChildren(String folderId, BaseType type, String filter, boolean

Re: Chemistry / CMIS status

2009-04-28 Thread Dominique Pfister
Hi Florent, Just a quick thing I noticed while working on a JCR implementation of your API, in the methods that return collections, e.g.: ListObjectEntry getChildren(String folderId, BaseType type, String filter, boolean includeAllowableActions, boolean

Re: Chemistry / CMIS status

2009-04-08 Thread David Nuescheler
On Wednesday, April 8, 2009, Florent Guillaume f...@nuxeo.com wrote: On 7 Apr 2009, at 14:43, David Nuescheler wrote: Hi All, Given the fact that we are now looking into applying florents contributions, I would like to propose that we rename the jcr-cmis folder in sandbox to chemistry.

Re: Chemistry / CMIS status

2009-04-07 Thread Dominique Pfister
Hi Florent, I was very busy lately, but now I finally found some time to look at your sources. Kind regards Dominique On Wed, Mar 11, 2009 at 1:58 AM, Florent Guillaume f...@nuxeo.com wrote: Hi all, Here's a status report on the progress of the Chemistry code. The API has been tweaked a

Re: Chemistry / CMIS status

2009-04-07 Thread David Nuescheler
Hi All, Given the fact that we are now looking into applying florents contributions, I would like to propose that we rename the jcr-cmis folder in sandbox to chemistry. Thoughts? regards, david On Tue, Apr 7, 2009 at 10:23 AM, Dominique Pfister dominique.pfis...@day.com wrote: Hi Florent, I

Re: Chemistry / CMIS status

2009-04-07 Thread Florent Guillaume
On 7 Apr 2009, at 10:23, Dominique Pfister wrote: Hi Florent, I was very busy lately, but now I finally found some time to look at your sources. Kind regards Dominique Excellent thanks. Looking forward to your comments. I've had feedback from Bogdan here at Nuxeo as well, and we'll be

Re: Chemistry / CMIS status

2009-04-07 Thread Florent Guillaume
On 7 Apr 2009, at 14:43, David Nuescheler wrote: Hi All, Given the fact that we are now looking into applying florents contributions, I would like to propose that we rename the jcr-cmis folder in sandbox to chemistry. Thoughts? regards, david I'd suggest just creating a chemistry

Re: Chemistry / CMIS status

2009-03-11 Thread Florent Guillaume
Hi, It's come to my attention that the Sun Java 5 compiler has bugs (related to generics) which can prevent compilation. The symptoms are: [INFO] Compilation failure /tmp/chemistry/chemistry-atompub/src/main/java/org/apache/chemistry/ atompub/PropertiesElement.java:[130,27]

Chemistry / CMIS status

2009-03-10 Thread Florent Guillaume
Hi all, Here's a status report on the progress of the Chemistry code. The API has been tweaked a bit to separate a programmer-usable API from a lower-level SPI that mirrors the CMIS spec. There is now an AtomPub server implementation (work in progress) that allows some read-only operations