Re: Reg: ALFRESCO Upload - Issue

2019-02-01 Thread Jeff Potts
This is an alfresco issue, not a CMIS problem, so you should post in community.alfresco.com. However, it looks to me like your indices, database, and content store may be out of sync. If you have recently recovered your content store or database make sure you used a snapshot of the DB that is old

Re: Inmemory cmis instance does not support creating document with version state

2018-09-05 Thread Jeff Potts
Kar, Did you forget to include the error you are seeing? Jeff On Tue, Sep 4, 2018 at 10:23 AM Kar Tech wrote: > Hi Dev Team, > > I am trying to create a document against the inmemory CMIS instance that is > locally running in my machine. > > I get the below error, when I try to create a docume

Re: Generate Shareable link after Upload

2018-06-11 Thread Jeff Potts
No, it is not possible to do it with CMIS alone. However, you could write a rule on the Alfresco side that would leverage the "quick share" functionality to share the object. You should then be able to fetch the necessary properties via CMIS and then construct the link. Jeff On Mon, Jun 11, 2018

Re: Does cmislib python support multi-threading?

2018-06-09 Thread Jeff Potts
What I am seeing using cmislib 0.6.0 and Python 2.7.12 against Alfresco 201707-GA... If you switch to the browser binding, and you comment out the newDoc.updateProperties(props) call, your code runs successfully. If you run with the browser binding and leave in the newDoc.updateProperties(props)

Re: [EXTERNAL] - Re: user

2017-12-08 Thread Jeff Potts
Steve, Are you building from source or did you download a WAR from the distribution page? If you downloaded, what version did you download? What versions of Tomcat and Java are you running? Which repository are you trying to get running? The InMemory server or the FileShare server? Jeff On Fri

Re: How to ease contributions to chemisty-cmsilib

2017-10-30 Thread Jeff Potts
itory to access the configuration parameters. Does anyone have the > rights to activate this integration? In the meantime, you can see the > results of the CI for this PR tests here: https: // > travis-ci.org/acsone/chemistry-cmislib/builds/292630173 > > Regards, > > Laurent Mi

Re: How to ease contributions to chemisty-cmsilib

