[jira] [Resolved] (CONNECTORS-727) generic connector

2013-06-27 Thread Maciej Lizewski (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maciej Lizewski resolved CONNECTORS-727.


Resolution: Fixed

modified build.xml,

fixed in #1497215

 generic connector
 -

 Key: CONNECTORS-727
 URL: https://issues.apache.org/jira/browse/CONNECTORS-727
 Project: ManifoldCF
  Issue Type: Improvement
Reporter: Maciej Lizewski
Assignee: Karl Wright
 Fix For: ManifoldCF 1.3


 OK, this is tricky, but really nice idea. I was thinking about indexing some 
 sources which do not have API, or API does not provide information needed by 
 Manifold, or there is dedicated system and IT team that can easily add some 
 API. 
 Now you have to write dedicated connector and probably some API extension, 
 plugin, etc that would talk with each other to provide seeds, versions and 
 documents. Which requires knowledge on how to write Manifold connectors AND 
 knowledge about system - there is no so many programmers that know both 
 systems :)
 So lets make things easier - provide generic Manifold connector that works 
 with generic API (ie XML over HTTP which is *really* easy to implement in 
 any language). This API and protocol are strictly defined and specified. Then 
 to integrate with the custom document repository one has to only implement 
 API entry point which follow those specifications.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Build failed in Jenkins: ManifoldCF-mvn #25

2013-06-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ManifoldCF-mvn/25/changes

Changes:

[mlizewski] building generic connctor

[minoru] update CHANGES.txt

--
[...truncated 1869 lines...]

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: 
/x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/connectors/filesystem/target/mcf-filesystem-connector-1.3-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/connectors/filesystem/target/mcf-filesystem-connector-1.3-SNAPSHOT.jar
 to 
