Re: Setup Information

2010-09-23 Thread Florian Müller
Hi John, The Apache Chemistry web site is here: [1] Could you describe what you want to achieve? If you could be more specific (programming language, server/client, etc.) we could provide more detailed information. Regards, Florian [1] http://incubator.apache.org/chemistry/ On

atom:title and cmis:name

2010-09-23 Thread Florent Guillaume
Hi, In AtomEntryParser.parseEntry the atom title is added to the properties using (simplified): // overwrite cmis:name with Atom title if (atomTitle != null) { PropertyString nameProperty = new PropertyStringImpl(PropertyIds.NAME, atomTitle);

Re: atom:title and cmis:name

2010-09-23 Thread Florian Müller
Hi Florent, That's a bug. I'll fix it. - Florian On 23/09/2010 13:23, Florent Guillaume wrote: Hi, In AtomEntryParser.parseEntry the atom title is added to the properties using (simplified): // overwrite cmis:name with Atom title if (atomTitle != null) {

Re: svn commit: r1000365 - in /incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings: CmisBindingF

2010-09-23 Thread Florent Guillaume
Shouldn't NTLMAuthenticationProvider be named JavaNetAuthenticationProvider, or something like that? There's actually nothing NTLM-specific about it... Florent On Thu, Sep 23, 2010 at 11:11 AM, f...@apache.org wrote: Author: fmui Date: Thu Sep 23 09:11:58 2010 New Revision: 1000365 URL:

[jira] Created: (CMIS-252) PropertyIds as Enum

2010-09-23 Thread Stephan Klevenz (JIRA)
PropertyIds as Enum --- Key: CMIS-252 URL: https://issues.apache.org/jira/browse/CMIS-252 Project: Chemistry Issue Type: Wish Components: opencmis-commons Affects Versions: 0.2.0-incubating

[jira] Commented: (CMIS-252) PropertyIds as Enum

2010-09-23 Thread JIRA
[ https://issues.apache.org/jira/browse/CMIS-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12914064#action_12914064 ] Florian Müller commented on CMIS-252: - What's the use case for an enum? Property Ids are

Re: svn commit: r1000365 - in /incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings: CmisBindingF

2010-09-23 Thread Florent Guillaume
If there are no other use cases besides NTLM than I guess the current name is ok. Florent On Thu, Sep 23, 2010 at 4:40 PM, Florian Müller florian.muel...@alfresco.com wrote: Well, it's the only way to get Javas build-in NTLM support to kick in. It also supports HTTP basic authentication but

[jira] Commented: (CMIS-252) PropertyIds as Enum

2010-09-23 Thread Florent Guillaume (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12914065#action_12914065 ] Florent Guillaume commented on CMIS-252: I agree with Florian. PropertyIds as Enum

[jira] Resolved: (CMIS-253) Make doc.getContentStream return null when there's no content stream

2010-09-23 Thread Florent Guillaume (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florent Guillaume resolved CMIS-253. Resolution: Fixed Implemented. http://svn.apache.org/viewvc?rev=1000580view=rev Make

Introduction contributing

2010-09-23 Thread Tom
Hi there, I recently had a look at OpenCMIS while investigating CMIS (for a project at my workplace), and have to admit I was quite impressed by it. I found it to be already quite mature, at least a lot more than I expected, and I think it's great that there's an open source solution for CMIS.