2017-10-20 Thread Jeff Potts
We actually discussed this quite a while ago and decided it was okay to move cmislib to git. However, upon looking at it, I realized that the only difference was going to be the command line tool developers used. It was not going to make the project available on github (beyond what is already avail

Re: RE: Secondary Type example from opencmis doc throws type unknown error

2017-10-11 Thread Jeff Potts
Fahad > > > > -Original Message- > > From: krzysztoffzielin...@gmail.com [mailto:krzysztoffzielinski@ > gmail.com] > > Sent: Wednesday, October 11, 2017 9:15 PM > > To: dev@chemistry.apache.org > > Subject: Re: Secondary Type example from opencmis

Re: Secondary Type example from opencmis doc throws type unknown error

2017-10-11 Thread Jeff Potts
They are not dynamic. A secondary type must already be known by the repository before it can be applied. Some repositories support using CMIS to add type and secondary type definitions to the repository. Once the repository registers your definition you can then use it. But you cannot simply make

Re: Copy document with version history

2017-10-10 Thread Jeff Potts
You don't need to set the repository ID. Alfresco has only one repository. If you still have trouble, create another topic in the Alfresco Community and send me the link. Jeff On Tue, Oct 10, 2017 at 5:48 AM, krzysztoffzielin...@gmail.com < krzysztoffzielin...@gmail.com> wrote: > I have switche

Re: Problems obtaining version ids

2017-09-25 Thread Jeff Potts
t dont know how to obtain the > version noderef with OpenCMIS. > > Am I right with my assumptions here? > > Thanks > Krzysztof > > On 2017-09-15 21:34, Jeff Potts wrote: > > If you want either the previous version CMIS object ID or the Alfresco > > nodeRef, ask the curre

Re: Python library status?

2017-09-23 Thread Jeff Potts
Yes, it is maintained and pull requests are always welcome. What version of Python are you using? I'm thinking this may have been fixed in 2.7.9 and above. Jeff On Sat, Sep 23, 2017 at 3:01 PM, Gjertsen, Eric wrote: > I had been starting to use the Python CMIS client library, but ran into > so

Re: Problems obtaining version ids

2017-09-15 Thread Jeff Potts
If you want either the previous version CMIS object ID or the Alfresco nodeRef, ask the current Document for its version history, which will return a list of objects, then grab the object you want and inspect its properties. You can take a look at the sample code on the Chemistry web site to see h

[jira] [Closed] (CMIS-873) Old-style class names in cmislib inline documentation

2017-08-31 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts closed CMIS-873. --- > Old-style class names in cmislib inline documentat

[jira] [Closed] (CMIS-1010) Add ACL/ACE support to cmislib browser binding

2017-08-31 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts closed CMIS-1010. > Add ACL/ACE support to cmislib browser bind

[jira] [Closed] (CMIS-1011) Implement getUnfiled in the cmislib browser binding

2017-08-31 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts closed CMIS-1011. > Implement getUnfiled in the cmislib browser bind

[jira] [Closed] (CMIS-1008) Add relationship support to cmislib browser binding

2017-08-31 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts closed CMIS-1008. > Add relationship support to cmislib browser bind

[jira] [Closed] (CMIS-1002) Allow access to the repository from a CmisObject instance

2017-08-31 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts closed CMIS-1002. > Allow access to the repository from a CmisObject insta

[jira] [Closed] (CMIS-996) BrowserBinding getObjecyByPath: unicode is not supported by urllib.quote

2017-08-31 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts closed CMIS-996. --- > BrowserBinding getObjecyByPath: unicode is not supported by urllib.qu

[jira] [Closed] (CMIS-972) Implement contentStream and properties update in BrowserDocument.checkin method

2017-08-31 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts closed CMIS-972. --- > Implement contentStream and properties update in BrowserDocument.checkin >

[jira] [Closed] (CMIS-995) UnicodeEncodeError when calling urlencode method with a dict that contains accented characters

2017-08-31 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts closed CMIS-995. --- > UnicodeEncodeError when calling urlencode method with a dict that contains > accented char

[jira] [Closed] (CMIS-971) Error when calling createFolder with properties parameter

2017-08-31 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts closed CMIS-971. --- > Error when calling createFolder with properties parame

[jira] [Closed] (CMIS-970) Error when adding empty string to multi-valued property

2017-08-31 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts closed CMIS-970. --- > Error when adding empty string to multi-valued prope

[jira] [Closed] (CMIS-799) Call to create Resultset object passes Folder instance instead of Repository

2017-08-31 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts closed CMIS-799. --- > Call to create Resultset object passes Folder instance instead of Reposit

[jira] [Closed] (CMIS-832) Suppress logging.info() messages

2017-08-31 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts closed CMIS-832. --- > Suppress logging.info() messages > > > K

[jira] [Closed] (CMIS-743) Cannot checkout a document

2017-08-31 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts closed CMIS-743. --- > Cannot checkout a document > -- > > Key: CMIS-743 >

[jira] [Closed] (CMIS-741) unable to updateProperties on a CmisObject

2017-08-31 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts closed CMIS-741. --- > unable to updateProperties on a CmisObject > -- > >

[jira] [Closed] (CMIS-249) Make Python cmislib easier to use as a package

2017-08-31 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts closed CMIS-249. --- > Make Python cmislib easier to use as a pack

Re: [VOTE] Release Apache Chemistry cmislib 0.6.0 - RC1

2017-08-31 Thread Jeff Potts
The vote passes. +1 Gavin Cornwell +1 Jens Huebel +1 Florian Müller +1 Florent Guillaume +1 Jeff Potts I will push out cmislib 0.6.0. Thanks for voting, Jeff On Tue, Aug 29, 2017 at 10:21 AM, Gavin Cornwell < gavin.cornw...@alfresco.com> wrote: > +1 > > > > > On 27/0

[VOTE] Release Apache Chemistry cmislib 0.6.0 - RC1

2017-08-27 Thread Jeff Potts
Howdy folks, After quite a long time, cmislib is finally ready for a release. The major feature of 0.6.0 is the addition of support for the browser binding. The release also contains bug fixes and enhancements which can be found in Jira. Multiple people contributed to this release, but I should

[jira] [Updated] (CMIS-1033) AtomPub binding: getRelationships response is not a valid list of AtomPubRelationship

2017-07-23 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts updated CMIS-1033: - Affects Version/s: (was: cmislib 0.6.0) cmislib 0.5.1 > AtomPub bind

[jira] [Resolved] (CMIS-1008) Add relationship support to cmislib browser binding

2017-07-23 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts resolved CMIS-1008. -- Resolution: Fixed Fix Version/s: cmislib 0.6.0 Merged, thanks for another valuable contribution

[jira] [Resolved] (CMIS-1010) Add ACL/ACE support to cmislib browser binding

2017-05-07 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts resolved CMIS-1010. -- Resolution: Fixed Fix Version/s: cmislib 0.6.0 > Add ACL/ACE support to cmislib browser bind

[jira] [Resolved] (CMIS-1011) Implement getUnfiled in the cmislib browser binding

2017-05-07 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts resolved CMIS-1011. -- Resolution: Fixed Fix Version/s: cmislib 0.6.0 Removed getUnfiled from browser binding

[jira] [Commented] (CMIS-1011) Implement getUnfiled in the cmislib browser binding

2017-05-07 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1567#comment-1567 ] Jeff Potts commented on CMIS-1011: -- I will remove the method from the browser bin

[jira] [Resolved] (CMIS-1009) Implement getPaths in the cmislib browser binding

2017-05-07 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts resolved CMIS-1009. -- Resolution: Fixed > Implement getPaths in the cmislib browser bind

[jira] [Commented] (CMIS-1010) Add ACL/ACE support to cmislib browser binding

2017-03-05 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15896527#comment-15896527 ] Jeff Potts commented on CMIS-1010: -- I have committed the working draft, thanks for d

Open items to be resolved prior to cmislib release

2017-01-25 Thread Jeff Potts
As Laurent mentioned in his recent email, a cmislib release is past due. However, I would really like to get the browser binding fully implemented before a release. By "fully implemented" I just mean it should be as feature complete as the atom binding is. By that standard, I think the following t

[jira] [Created] (CMIS-1011) Implement getUnfiled in the cmislib browser binding

2017-01-25 Thread Jeff Potts (JIRA)
Jeff Potts created CMIS-1011: Summary: Implement getUnfiled in the cmislib browser binding Key: CMIS-1011 URL: https://issues.apache.org/jira/browse/CMIS-1011 Project: Chemistry Issue Type: Task

[jira] [Created] (CMIS-1010) Add ACL/ACE support to cmislib browser binding

2017-01-25 Thread Jeff Potts (JIRA)
Jeff Potts created CMIS-1010: Summary: Add ACL/ACE support to cmislib browser binding Key: CMIS-1010 URL: https://issues.apache.org/jira/browse/CMIS-1010 Project: Chemistry Issue Type: Task

[jira] [Created] (CMIS-1009) Implement getPaths in the cmislib browser binding

2017-01-25 Thread Jeff Potts (JIRA)
Jeff Potts created CMIS-1009: Summary: Implement getPaths in the cmislib browser binding Key: CMIS-1009 URL: https://issues.apache.org/jira/browse/CMIS-1009 Project: Chemistry Issue Type: Task

[jira] [Created] (CMIS-1008) Add relationship support to cmislib browser binding

2017-01-25 Thread Jeff Potts (JIRA)
Jeff Potts created CMIS-1008: Summary: Add relationship support to cmislib browser binding Key: CMIS-1008 URL: https://issues.apache.org/jira/browse/CMIS-1008 Project: Chemistry Issue Type: Task

Re: Contribution and authorship

2017-01-24 Thread Jeff Potts
Yes, you have contributed many patches, and I really appreciate it. I honestly do not have much time to maintain cmislib so your help has been invaluable. I think we are close to being able to do a release, which would be wonderful as we have not had a release in quite a long time. We have never

[jira] [Updated] (CMIS-701) Calls to getContentStream fail if self.reload not called first

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts updated CMIS-701: Fix Version/s: cmislib 0.6.0 > Calls to getContentStream fail if self.reload not called fi

[jira] [Updated] (CMIS-703) cmislib fails to query InMemory 0.9 due to CDATA

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts updated CMIS-703: Fix Version/s: cmislib 0.6.0 > cmislib fails to query InMemory 0.9 due to CD

[jira] [Updated] (CMIS-743) Cannot checkout a document

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts updated CMIS-743: Fix Version/s: cmislib 0.6.0 > Cannot checkout a docum

[jira] [Updated] (CMIS-741) unable to updateProperties on a CmisObject

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts updated CMIS-741: Fix Version/s: cmislib 0.6.0 > unable to updateProperties on a CmisObj

[jira] [Updated] (CMIS-799) Call to create Resultset object passes Folder instance instead of Repository

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts updated CMIS-799: Fix Version/s: cmislib 0.6.0 > Call to create Resultset object passes Folder instance instead of Reposit

[jira] [Updated] (CMIS-970) Error when adding empty string to multi-valued property

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts updated CMIS-970: Fix Version/s: cmislib 0.6.0 > Error when adding empty string to multi-valued prope

[jira] [Updated] (CMIS-832) Suppress logging.info() messages

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts updated CMIS-832: Fix Version/s: cmislib 0.6.0 > Suppress logging.info() messa

[jira] [Updated] (CMIS-971) Error when calling createFolder with properties parameter

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts updated CMIS-971: Fix Version/s: cmislib 0.6.0 > Error when calling createFolder with properties parame

[jira] [Updated] (CMIS-873) Old-style class names in cmislib inline documentation

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts updated CMIS-873: Fix Version/s: cmislib 0.6.0 > Old-style class names in cmislib inline documentat

[jira] [Updated] (CMIS-972) Implement contentStream and properties update in BrowserDocument.checkin method

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts updated CMIS-972: Fix Version/s: cmislib 0.6.0 > Implement contentStream and properties update in BrowserDocument.chec

[jira] [Updated] (CMIS-979) Allow to use multi valued values in properties when using the Browser Binding

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts updated CMIS-979: Fix Version/s: cmislib 0.6.0 > Allow to use multi valued values in properties when using the Browser Bind

[jira] [Updated] (CMIS-995) UnicodeEncodeError when calling urlencode method with a dict that contains accented characters

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts updated CMIS-995: Fix Version/s: cmislib 0.6.0 > UnicodeEncodeError when calling urlencode method with a dict that conta

[jira] [Updated] (CMIS-993) String concatenation error when specifying custom headers with BrowserBinding

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts updated CMIS-993: Fix Version/s: cmislib 0.6.0 > String concatenation error when specifying custom headers with BrowserBind

[jira] [Updated] (CMIS-996) BrowserBinding getObjecyByPath: unicode is not supported by urllib.quote

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts updated CMIS-996: Fix Version/s: cmislib 0.6.0 > BrowserBinding getObjecyByPath: unicode is not supported by urllib.qu

[jira] [Updated] (CMIS-1002) Allow access to the repository from a CmisObject instance

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts updated CMIS-1002: - Fix Version/s: cmislib 0.6.0 > Allow access to the repository from a CmisObject insta

[jira] [Resolved] (CMIS-832) Suppress logging.info() messages

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts resolved CMIS-832. - Resolution: Fixed Fix Version/s: (was: cmislib 0.5.1) Thanks for the suggestion. This has been

[jira] [Resolved] (CMIS-873) Old-style class names in cmislib inline documentation

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts resolved CMIS-873. - Resolution: Fixed I replaced all instances of the non-existing model.Document and model.Folder references

[jira] [Closed] (CMIS-1005) CMIS PermissionDeniedException

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-1005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts closed CMIS-1005. > CMIS PermissionDeniedException > -- > > Ke

[jira] [Resolved] (CMIS-1002) Allow access to the repository from a CmisObject instance

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts resolved CMIS-1002. -- Resolution: Fixed Thanks for the PR, [~lmi]. Note that I only merged the commit directly relevant to

[jira] [Resolved] (CMIS-996) BrowserBinding getObjecyByPath: unicode is not supported by urllib.quote

2016-12-29 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts resolved CMIS-996. - Resolution: Fixed Thanks for another valuable contribution, Laurent. There was an invocation of quote in

[jira] [Resolved] (CMIS-1005) CMIS PermissionDeniedException

2016-12-15 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-1005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts resolved CMIS-1005. -- Resolution: Not A Problem [~fmui] says that SAP Mobile Documents requires cookies. Cookies are not

[jira] [Commented] (CMIS-1005) CMIS PermissionDeniedException

2016-12-15 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-1005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15752021#comment-15752021 ] Jeff Potts commented on CMIS-1005: -- As it stands you can pass in additional key-v

[jira] [Commented] (CMIS-1005) CMIS PermissionDeniedException

2016-12-15 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-1005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15751610#comment-15751610 ] Jeff Potts commented on CMIS-1005: -- If you use the Chemistry workbench to hit the

Re: Admin user for accessing Alfresco

2016-10-17 Thread Jeff Potts
This is an Alfresco-specific question, so you should probably ask it in http://community.alfresco.com or or StackOverflow. However, I will say that it sounds like maybe you are trying to use credentials that do not have access to the object you are querying or something else is not functioning pro

[jira] [Commented] (CMIS-979) Allow to use multi valued values in properties when using the Browser Binding

2016-09-09 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15477363#comment-15477363 ] Jeff Potts commented on CMIS-979: - Yes, you are wrong, the sync works fine. Make

Re: [VOTE] Release Apache Chemistry 1.0.0 - RC1

2016-09-06 Thread Jeff Potts
+1 On Fri, Sep 2, 2016 at 3:40 PM, Florian Müller wrote: > Hi all, > > OpenCMIS 1.0.0 is ready for voting. Finally. > > After five years of development OpenCMIS reaches its first major version. > The differences to the previous version (0.14.0) are rather small. A few > small bugs have been fixe

Re: When will we move to git?

2016-09-02 Thread Jeff Potts
I think initially ASF was only allowing one-way mirrors, but it seems like now migration is an option (maybe it has been for a while and I just didn't notice). I know for cmislib, recent contributors have preferred git, and as a sub-project that's in need of more contributors, I want to reduce con

[jira] [Resolved] (CMIS-995) UnicodeEncodeError when calling urlencode method with a dict that contains accented characters

2016-09-02 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts resolved CMIS-995. - Resolution: Fixed Checked in. Thanks for another patch, Laurent! > UnicodeEncodeError when call

When will we move to git?

2016-09-02 Thread Jeff Potts
I know we have a one-way mirror of our SVN repo to github. What's stopping us from moving to git exclusively? Jeff

[jira] [Commented] (CMIS-961) Connection reset by peer when trying to upload a document over 2M to Alfresco 5.0.d

2016-09-01 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15456422#comment-15456422 ] Jeff Potts commented on CMIS-961: - I can successfully create instances of documents u

[jira] [Resolved] (CMIS-979) Allow to use multi valued values in properties when using the Browser Binding

2016-09-01 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts resolved CMIS-979. - Resolution: Fixed Checked in. Thanks for the patch. Note that the parsing of multi-valued properties in

[jira] [Resolved] (CMIS-993) String concatenation error when specifying custom headers with BrowserBinding

2016-08-30 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts resolved CMIS-993. - Resolution: Fixed Checked in. Thanks for the patch, Laurent! > String concatenation error when specify

[jira] [Resolved] (CMIS-799) Call to create Resultset object passes Folder instance instead of Repository

2016-08-30 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts resolved CMIS-799. - Resolution: Fixed Checked in to trunk. Thanks for reporting! > Call to create Resultset object pas

[jira] [Assigned] (CMIS-716) cmislib 0.5.1 unit test fails against Alfresco 4.2.d because of empty repository name

2016-08-30 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts reassigned CMIS-716: --- Assignee: (was: Jeff Potts) > cmislib 0.5.1 unit test fails against Alfresco 4.2.d because

[jira] [Assigned] (CMIS-611) Add ability to retrieve permission mapping

2016-08-30 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts reassigned CMIS-611: --- Assignee: (was: Jeff Potts) > Add ability to retrieve permission mapp

[jira] [Assigned] (CMIS-311) Set content disposition header

2016-08-30 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts reassigned CMIS-311: --- Assignee: (was: Jeff Potts) > Set content disposition hea

[jira] [Assigned] (CMIS-809) cmislib applyACL method has multiple issues

2016-08-30 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts reassigned CMIS-809: --- Assignee: (was: Jeff Potts) > cmislib applyACL method has multiple iss

[jira] [Assigned] (CMIS-319) Implement createDocumentFromSource in cmislib

2016-08-30 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts reassigned CMIS-319: --- Assignee: (was: Jeff Potts) > Implement createDocumentFromSource in cmis

[jira] [Assigned] (CMIS-810) cmislib getDescendants() should maintain the hierarchy

2016-08-30 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts reassigned CMIS-810: --- Assignee: (was: Jeff Potts) > cmislib getDescendants() should maintain the hierar

[jira] [Assigned] (CMIS-316) Add policy support to cmislib

2016-08-30 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts reassigned CMIS-316: --- Assignee: (was: Jeff Potts) > Add policy support to cmis

[jira] [Assigned] (CMIS-636) class ObjectTypeDefinition is missing contentStreamAllowed property

2016-08-30 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts reassigned CMIS-636: --- Assignee: (was: Jeff Potts) > class ObjectTypeDefinition is missing contentStreamAllowed prope

[jira] [Assigned] (CMIS-799) Call to create Resultset object passes Folder instance instead of Repository

2016-08-30 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts reassigned CMIS-799: --- Assignee: Jeff Potts > Call to create Resultset object passes Folder instance instead of Reposit

[jira] [Assigned] (CMIS-979) Allow to use multi valued values in properties when using the Browser Binding

2016-08-30 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts reassigned CMIS-979: --- Assignee: Jeff Potts > Allow to use multi valued values in properties when using the Browser Bind

[jira] [Assigned] (CMIS-993) String concatenation error when specifying custom headers with BrowserBinding

2016-08-30 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts reassigned CMIS-993: --- Assignee: Jeff Potts > String concatenation error when specifying custom headers with BrowserBind

[jira] [Commented] (CMIS-804) Unit tests need to test getTypeDescendants depth

2016-08-30 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15449648#comment-15449648 ] Jeff Potts commented on CMIS-804: - Did you mean to include a patch with this? > Uni

Re: OpenCMIS 1.0

2016-07-18 Thread Jeff Potts
+1 Jeff On Mon, Jul 18, 2016 at 11:44 AM, Jay Brown wrote: > +1 > > > Jay Brown > Senior Engineer, ECM Development > IBM Software Group > > [image: Inactive hide details for Gabriele Columbro ---07/18/2016 09:19:33 > AM---+1 --]Gabriele Columbro ---07/18/2016 09:19:33 AM---+1 -- > > From: Gabri

Re: Question about Alfresco Aspects

2016-07-13 Thread Jeff Potts
I will add that I know of no reason to use the OpenCMIS Extension if you are using CMIS 1.1 which understands aspects natively. CMIS calls them secondary types. This gist may help: https://gist.github.com/jpotts/7242070 Jeff On Wed, Jul 13, 2016 at 7:22 AM, AJ Weber wrote: > It would help if yo

Re: Create folder with cmis

2016-07-11 Thread Jeff Potts
Neza, A folder can contain any number of folders. You don't need anything in CMIS to help you create a nested folder structure. If you know the structure you need to create, just "walk" the folder structure and for each item in your folder structure, check CMIS to see if that folder exists. If it

Re: Requesting advise about CMIS

2016-06-27 Thread Jeff Potts
If you are using CMIS to fetch data from SharePoint, then you essentially already know how to use CMIS to write data to Alfresco. That's the beauty of CMIS--it is one API that works with both. If it is the service URL you are unsure about, start up the Apache Chemistry Workbench and go into the Ex

Re: OpenCMIS Code Samples

2016-06-13 Thread Jeff Potts
> > Jay > > [image: Inactive hide details for Jeff Potts ---06/10/2016 09:51:21 > AM---That looks pretty nice, Florian, and it is much needed. I see]Jeff > Potts ---06/10/2016 09:51:21 AM---That looks pretty nice, Florian, and it > is much needed. I see a few grammar tweaks that

Re: OpenCMIS Code Samples

2016-06-10 Thread Jeff Potts
That looks pretty nice, Florian, and it is much needed. I see a few grammar tweaks that I'm happy to clean up if you let me know what the best way to collaborate is. Jeff On Fri, Jun 10, 2016 at 6:30 AM, Florian Müller wrote: > Hi all, > > I've started rewriting the OpenCMIS code samples for t

[jira] [Commented] (CMIS-972) Implement contentStream and properties update in BrowserDocument.checkin method

2016-03-25 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211979#comment-15211979 ] Jeff Potts commented on CMIS-972: - The goal is to keep the AtomPub binding and the Bro

Re: Python 3 support in cmislib

2016-03-24 Thread Jeff Potts
José Tomás, We have no immediate plans to migrate to 3.x, although some work was done a while back. Getting the browser binding finished is probably the first priority, but 3.x support is a close second. If you would like to take either of those on it would be a welcome contribution. The cmislib

[jira] [Resolved] (CMIS-970) Error when adding empty string to multi-valued property

2016-03-13 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Potts resolved CMIS-970. - Resolution: Fixed Assignee: Jeff Potts Committed. Thanks for the patch! > Error when adding em

[jira] [Commented] (CMIS-961) Connection reset by peer when trying to upload a document over 2M to Alfresco 5.0.d

2015-12-15 Thread Jeff Potts (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15058078#comment-15058078 ] Jeff Potts commented on CMIS-961: - Has this been reproduced against another reposi

Re: Python CMISlib 0.5.1 with large documents

2015-03-25 Thread Jeff Potts
One thing that would help would be if the library implemented the appendContentStream method available in CMIS 1.1. Unfortunately, it is not in 0.6. Would you mind opening a Jira for this? Jeff On Wed, Mar 25, 2015 at 8:51 AM, Carl Osterwisch wrote: > I'm getting a memory error when I call Fol

Re: Getting Extension properties with Python cmislib?

2014-07-16 Thread Jeff Potts
https://code.google.com/p/cmislib-alfresco-extension/ On Wed, Jul 16, 2014 at 10:56 AM, Jeff Potts wrote: > Sorry, Nick, the extensions aren't implemented. > > Jeff > > > On Wed, Jul 16, 2014 at 10:22 AM, Nick Burch wrote: > >> Hi All >> >> I'm current

  1   2   3   >