/home/jenkins/.m2/repository/org/apache/manifoldcf/mcf-filesystem-connector/1.3-SNAPSHOT/mcf-filesystem-connector-1.3-SNAPSHOT.jar
[INFO] 
[INFO] Building ManifoldCF - Connectors - MetaCarta GTS
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting 
/x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/connectors/gts/target
[INFO] [remote-resources:process {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to 
/x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/connectors/gts/target/classes
[INFO] [native2ascii:native2ascii {execution: native2ascii-utf8}]
[INFO] Includes: [**/*.properties]
[INFO] Excludes: []
[INFO] Processing 
/x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/connectors/gts/target/classes/org/apache/manifoldcf/agents/output/gts/common_en_US.properties
[INFO] Processing 
/x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/connectors/gts/target/classes/org/apache/manifoldcf/agents/output/gts/common_ja_JP.properties
[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/connectors/gts/src/test/resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: 
/x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/connectors/gts/target/surefire-reports

---
 T E S T S
---
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: 
/x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/connectors/gts/target/mcf-gts-connector-1.3-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/connectors/gts/target/mcf-gts-connector-1.3-SNAPSHOT.jar
 to 
/home/jenkins/.m2/repository/org/apache/manifoldcf/mcf-gts-connector/1.3-SNAPSHOT/mcf-gts-connector-1.3-SNAPSHOT.jar
[INFO] 
[INFO] Building ManifoldCF - Connectors - HDFS
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] [remote-resources:process {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 9 source files to 
/x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/connectors/hdfs/target/classes
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
/x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[26,29]
 error: package org.apache.hadoop.conf does not exist
[ERROR] 
/x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[27,27]
 error: package org.apache.hadoop.fs does not exist
[ERROR] 
/x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[28,27]
 error: package org.apache.hadoop.fs does not exist
[ERROR] 

Re: Build failed in Jenkins: ManifoldCF-mvn #24

2013-06-27 Thread Karl Wright
This is your connector pom.xml that is missing a dependency on
hadoop-core.  I fixed it (I hope) with r1497259.

Karl


On Wed, Jun 26, 2013 at 10:19 PM, Minoru Osuka minoru.os...@gmail.comwrote:

 Hi,

 Sorry for the inconvenience.

 It seems that class path does not pass through.
 Does anyone know how to fix this problem?

  [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/agents/output/hdfs/HDFSOutputConnector.java:[38,29]
 error: package org.apache.hadoop.conf does not exist


 Thanks,
 Minoru


 Minoru Osuka
 minoru.os...@gmail.com




 On Jun 27, 2013, at 10:26 AM, Apache Jenkins Server 
 jenk...@builds.apache.org wrote:

  See https://builds.apache.org/job/ManifoldCF-mvn/24/changes
 
  Changes:
 
  [minoru] I had fixed compile error.
 
  [minoru] Add HDFS Connector.
 
  [mlizewski] GenericAuthority as addition to GenericConnector +
 documentation
 
  [mlizewski] merged with CONNECTORS-727 branch which implements Generic
 API connector
 
  --
  [...truncated 2214 lines...]
  [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
 mcf-hdfs-connector ---
  [debug] execute contextualize
  [INFO] Using 'UTF-8' encoding to copy filtered resources.
  [INFO] Copying 6 resources
  [INFO] Copying 4 resources
  [INFO] Copying 3 resources
  [INFO]
  [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
 mcf-hdfs-connector ---
  [INFO] Compiling 9 source files to 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/target/classes
 
  [INFO] -
  [ERROR] COMPILATION ERROR :
  [INFO] -
  [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/agents/output/hdfs/HDFSOutputConnector.java:[38,29]
 error: package org.apache.hadoop.conf does not exist
  [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/agents/output/hdfs/HDFSOutputConnector.java:[39,27]
 error: package org.apache.hadoop.fs does not exist
  [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/agents/output/hdfs/HDFSOutputConnector.java:[40,27]
 error: package org.apache.hadoop.fs does not exist
  [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/agents/output/hdfs/HDFSOutputConnector.java:[41,27]
 error: package org.apache.hadoop.fs does not exist
  [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/agents/output/hdfs/HDFSOutputConnector.java:[91,12]
 error: cannot find symbol
  [ERROR]  class HDFSOutputConnector
  
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/agents/output/hdfs/HDFSOutputConnector.java:[92,12]
 error: cannot find symbol
  [ERROR]  class HDFSOutputConnector
  
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[26,29]
 error: package org.apache.hadoop.conf does not exist
  [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[27,27]
 error: package org.apache.hadoop.fs does not exist
  [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[28,27]
 error: package org.apache.hadoop.fs does not exist
  [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[29,27]
 error: package org.apache.hadoop.fs does not exist
  [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[30,27]
 error: package org.apache.hadoop.fs does not exist
  [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[46,10]
 error: cannot find symbol
  [ERROR]  class HDFSSession
  
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[48,10]
 error: cannot find symbol
  [ERROR]  class HDFSSession
  
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[51,38]
 error: cannot find symbol
  [ERROR]  class HDFSSession
  
 

Re: Build failed in Jenkins: ManifoldCF-mvn #24

2013-06-27 Thread Minoru Osuka
Hi Karl,

Thank you for your help!


Minoru OSUKA

On Jun 27, 2013, at 6:26 PM, Karl Wright daddy...@gmail.com wrote:

 This is your connector pom.xml that is missing a dependency on
 hadoop-core.  I fixed it (I hope) with r1497259.
 
 Karl
 
 
 On Wed, Jun 26, 2013 at 10:19 PM, Minoru Osuka minoru.os...@gmail.comwrote:
 
 Hi,
 
 Sorry for the inconvenience.
 
 It seems that class path does not pass through.
 Does anyone know how to fix this problem?
 
 [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/agents/output/hdfs/HDFSOutputConnector.java:[38,29]
 error: package org.apache.hadoop.conf does not exist
 
 
 Thanks,
 Minoru
 
 
 Minoru Osuka
 minoru.os...@gmail.com
 
 
 
 
 On Jun 27, 2013, at 10:26 AM, Apache Jenkins Server 
 jenk...@builds.apache.org wrote:
 
 See https://builds.apache.org/job/ManifoldCF-mvn/24/changes
 
 Changes:
 
 [minoru] I had fixed compile error.
 
 [minoru] Add HDFS Connector.
 
 [mlizewski] GenericAuthority as addition to GenericConnector +
 documentation
 
 [mlizewski] merged with CONNECTORS-727 branch which implements Generic
 API connector
 
 --
 [...truncated 2214 lines...]
 [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
 mcf-hdfs-connector ---
 [debug] execute contextualize
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 6 resources
 [INFO] Copying 4 resources
 [INFO] Copying 3 resources
 [INFO]
 [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
 mcf-hdfs-connector ---
 [INFO] Compiling 9 source files to 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/target/classes
 
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/agents/output/hdfs/HDFSOutputConnector.java:[38,29]
 error: package org.apache.hadoop.conf does not exist
 [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/agents/output/hdfs/HDFSOutputConnector.java:[39,27]
 error: package org.apache.hadoop.fs does not exist
 [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/agents/output/hdfs/HDFSOutputConnector.java:[40,27]
 error: package org.apache.hadoop.fs does not exist
 [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/agents/output/hdfs/HDFSOutputConnector.java:[41,27]
 error: package org.apache.hadoop.fs does not exist
 [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/agents/output/hdfs/HDFSOutputConnector.java:[91,12]
 error: cannot find symbol
 [ERROR]  class HDFSOutputConnector
 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/agents/output/hdfs/HDFSOutputConnector.java:[92,12]
 error: cannot find symbol
 [ERROR]  class HDFSOutputConnector
 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[26,29]
 error: package org.apache.hadoop.conf does not exist
 [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[27,27]
 error: package org.apache.hadoop.fs does not exist
 [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[28,27]
 error: package org.apache.hadoop.fs does not exist
 [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[29,27]
 error: package org.apache.hadoop.fs does not exist
 [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[30,27]
 error: package org.apache.hadoop.fs does not exist
 [ERROR] 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[46,10]
 error: cannot find symbol
 [ERROR]  class HDFSSession
 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[48,10]
 error: cannot find symbol
 [ERROR]  class HDFSSession
 
 https://builds.apache.org/job/ManifoldCF-mvn/ws/connectors/hdfs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/hdfs/HDFSSession.java:[51,38]
 error: cannot find symbol
 

[jira] [Resolved] (CONNECTORS-728) Add HDFS connector.

2013-06-27 Thread Minoru Osuka (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Minoru Osuka resolved CONNECTORS-728.
-

Resolution: Fixed

 Add HDFS connector.
 ---

 Key: CONNECTORS-728
 URL: https://issues.apache.org/jira/browse/CONNECTORS-728
 Project: ManifoldCF
  Issue Type: Improvement
  Components: HDFS connector
Affects Versions: ManifoldCF 1.2
Reporter: Minoru Osuka
Assignee: Minoru Osuka
Priority: Minor
 Fix For: ManifoldCF 1.3


 I would like to suggest you the HDFS Connector.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CONNECTORS-553) [GSoC] Create an Email connector for Apache ManifoldCF

2013-06-27 Thread Piergiorgio Lucidi (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-553:
--

Affects Version/s: (was: ManifoldCF 1.3)
   ManifoldCF next

 [GSoC] Create an Email connector for Apache ManifoldCF
 --

 Key: CONNECTORS-553
 URL: https://issues.apache.org/jira/browse/CONNECTORS-553
 Project: ManifoldCF
  Issue Type: New Feature
  Components: Email connector
Affects Versions: ManifoldCF next
Reporter: Erlend Garåsen
Assignee: Piergiorgio Lucidi
  Labels: gsoc, gsoc2013, mentor
 Fix For: ManifoldCF 1.3


 Apache ManifoldCF is an effort to provide an open source framework for 
 connecting source content repositories like Microsoft Sharepoint and EMC 
 Documentum, to target repositories or indexes, such as Apache Solr, Open 
 Search Server, or ElasticSearch. Apache ManifoldCF also defines a security 
 model for target repositories that permits them to enforce source-repository 
 security policies.
 ManifoldCF is based on a framework structure that allows developers to 
 implement new connectors for repositories, search servers and authorities 
 servers [1].
 Proposal:
 Implement an email connector that should support both IMAP and POP3 servers 
 as well as SSL/TLS encryption and server certificates.
 Skills needed:
 - Java programming
 - IMAP and POP protocols
 - XML
 [1] - http://manifoldcf.apache.org/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CONNECTORS-553) [GSoC] Create an Email connector for Apache ManifoldCF

2013-06-27 Thread Piergiorgio Lucidi (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-553:
--

Fix Version/s: (was: ManifoldCF 1.3)
   ManifoldCF next
Affects Version/s: (was: ManifoldCF next)
   ManifoldCF 1.2

 [GSoC] Create an Email connector for Apache ManifoldCF
 --

 Key: CONNECTORS-553
 URL: https://issues.apache.org/jira/browse/CONNECTORS-553
 Project: ManifoldCF
  Issue Type: New Feature
  Components: Email connector
Affects Versions: ManifoldCF 1.2
Reporter: Erlend Garåsen
Assignee: Piergiorgio Lucidi
  Labels: gsoc, gsoc2013, mentor
 Fix For: ManifoldCF next


 Apache ManifoldCF is an effort to provide an open source framework for 
 connecting source content repositories like Microsoft Sharepoint and EMC 
 Documentum, to target repositories or indexes, such as Apache Solr, Open 
 Search Server, or ElasticSearch. Apache ManifoldCF also defines a security 
 model for target repositories that permits them to enforce source-repository 
 security policies.
 ManifoldCF is based on a framework structure that allows developers to 
 implement new connectors for repositories, search servers and authorities 
 servers [1].
 Proposal:
 Implement an email connector that should support both IMAP and POP3 servers 
 as well as SSL/TLS encryption and server certificates.
 Skills needed:
 - Java programming
 - IMAP and POP protocols
 - XML
 [1] - http://manifoldcf.apache.org/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CONNECTORS-602) Add a new Alfresco WebScript API Repository Connector

2013-06-27 Thread Piergiorgio Lucidi (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-602:
--

Fix Version/s: (was: ManifoldCF 1.3)
   ManifoldCF next

 Add a new Alfresco WebScript API Repository Connector
 -

 Key: CONNECTORS-602
 URL: https://issues.apache.org/jira/browse/CONNECTORS-602
 Project: ManifoldCF
  Issue Type: New Feature
  Components: Alfresco connector
Affects Versions: ManifoldCF 1.0.1
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF next

   Original Estimate: 120h
  Remaining Estimate: 120h

 Taking a look at the Alfresco roadmap, it seems that during the next 18 
 months the CML SOAP API will not be supported anymore:
 [http://wiki.alfresco.com/wiki/Product_Roadmap#End-of-life_3]
 The history of this connector is not happy, during the first step I asked to 
 some Alfresco guys about the life of the SOAP API and I was assured that it 
 would not be finished.
 Anyway this is not the best API exposed by Alfresco, for many reasons 
 developers should use the REST API as their first choice. 
 The SOAP API was the only one API that allows to invoke Lucene queries 
 without implementing new customizations/extensions on Alfresco.
 Now we have an official confirmation that the life of this SOAP API ends 
 during the end of this year and the begin of the next one.
 My idea is to do a brainstorming with some Alfresco guys to understand 
 together which APIs we should use to reimplement the connector.
 I would like to use the current HTTP services without installing nothing on 
 the Alfresco side. But I have to check with them if this solution is feasible.
 I hope to have good news soon.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CONNECTORS-418) Re-examine the call to the non-published method on the next release of OpenCMIS

2013-06-27 Thread Piergiorgio Lucidi (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-418:
--

Fix Version/s: (was: ManifoldCF 1.3)
   ManifoldCF next

 Re-examine the call to the non-published method on the next release of 
 OpenCMIS
 ---

 Key: CONNECTORS-418
 URL: https://issues.apache.org/jira/browse/CONNECTORS-418
 Project: ManifoldCF
  Issue Type: Task
  Components: CMIS connector
Affects Versions: ManifoldCF 1.0
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF next


 We have to re-examine the way that we are using to retrieve the document uri 
 (content stream).
 Now we are using a way suggested by Florian Muller but it seems that it could 
 be the possibility of a future public method in the OpenCMIS API.
 Here the link of the suggestion:
 http://mail-archives.apache.org/mod_mbox/incubator-chemistry-dev/201009.mbox/%3c13092343.447851284629268276.javamail.r...@zimbra.alfresco.com%3E

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CONNECTORS-602) Add a new Alfresco WebScript API Repository Connector

2013-06-27 Thread Piergiorgio Lucidi (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13694711#comment-13694711
 ] 

Piergiorgio Lucidi commented on CONNECTORS-602:
---

Due to the Alfresco roadmap this improvement is actually stopped.
We are waiting some informations from Alfresco to understand how to use their 
new client REST.

 Add a new Alfresco WebScript API Repository Connector
 -

 Key: CONNECTORS-602
 URL: https://issues.apache.org/jira/browse/CONNECTORS-602
 Project: ManifoldCF
  Issue Type: New Feature
  Components: Alfresco connector
Affects Versions: ManifoldCF 1.0.1
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF next

   Original Estimate: 120h
  Remaining Estimate: 120h

 Taking a look at the Alfresco roadmap, it seems that during the next 18 
 months the CML SOAP API will not be supported anymore:
 [http://wiki.alfresco.com/wiki/Product_Roadmap#End-of-life_3]
 The history of this connector is not happy, during the first step I asked to 
 some Alfresco guys about the life of the SOAP API and I was assured that it 
 would not be finished.
 Anyway this is not the best API exposed by Alfresco, for many reasons 
 developers should use the REST API as their first choice. 
 The SOAP API was the only one API that allows to invoke Lucene queries 
 without implementing new customizations/extensions on Alfresco.
 Now we have an official confirmation that the life of this SOAP API ends 
 during the end of this year and the begin of the next one.
 My idea is to do a brainstorming with some Alfresco guys to understand 
 together which APIs we should use to reimplement the connector.
 I would like to use the current HTTP services without installing nothing on 
 the Alfresco side. But I have to check with them if this solution is feasible.
 I hope to have good news soon.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CONNECTORS-704) We need weekly, or manual, ManifoldCF project site builds and publishes

2013-06-27 Thread Karl Wright (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Wright updated CONNECTORS-704:
---

Fix Version/s: (was: ManifoldCF 1.3)
   ManifoldCF next

This can't be completed until we no longer need the Oracle javadoc patch tool 
to publish the site.


 We need weekly, or manual, ManifoldCF project site builds and publishes
 ---

 Key: CONNECTORS-704
 URL: https://issues.apache.org/jira/browse/CONNECTORS-704
 Project: ManifoldCF
  Issue Type: Task
  Components: Site
Affects Versions: ManifoldCF 1.3
Reporter: Karl Wright
Assignee: Maciej Lizewski
 Fix For: ManifoldCF next


 We need weekly, or manual, ManifoldCF project site builds and publishes.  See 
 CONNECTORS-88 for a discussion of the process we'd need.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CONNECTORS-404) Japanese how to build and deploy page out of date

2013-06-27 Thread Karl Wright (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Wright updated CONNECTORS-404:
---

Fix Version/s: (was: ManifoldCF 1.3)
   ManifoldCF next

Postponing; we need to update the build and deploy page in English first to 
cover all the new connectors.


 Japanese how to build and deploy page out of date
 ---

 Key: CONNECTORS-404
 URL: https://issues.apache.org/jira/browse/CONNECTORS-404
 Project: ManifoldCF
  Issue Type: Bug
  Components: Documentation
Affects Versions: ManifoldCF 0.5
Reporter: Karl Wright
Assignee: Shinichiro Abe
 Fix For: ManifoldCF next


 Recent changes to the build target are not reflected in the Japanese version 
 of how to build and deploy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CONNECTORS-193) Not all output connectors adhere to the standard convention for naming of tabs, form elements, and javascript methods

2013-06-27 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erlend Garåsen updated CONNECTORS-193:
--

Fix Version/s: (was: ManifoldCF 1.3)
   ManifoldCF next

 Not all output connectors adhere to the standard convention for naming of 
 tabs, form elements, and javascript methods
 -

 Key: CONNECTORS-193
 URL: https://issues.apache.org/jira/browse/CONNECTORS-193
 Project: ManifoldCF
  Issue Type: Task
  Components: GTS connector, Lucene/SOLR connector
Affects Versions: ManifoldCF 0.1, ManifoldCF 0.2, ManifoldCF 0.3
Reporter: Karl Wright
Assignee: Erlend Garåsen
 Fix For: ManifoldCF next


 The convention for form elements and javascript methods is that all element 
 names and methods must begin with lowercase oc.  The convention for output 
 specification tabs is that the tab name should contain the name of the 
 target, e.g. GTS Parameters or Solr Metadata Mapping.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CONNECTORS-738) Update build-and-deploy page to reflect new connectors

2013-06-27 Thread Karl Wright (JIRA)
Karl Wright created CONNECTORS-738:
--

 Summary: Update build-and-deploy page to reflect new connectors
 Key: CONNECTORS-738
 URL: https://issues.apache.org/jira/browse/CONNECTORS-738
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Documentation
Affects Versions: ManifoldCF 1.3
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 1.3


The how-to-build-and-deploy page needs an update to at least mention the new 
connectors we are including in 1.3


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CONNECTORS-739) Connector version compatibility page needs to be updated to reflect newly added connectors

2013-06-27 Thread Karl Wright (JIRA)
Karl Wright created CONNECTORS-739:
--

 Summary: Connector version compatibility page needs to be updated 
to reflect newly added connectors
 Key: CONNECTORS-739
 URL: https://issues.apache.org/jira/browse/CONNECTORS-739
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Documentation
Affects Versions: ManifoldCF 1.3
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 1.3


The connector SPD page in the documentation needs to be updated to include the 
new connectors.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: 1.3 release schedule

2013-06-27 Thread Erlend Garåsen


I'm sorry to inform that I haven't worked with the Hydra connector the 
last month. I have been busy with a major release of our search project 
at the university and my summer vaccation starts tomorrow. And I have 
also been busy with creating patches for Solr.


Erlend

On 6/24/13 5:13 PM, Karl Wright wrote:

Hi All,

Our quarterly release schedule means that we'll need to code-freeze what is
in 1.3 in about 1 month.

There is currently a *lot* of outstanding activity that needs to solidify
between now and then, and I'm not likely to be able to get done with
everything currently assigned to me.  If you have the capacity to look at
any of these tickets, please let me know.

Thanks,
Karl





[jira] [Commented] (CONNECTORS-737) passwords handling in Manifold

2013-06-27 Thread Karl Wright (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13694824#comment-13694824
 ] 

Karl Wright commented on CONNECTORS-737:


r1497409 tries this out with the GoogleDrive connector.


 passwords handling in Manifold
 --

 Key: CONNECTORS-737
 URL: https://issues.apache.org/jira/browse/CONNECTORS-737
 Project: ManifoldCF
  Issue Type: Wish
  Components: Active Directory authority, GoogleDrive connector
Affects Versions: ManifoldCF 1.2
Reporter: Maciej Lizewski
Assignee: Karl Wright
 Fix For: ManifoldCF 1.3


 Currently you can see stored passwords in HTML body of the page which is 
 quite big security hole. We could rewrite it so that the field is presented 
 with some predefined constant string, like ### (only to show the 
 field with some entered text). Then in process*Post handlers we should check 
 if someone entered anything different here and only in such case overwrite 
 previously stored password. When posted value is equal to ### - we 
 leave previous password in configuration intact.
 this applies to almost all connectors...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: [jira] [Commented] (CONNECTORS-737) passwords handling in Manifold

2013-06-27 Thread Maciej Liżewski
this is exactly I was talking about :)


2013/6/27 Karl Wright (JIRA) j...@apache.org


 [
 https://issues.apache.org/jira/browse/CONNECTORS-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13694824#comment-13694824]

 Karl Wright commented on CONNECTORS-737:
 

 r1497409 tries this out with the GoogleDrive connector.


  passwords handling in Manifold
  --
 
  Key: CONNECTORS-737
  URL:
 https://issues.apache.org/jira/browse/CONNECTORS-737
  Project: ManifoldCF
   Issue Type: Wish
   Components: Active Directory authority, GoogleDrive connector
 Affects Versions: ManifoldCF 1.2
 Reporter: Maciej Lizewski
 Assignee: Karl Wright
  Fix For: ManifoldCF 1.3
 
 
  Currently you can see stored passwords in HTML body of the page which is
 quite big security hole. We could rewrite it so that the field is presented
 with some predefined constant string, like ### (only to show the
 field with some entered text). Then in process*Post handlers we should
 check if someone entered anything different here and only in such case
 overwrite previously stored password. When posted value is equal to
 ### - we leave previous password in configuration intact.
  this applies to almost all connectors...

 --
 This message is automatically generated by JIRA.
 If you think it was sent incorrectly, please contact your JIRA
 administrators
 For more information on JIRA, see: http://www.atlassian.com/software/jira



[jira] [Commented] (CONNECTORS-737) passwords handling in Manifold

2013-06-27 Thread Maciej Lizewski (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13694918#comment-13694918
 ] 

Maciej Lizewski commented on CONNECTORS-737:


this is exactly I was talking about!

 passwords handling in Manifold
 --

 Key: CONNECTORS-737
 URL: https://issues.apache.org/jira/browse/CONNECTORS-737
 Project: ManifoldCF
  Issue Type: Wish
  Components: Active Directory authority, GoogleDrive connector
Affects Versions: ManifoldCF 1.2
Reporter: Maciej Lizewski
Assignee: Karl Wright
 Fix For: ManifoldCF 1.3


 Currently you can see stored passwords in HTML body of the page which is 
 quite big security hole. We could rewrite it so that the field is presented 
 with some predefined constant string, like ### (only to show the 
 field with some entered text). Then in process*Post handlers we should check 
 if someone entered anything different here and only in such case overwrite 
 previously stored password. When posted value is equal to ### - we 
 leave previous password in configuration intact.
 this applies to almost all connectors...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CONNECTORS-736) Problem setting up LDAP Authority connection

2013-06-27 Thread Karl Wright (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Wright resolved CONNECTORS-736.


   Resolution: Not A Problem
Fix Version/s: ManifoldCF 1.3

 Problem setting up LDAP Authority connection
 

 Key: CONNECTORS-736
 URL: https://issues.apache.org/jira/browse/CONNECTORS-736
 Project: ManifoldCF
  Issue Type: Wish
  Components: LDAP authority
Reporter: Muhammad Ahsan
Assignee: Maciej Lizewski
Priority: Minor
  Labels: newbie
 Fix For: ManifoldCF 1.3


 Operating System: Windows 7 (64-bit)
 Using: Manifold 1.2
 Description: Been trying to connect company wiki with ManifoldCF, we use 
 secure-sso. Keep getting Error: Unexpected response code 302: when I use 
 the LDAP connection I created with the wiki page repository. And a Threw 
 exception: 'Communication error: localhost:389' with the authority 
 connector. Does any one have a link to a good tutorial for setting up the 
 LDAP connection with manifold or any tips?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CONNECTORS-735) Include crawling date as metadata in OutputConnector

2013-06-27 Thread Karl Wright (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Wright resolved CONNECTORS-735.


Resolution: Fixed

r1497617 adds the indexing date, which is all I intend to do for this ticket.


 Include crawling date as metadata in OutputConnector
 

 Key: CONNECTORS-735
 URL: https://issues.apache.org/jira/browse/CONNECTORS-735
 Project: ManifoldCF
  Issue Type: New Feature
  Components: Framework core
Affects Versions: ManifoldCF 1.2
Reporter: Stephane Gamard
Assignee: Karl Wright
 Fix For: ManifoldCF 1.3


 While datum is a nightmare (not all connectors get their dates in the same 
 manner, same way, etc etc etc) it might be interesting to leverage the 
 crawling to date some volatile media (such as web). 
 In case of webcrawling there are 3 dates that can certainly be inferred from 
 the crawler's activity: 
 - Date of page first appeared in queue (somewhat loosely equivalent to a 
 created date)
 - Date of last checked by the crawler (might not reflect a version update, 
 content could still be exactly the same)
 - Date of last update (since the URL exists in the queue, it might have 
 changed over time and the crawler m ight know about this). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CONNECTORS-739) Connector version compatibility page needs to be updated to reflect newly added connectors

2013-06-27 Thread Karl Wright (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Wright resolved CONNECTORS-739.


Resolution: Fixed

r1497625

 Connector version compatibility page needs to be updated to reflect newly 
 added connectors
 --

 Key: CONNECTORS-739
 URL: https://issues.apache.org/jira/browse/CONNECTORS-739
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Documentation
Affects Versions: ManifoldCF 1.3
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 1.3


 The connector SPD page in the documentation needs to be updated to include 
 the new connectors.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CONNECTORS-738) Update build-and-deploy page to reflect new connectors

2013-06-27 Thread Karl Wright (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Wright resolved CONNECTORS-738.


Resolution: Fixed

r1497651

 Update build-and-deploy page to reflect new connectors
 --

 Key: CONNECTORS-738
 URL: https://issues.apache.org/jira/browse/CONNECTORS-738
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Documentation
Affects Versions: ManifoldCF 1.3
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 1.3


 The how-to-build-and-deploy page needs an update to at least mention the new 
 connectors we are including in 1.3

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira