Build failed in Jenkins: ManifoldCF-mvn #681

2018-10-06 Thread Apache Jenkins Server
See -- [...truncated 2.23 MB...] Downloading: http://repo.maven.apache.org/maven2/org/apache/poi/poi/3.17/poi-3.17.pom 4/4 KB Downloaded:

[jira] [Resolved] (CONNECTORS-1540) When the folder name contains "/", the export api request should replace it with the valid "%2F" before sending it

2018-10-06 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1540. - Resolution: Cannot Reproduce > When the folder name contains "/", the export api

[jira] [Commented] (CONNECTORS-1540) When the folder name contains "/", the export api request should replace it with the valid "%2F" before sending it

2018-10-06 Thread Douglas C. R. Paes (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640933#comment-16640933 ] Douglas C. R. Paes commented on CONNECTORS-1540: I was not able to reproduce this

[jira] [Commented] (CONNECTORS-1541) Documents updated in Google Drive are send with 0 byte to CMIS Output Connector

2018-10-06 Thread Douglas C. R. Paes (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640932#comment-16640932 ] Douglas C. R. Paes commented on CONNECTORS-1541: The source code has been attached

[jira] [Updated] (CONNECTORS-1541) Documents updated in Google Drive are send with 0 byte to CMIS Output Connector

2018-10-06 Thread Douglas C. R. Paes (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas C. R. Paes updated CONNECTORS-1541: --- Attachment: CmisOutputConnector.java > Documents updated in Google

[jira] [Comment Edited] (CONNECTORS-1541) Documents updated in Google Drive are send with 0 byte to CMIS Output Connector

2018-10-06 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640919#comment-16640919 ] Karl Wright edited comment on CONNECTORS-1541 at 10/7/18 12:04 AM: ---

[jira] [Resolved] (CONNECTORS-1543) Folders and documents containing illegal characters in the names break the migration process into CMIS

2018-10-06 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1543. - Resolution: Fixed Assignee: Karl Wright Fix Version/s: ManifoldCF

[jira] [Commented] (CONNECTORS-1541) Documents updated in Google Drive are send with 0 byte to CMIS Output Connector

2018-10-06 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640919#comment-16640919 ] Karl Wright commented on CONNECTORS-1541: - If you can't find what commit is missing, just

[jira] [Commented] (CONNECTORS-1541) Documents updated in Google Drive are send with 0 byte to CMIS Output Connector

2018-10-06 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640918#comment-16640918 ] Karl Wright commented on CONNECTORS-1541: - [~douglascrp] Patch didn't apply. Did you miss a

[jira] [Comment Edited] (CONNECTORS-1541) Documents updated in Google Drive are send with 0 byte to CMIS Output Connector

2018-10-06 Thread Douglas C. R. Paes (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640895#comment-16640895 ] Douglas C. R. Paes edited comment on CONNECTORS-1541 at 10/6/18 10:56 PM:

[jira] [Commented] (CONNECTORS-1541) Documents updated in Google Drive are send with 0 byte to CMIS Output Connector

2018-10-06 Thread Douglas C. R. Paes (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640895#comment-16640895 ] Douglas C. R. Paes commented on CONNECTORS-1541: [~kwri...@metacarta.com] I have

Re: [jira] [Created] (CONNECTORS-1541) Documents updated in Google Drive are send with 0 byte to CMIS Output Connector

2018-10-06 Thread douglascrp
Never mind. I have solve the problem again, but this time, reusing the original approach. I did some more research, and then I got to know the ReplayableInputStream class, which does exactly what I need. So, I am using it with the restart method in the second attempt, where the new version is

Re: [jira] [Created] (CONNECTORS-1541) Documents updated in Google Drive are send with 0 byte to CMIS Output Connector

2018-10-06 Thread douglascrp
Hello. I have found what the real problem is. If you look at the implementation, when the CMIS Output Connector tries to create the document, it reads from the contentStream at