Re: [jira] Commented: (CMIS-77) could not browse collections with cmisfs browser since 888861

2010-02-22 Thread Flo
Sorry I can not tell you this time. I'm currently not on the latest trunk. Have to write my thesis. I can tell you next week. 2010/2/22 Florian Müller (JIRA) j...@apache.org:    [

CMIS vs. WebDAV

2010-02-08 Thread Flo
Hello, I know this is not the right place. But I thought people from that list with that background would know. Has someone informations / explanatory notes about why CMIS is better than WebDAV or informations about comparrisions between those? Regards, chears Flo

Re: CMIS vs. WebDAV

2010-02-08 Thread Flo
On Mon, Feb 8, 2010 at 9:50 PM, Paolo Mottadelli paolo@gmail.com wrote: Hi Flo, On Mon, Feb 8, 2010 at 9:31 PM, Flo enjoi...@googlemail.com wrote: Has someone informations / explanatory notes about why CMIS is better than WebDAV or informations about comparrisions between those? You may

Default mime type

2010-01-29 Thread Flo
Hi, what default mime type on posting document would u use if you have no file extention and mapping to a type? Regards.

Re: Default mime type

2010-01-29 Thread Flo
thx On Fri, Jan 29, 2010 at 3:48 PM, Julian Reschke julian.resc...@gmx.de wrote: Flo wrote: Hi, what default mime type on posting document would u use if you have no file extention and mapping to a type? Don't use a default. Leave the Content-Type header unspecified. Best regards

Re: Contribution of python cmislib to Chemistry

2010-01-19 Thread Flo
great 19.01.2010 23:46 schrieb am Florent Guillaume f...@nuxeo.com: Hi all, Jeff Potts from Optaros is interested in contributing his Python cmislib (http://code.google.com/p/cmislib/) to Chemistry. In my opinion this would give cmislib a bigger community and would make it more visible. And it

Re: New module in Chemistry: chemistry-shell

2010-01-15 Thread Flo
Very cool. Ilike 15.01.2010 17:50 schrieb am Stéfane Fermigier s...@nuxeo.com: Hi, we've been working recently on a CMIS command-line client, called cmissh, based on the Apache Chemistry client code. We have decided to donate the code to the Apache Chemistry project, as there are no

wrong encoding Atom ServiceDocument

2010-01-11 Thread Flo
Hi, For me ServiceDocument encoding is ?xml version='1.0' encoding='UTF8'? and should be UTF-8. Where can I fix this? Regards Florian

Re: wrong encoding Atom ServiceDocument

2010-01-11 Thread Flo
Thanks 11.01.2010 14:58 schrieb am Florent Guillaume f...@nuxeo.com: That's a weird Abdera/Woodstox interaction. I just committed a fix. On Mon, Jan 11, 2010 at 11:15 AM, Flo enjoi...@googlemail.com wrote: Hi, For me ServiceDocu... -- Florent Guillaume, Director of RD, Nuxeo Open Source

Re: UriTemplate for AtomPubCMIS.URITMPL_OBJECT_BY_PATH does not work for jax-rs binding

2010-01-08 Thread Flo
in Abderaresource is never called. On Fri, Jan 8, 2010 at 3:26 PM, Florent Guillaume f...@nuxeo.com wrote: It works in my testing. Are you sure you're using the JAX-RS bindings? Could you paste the code you use to start the server? Florent On Tue, Jan 5, 2010 at 12:40 PM, Flo enjoi

Re: UriTemplate for AtomPubCMIS.URITMPL_OBJECT_BY_PATH does not work for jax-rs binding

2010-01-08 Thread Flo
in unit tests), but apparently your JAX-RS implementation (which is it?) fails. And I just tested with RESTEasy 1.0.2 and it fails as well. I'll investigate -- but you're right this must have something to do with the path percent-decoding. Florent On Fri, Jan 8, 2010 at 3:35 PM, Flo enjoi

Re: UriTemplate for AtomPubCMIS.URITMPL_OBJECT_BY_PATH does not work for jax-rs binding

2010-01-08 Thread Flo
wrote: When I say I use CXF 2.2.2 it's actually inside unit tests, so the servlet container used is not Tomcat but an embedded Jetty, which doesn't have any problem with %2F. Florent On Fri, Jan 8, 2010 at 6:02 PM, Flo enjoi...@googlemail.com wrote: I use jax-rs cxf 2.2.2 as well. If I type

Re: UriTemplate for AtomPubCMIS.URITMPL_OBJECT_BY_PATH does not work for jax-rs binding

2010-01-08 Thread Flo
end up with %2F in some URLs. Florent On Fri, Jan 8, 2010 at 7:06 PM, Flo enjoi...@googlemail.com wrote: Thanks for that. But I think it's a Bad request from the TCK because somethin/%2Fsomething is somethin//something thats one slash too mutch. so it will not success if I start apache

Re: AW: AW: atompub jcr bug with last commit

2009-12-21 Thread Flo
The same problem still exists with @GET file/{objectId} buildGetMediaResponse(id, objectEntry) where objectEntry has dead refferences from a previous spi session. On Mon, Dec 21, 2009 at 10:13 AM, Flo enjoi...@googlemail.com wrote: Thanks, Works for me. Chears Florian Roth On Fri, Dec 18

Mapping cmis 2 jcr

2009-12-21 Thread Flo
this. Should I register cmis as namespace prefix in jcr or should I map to available jcr properties or can I ignore this for properties like cmis:name or cmis:objectTypeId. Some Ideas? Best regards Flo

UriTemplate for AtomPubCMIS.URITMPL_OBJECT_BY_PATH does not work for jax-rs binding

2009-12-16 Thread Flo
I added a binding for object by path AtomPubCMIS.URITMPL_OBJECT_BY_PATH @GET @Produces(AtomPub.MEDIA_TYPE_ATOM_ENTRY) @Path(path/{path:.*}) public Response doGetObjectByPath( @PathParam(path) ListPathSegment pathList) { int skipSegments = pathList.size() == 0 ? 2