[jira] [Created] (CONNECTORS-463) Update the site to show how fixing the maven build process for the 0.5-incubating release

2012-04-20 Thread Piergiorgio Lucidi (Created) (JIRA)
Update the site to show how fixing the maven build process for the 
0.5-incubating release
-

 Key: CONNECTORS-463
 URL: https://issues.apache.org/jira/browse/CONNECTORS-463
 Project: ManifoldCF
  Issue Type: Bug
  Components: Site
Affects Versions: ManifoldCF 0.5
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF 0.6


We need to update the site in order to guide developers to correctly build the 
project using Maven.
Due to the latest changes during the 0.5-incubating release, we released the 
source package with a problem with the Maven build.

So, before running mvn clean install, it is needed to run the following command:
{code}
mvn install:install-file -Dfile=lib/commons-httpclient.jar 
-DgroupId=commons-httpclient -DartifactId=commons-httpclient-mcf -Dversion=3.1  
-Dpackaging=jar
{code}

The execution of the command above fixes the issue on the source code of the 
0.5-incubating release.
I tested the command using an empty Maven repository.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-419) Alfresco Connector needs to invoke the ingestDocument for each d:content property of a node

2012-03-01 Thread Piergiorgio Lucidi (Created) (JIRA)
Alfresco Connector needs to invoke the ingestDocument for each d:content 
property of a node
---

 Key: CONNECTORS-419
 URL: https://issues.apache.org/jira/browse/CONNECTORS-419
 Project: ManifoldCF
  Issue Type: Bug
  Components: Alfresco connector
Affects Versions: ManifoldCF 0.4
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF 0.5


The connector now supports only a single content stream for each document 
(Alfresco node).
But using custom content models it is possible to create a new type of node 
that could have more than one content stream attached.

There also is the issue that we need to invoke the ingestDocument method to 
correctly ingest documents.

The idea is based on invoke the ingestDocument method for each content stream 
included in an Alfresco node with the same properties.

In this way any type of node that includes in its own definition more than one 
d:content property (binary type of property in Alfresco) can be correctly 
ingested by ManifoldCF. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




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

2012-02-29 Thread Piergiorgio Lucidi (Created) (JIRA)
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
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi


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: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-417) CMIS Connector creates documentURI with wrong value when version is null

2012-02-28 Thread Piergiorgio Lucidi (Created) (JIRA)
CMIS Connector creates documentURI with wrong value when version is null


 Key: CONNECTORS-417
 URL: https://issues.apache.org/jira/browse/CONNECTORS-417
 Project: ManifoldCF
  Issue Type: Bug
  Components: CMIS connector
Affects Versions: ManifoldCF 0.4
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF 0.5


There is an issue during the ingestion of documents.

It seems that different CMIS servers has different default values for null 
version labels.

Now using OpenCMIS InMemory Server we have to fix this issue managing the 
potential null value for the version label of the node.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-411) Execution of integration tests from Maven is broken

2012-02-17 Thread Piergiorgio Lucidi (Created) (JIRA)
Execution of integration tests from Maven is broken
---

 Key: CONNECTORS-411
 URL: https://issues.apache.org/jira/browse/CONNECTORS-411
 Project: ManifoldCF
  Issue Type: Bug
  Components: Build
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF 0.5


It seems that there some problems trying to run integration tests using Maven.

Trying to execute integration tests from the 0.4-incubating package, it works, 
but trying from the trunk integration tests are not considered.

I think that we can find differences between 0.4-incubating branch and the 
trunk to solve this issue. 

I'm going in deep on this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-402) Separate the proprietary / non-proprietary deliverables for each connector

2012-02-08 Thread Piergiorgio Lucidi (Created) (JIRA)
Separate the proprietary / non-proprietary deliverables for each connector
--

 Key: CONNECTORS-402
 URL: https://issues.apache.org/jira/browse/CONNECTORS-402
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Build
Affects Versions: ManifoldCF 0.4
Reporter: Piergiorgio Lucidi
Assignee: Karl Wright
 Fix For: ManifoldCF 0.5


As we have spoken today this ticket is dedicated to try to work on the build 
process to separate proprietary and non-proprietary libraries in the release 
package. 

In this way, for example, we could have a standard way to release a specific 
library for the connector (mcf-alfresco-connector) without release proprietary 
libraries and allow users to add proprietary libraries in a specific folder 
"connector-lib-proprietary" that could be added to the ManifoldCF classloader.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-401) Update the website with some material about the project

2012-02-08 Thread Piergiorgio Lucidi (Created) (JIRA)
Update the website with some material about the project
---

 Key: CONNECTORS-401
 URL: https://issues.apache.org/jira/browse/CONNECTORS-401
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Site
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi


We have to update the website to add the following sections:
* more details about each specific release in the 
* add a "Books and Presentations" page in the About section to add links for 
slides, books and podcasts

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-398) Alfresco Connector UI Japanese translation would be helpful

2012-01-31 Thread Piergiorgio Lucidi (Created) (JIRA)
Alfresco Connector UI Japanese translation would be helpful
---

 Key: CONNECTORS-398
 URL: https://issues.apache.org/jira/browse/CONNECTORS-398
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Alfresco connector
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF 0.5


A Japanese translation of the Alfresco Connector could be very useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-397) Alfresco Connector UI must be conformed with Apache Velocity

2012-01-31 Thread Piergiorgio Lucidi (Created) (JIRA)
Alfresco Connector UI must be conformed with Apache Velocity


 Key: CONNECTORS-397
 URL: https://issues.apache.org/jira/browse/CONNECTORS-397
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Alfresco connector
Affects Versions: ManifoldCF 0.3
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF 0.5


The Alfresco Connector must be changed to be conformed with Apache Velocity 
directives.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-396) CMIS Connector UI Japanese translation

2012-01-31 Thread Piergiorgio Lucidi (Created) (JIRA)
CMIS Connector UI Japanese translation
--

 Key: CONNECTORS-396
 URL: https://issues.apache.org/jira/browse/CONNECTORS-396
 Project: ManifoldCF
  Issue Type: Improvement
  Components: CMIS connector
Affects Versions: ManifoldCF 0.3
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF 0.5


I updated the Japanese templates with the latest changes and we need to 
translate some terms in the Japanese language.
Maybe Hitoshi could help us here ;)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-395) CMIS Connector UI must be completely conformed with Apache Velocity

2012-01-31 Thread Piergiorgio Lucidi (Created) (JIRA)
CMIS Connector UI must be completely conformed with Apache Velocity
---

 Key: CONNECTORS-395
 URL: https://issues.apache.org/jira/browse/CONNECTORS-395
 Project: ManifoldCF
  Issue Type: Improvement
  Components: CMIS connector
Affects Versions: ManifoldCF 0.3
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF 0.5


We have to remove the Javascript code inside the CMIS connector UI using Apache 
Velocity directives.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-388) Upgrade the Crawler UI framework with Apache Velocity

2012-01-18 Thread Piergiorgio Lucidi (Created) (JIRA)
Upgrade the Crawler UI framework with Apache Velocity
-

 Key: CONNECTORS-388
 URL: https://issues.apache.org/jira/browse/CONNECTORS-388
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF 0.3
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi


We have to try to upgrade the UI Crawler using Apache Velocity that a good 
solution that could fit with Manifold implementation.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-386) CMIS Integration tests implementation compile error

2012-01-17 Thread Piergiorgio Lucidi (Created) (JIRA)
CMIS Integration tests implementation compile error
---

 Key: CONNECTORS-386
 URL: https://issues.apache.org/jira/browse/CONNECTORS-386
 Project: ManifoldCF
  Issue Type: Bug
  Components: CMIS connector
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF 0.5


The following integration test class:
{code}
public class BaseDerby extends org.apache.manifoldcf.crawler.tests.Base
{code}

has a wrong and not existent parent class.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-351) Alfresco Connector documentation must be updated

2011-12-31 Thread Piergiorgio Lucidi (Created) (JIRA)
Alfresco Connector documentation must be updated


 Key: CONNECTORS-351
 URL: https://issues.apache.org/jira/browse/CONNECTORS-351
 Project: ManifoldCF
  Issue Type: Bug
  Components: Documentation
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi


The Alfresco connector documentation must be updated with the new tenant domain 
parameter (text and screenshots).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-350) Maven build broken - integration tests don't compile

2011-12-31 Thread Piergiorgio Lucidi (Created) (JIRA)
Maven build broken - integration tests don't compile


 Key: CONNECTORS-350
 URL: https://issues.apache.org/jira/browse/CONNECTORS-350
 Project: ManifoldCF
  Issue Type: Bug
  Components: Build
Reporter: Piergiorgio Lucidi


The Maven build process is broken, integration tests return compile errors:
{code}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile 
(default-testCompile) on project mcf-alfresco-test: Compilation failure: 
Compilation failure:
[ERROR] 
/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/tests/alfresco/src/test/java/org/apache/manifoldcf/alfresco_tests/BaseDerby.java:[33,66]
 cannot find symbol
[ERROR] symbol  : class BaseITDerby
[ERROR] location: package org.apache.manifoldcf.crawler.tests
[ERROR] 
/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/tests/alfresco/src/test/java/org/apache/manifoldcf/alfresco_tests/APISanityIT.java:[371,15]
 cannot find symbol
[ERROR] symbol  : method 
performAPIPutOperationViaNodes(java.lang.String,int,org.apache.manifoldcf.core.interfaces.Configuration)
[ERROR] location: class org.apache.manifoldcf.alfresco_tests.APISanityIT
[ERROR] 
/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/tests/alfresco/src/test/java/org/apache/manifoldcf/alfresco_tests/APISanityIT.java:[403,15]
 cannot find symbol
[ERROR] symbol  : method 
performAPIPutOperationViaNodes(java.lang.String,int,org.apache.manifoldcf.core.interfaces.Configuration)
[ERROR] location: class org.apache.manifoldcf.alfresco_tests.APISanityIT
[ERROR] 
/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/tests/alfresco/src/test/java/org/apache/manifoldcf/alfresco_tests/APISanityIT.java:[453,15]
 cannot find symbol
[ERROR] symbol  : method 
performAPIPostOperationViaNodes(java.lang.String,int,org.apache.manifoldcf.core.interfaces.Configuration)
[ERROR] location: class org.apache.manifoldcf.alfresco_tests.APISanityIT
[ERROR] 
/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/tests/alfresco/src/test/java/org/apache/manifoldcf/alfresco_tests/APISanityIT.java:[540,27]
 cannot find symbol
[ERROR] symbol  : method 
performAPIPutOperationViaNodes(java.lang.String,int,org.apache.manifoldcf.core.interfaces.Configuration)
[ERROR] location: class org.apache.manifoldcf.alfresco_tests.APISanityIT
[ERROR] 
/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/tests/alfresco/src/test/java/org/apache/manifoldcf/alfresco_tests/APISanityIT.java:[553,27]
 cannot find symbol
[ERROR] symbol  : method performAPIDeleteOperationViaNodes(java.lang.String,int)
[ERROR] location: class org.apache.manifoldcf.alfresco_tests.APISanityIT
[ERROR] 
/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/tests/alfresco/src/test/java/org/apache/manifoldcf/alfresco_tests/APISanityIT.java:[567,27]
 cannot find symbol
[ERROR] symbol  : method performAPIGetOperationViaNodes(java.lang.String,int)
[ERROR] location: class org.apache.manifoldcf.alfresco_tests.APISanityIT
[ERROR] 
/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/tests/alfresco/src/test/java/org/apache/manifoldcf/alfresco_tests/APISanityIT.java:[592,27]
 cannot find symbol
[ERROR] symbol  : method performAPIGetOperationViaNodes(java.lang.String,int)
[ERROR] location: class org.apache.manifoldcf.alfresco_tests.APISanityIT
{code}
Could you please explain the latest changes? 
I have to commit some bugfixes but without integration tests I think that I 
can't commit all this stuff.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-349) Content binary is not correctly read

2011-12-30 Thread Piergiorgio Lucidi (Created) (JIRA)
Content binary is not correctly read


 Key: CONNECTORS-349
 URL: https://issues.apache.org/jira/browse/CONNECTORS-349
 Project: ManifoldCF
  Issue Type: Bug
  Components: Alfresco connector
Affects Versions: ManifoldCF 0.4
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF 0.5


In the Alfresco Connector there is a wrong prefix to find the content property 
for a node.
Now I solved this bug, but I have to solve all the conflicts related to the 
latest changes in the code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-329) Upgrade to OpenCMIS 0.6.0

2011-12-16 Thread Piergiorgio Lucidi (Created) (JIRA)
Upgrade to OpenCMIS 0.6.0
-

 Key: CONNECTORS-329
 URL: https://issues.apache.org/jira/browse/CONNECTORS-329
 Project: ManifoldCF
  Issue Type: Improvement
  Components: CMIS connector
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF 0.5


We have to upgrade the OpenCMIS library to the latest version with the 
following improvements:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310936&version=12317858

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-328) Add explicit support for Multi-Tenancy in the job configuration

2011-12-16 Thread Piergiorgio Lucidi (Created) (JIRA)
Add explicit support for Multi-Tenancy in the job configuration
---

 Key: CONNECTORS-328
 URL: https://issues.apache.org/jira/browse/CONNECTORS-328
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Alfresco connector
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
Priority: Minor
 Fix For: ManifoldCF 0.5


It could be useful to support Multi-Tenancy in the job configuration form to 
allow users to decide on which tenant execute the Lucene query.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-325) Adeguate the content identifier with the Alfresco node reference

2011-12-16 Thread Piergiorgio Lucidi (Created) (JIRA)
Adeguate the content identifier with the Alfresco node reference


 Key: CONNECTORS-325
 URL: https://issues.apache.org/jira/browse/CONNECTORS-325
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Alfresco connector
Affects Versions: ManifoldCF 0.4
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF 0.5


The Alfresco connector support only the UUID to identify contents in 
ManifoldCF, but Alfresco uses a different ID for contents.
The Node Reference is the unique identifier for nodes in Alfresco and I think 
that we have to conform this ID in the connector too.

A node reference has the following structure:
{code}
:///
{code}

The store protocol with the store id build a store reference that could be 
considered in the same way we have workspaces in the JCR standard.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-324) Maven build broken

2011-12-16 Thread Piergiorgio Lucidi (Created) (JIRA)
Maven build broken
--

 Key: CONNECTORS-324
 URL: https://issues.apache.org/jira/browse/CONNECTORS-324
 Project: ManifoldCF
  Issue Type: Bug
  Components: Build
Affects Versions: ManifoldCF 0.4
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF 0.5


It seems that the connectors pom must be updated, now it returns me the 
following
{code}
[ERROR] The build could not read 14 projects -> [Help 1]
[ERROR]   
[ERROR]   The project 
org.apache.manifoldcf:mcf-activedirectory-connector:0.5.0-SNAPSHOT 
(/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/connectors/activedirectory/pom.xml)
 has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact 
org.apache.manifoldcf:mcf-connectors:pom:0.5.0-SNAPSHOT in central 
(http://repo1.maven.org/maven2) and 'parent.relativePath' points at wrong local 
POM @ line 21, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project 
org.apache.manifoldcf:mcf-filesystem-connector:0.5.0-SNAPSHOT 
(/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/connectors/filesystem/pom.xml)
 has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact 
org.apache.manifoldcf:mcf-connectors:pom:0.5.0-SNAPSHOT in central 
(http://repo1.maven.org/maven2) and 'parent.relativePath' points at wrong local 
POM @ line 21, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project org.apache.manifoldcf:mcf-gts-connector:0.5.0-SNAPSHOT 
(/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/connectors/gts/pom.xml)
 has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact 
org.apache.manifoldcf:mcf-connectors:pom:0.5.0-SNAPSHOT in central 
(http://repo1.maven.org/maven2) and 'parent.relativePath' points at wrong local 
POM @ line 21, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project org.apache.manifoldcf:mcf-jcifs-connector:0.5.0-SNAPSHOT 
(/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/connectors/jcifs/pom.xml)
 has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact 
org.apache.manifoldcf:mcf-connectors:pom:0.5.0-SNAPSHOT in central 
(http://repo1.maven.org/maven2) and 'parent.relativePath' points at wrong local 
POM @ line 21, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project org.apache.manifoldcf:mcf-jdbc-connector:0.5.0-SNAPSHOT 
(/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/connectors/jdbc/pom.xml)
 has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact 
org.apache.manifoldcf:mcf-connectors:pom:0.5.0-SNAPSHOT in central 
(http://repo1.maven.org/maven2) and 'parent.relativePath' points at wrong local 
POM @ line 21, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project 
org.apache.manifoldcf:mcf-nullauthority-connector:0.5.0-SNAPSHOT 
(/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/connectors/nullauthority/pom.xml)
 has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact 
org.apache.manifoldcf:mcf-connectors:pom:0.5.0-SNAPSHOT in central 
(http://repo1.maven.org/maven2) and 'parent.relativePath' points at wrong local 
POM @ line 21, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project 
org.apache.manifoldcf:mcf-nulloutput-connector:0.5.0-SNAPSHOT 
(/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/connectors/nulloutput/pom.xml)
 has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact 
org.apache.manifoldcf:mcf-connectors:pom:0.5.0-SNAPSHOT in central 
(http://repo1.maven.org/maven2) and 'parent.relativePath' points at wrong local 
POM @ line 21, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project org.apache.manifoldcf:mcf-rss-connector:0.5.0-SNAPSHOT 
(/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/connectors/rss/pom.xml)
 has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact 
org.apache.manifoldcf:mcf-connectors:pom:0.5.0-SNAPSHOT in central 
(http://repo1.maven.org/maven2) and 'parent.relativePath' points at wrong local 
POM @ line 21, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project org.apache.manifoldcf:mcf-solr-connector:0.5.0-SNAPSHOT 
(/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/connectors/solr/pom.xml)
 has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact 
org.apache.manifoldcf:mcf-connectors:pom:0.5.0-SNAPSHOT in central 
(http://repo1.maven.org/maven2) and 'parent.relativePath' points at wrong local 
POM @ line 21, column 11 -> [Help 2]
[ERROR]   
[ERROR]   The project org.apache.manifoldcf:mcf-web-connector:0.5.0-SNAPSHOT 
(/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/connectors/webcrawler/pom.xml)
 has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact 
org.apache.manifoldcf:mcf-connectors:pom:0.5.0-SNAPSHOT in central 
(http://repo1.maven.org/maven2) and 'parent.relativePath' points at wrong

[jira] [Created] (CONNECTORS-304) Extend the endpoint parameter with protocol, server, port and path

2011-12-05 Thread Piergiorgio Lucidi (Created) (JIRA)
Extend the endpoint parameter with protocol, server, port and path
--

 Key: CONNECTORS-304
 URL: https://issues.apache.org/jira/browse/CONNECTORS-304
 Project: ManifoldCF
  Issue Type: Improvement
  Components: CMIS connector
Affects Versions: ManifoldCF 0.3
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF 0.4


In the same way done for the Alfresco Connector we have to allow users to 
manage the endpoint address using protocol, server, port and context path of 
the CMIS server.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-303) Maven build doesn't consider HTML and JS files for the connector

2011-12-05 Thread Piergiorgio Lucidi (Created) (JIRA)
Maven build doesn't consider HTML and JS files for the connector


 Key: CONNECTORS-303
 URL: https://issues.apache.org/jira/browse/CONNECTORS-303
 Project: ManifoldCF
  Issue Type: Bug
  Components: CMIS connector
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi


In the connector JAR when you build using Maven no HTML / JS file is included 
in the package.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-302) Add a specific Server tab for CMIS-related configuration information

2011-12-04 Thread Piergiorgio Lucidi (Created) (JIRA)
Add a specific Server tab for CMIS-related configuration information


 Key: CONNECTORS-302
 URL: https://issues.apache.org/jira/browse/CONNECTORS-302
 Project: ManifoldCF
  Issue Type: Improvement
  Components: CMIS connector
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi


In the same way done for the Alfresco Repository Connector we need to add a 
specific Server tab for the CMIS-related configuration information.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-301) Add the detailed JavaDoc for the connector and integration tests

2011-12-03 Thread Piergiorgio Lucidi (Created) (JIRA)
Add the detailed JavaDoc for the connector and integration tests


 Key: CONNECTORS-301
 URL: https://issues.apache.org/jira/browse/CONNECTORS-301
 Project: ManifoldCF
  Issue Type: Improvement
  Components: CMIS connector
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi


Taking a look at the code, we need to add a complementary JavaDoc to explain in 
a better way the responsability for each method.
I think that this task must be done for the connector implementation and 
integration tests.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-300) Add default values for the connector configuration

2011-12-03 Thread Piergiorgio Lucidi (Created) (JIRA)
Add default values for the connector configuration
--

 Key: CONNECTORS-300
 URL: https://issues.apache.org/jira/browse/CONNECTORS-300
 Project: ManifoldCF
  Issue Type: Improvement
  Components: CMIS connector
Affects Versions: ManifoldCF 0.3
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi


In the same way done with the Alfresco Connector, we need to add default values 
for the CMIS Connector in the case of null values.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-296) Make independent the configuration against the WARs version for integration tests

2011-11-27 Thread Piergiorgio Lucidi (Created) (JIRA)
Make independent the configuration against the WARs version for integration 
tests
-

 Key: CONNECTORS-296
 URL: https://issues.apache.org/jira/browse/CONNECTORS-296
 Project: ManifoldCF
  Issue Type: Improvement
  Components: CMIS connector
Affects Versions: ManifoldCF 0.3
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
Priority: Minor


I would like to make indipendent all the versions for webapps in the 
configuration and the implementation of integration tests. In the same way I 
done with the Alfresco Connector (pom + Base class).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-295) Add the support for multivalue properties

2011-11-27 Thread Piergiorgio Lucidi (Created) (JIRA)
Add the support for multivalue properties
-

 Key: CONNECTORS-295
 URL: https://issues.apache.org/jira/browse/CONNECTORS-295
 Project: ManifoldCF
  Issue Type: Improvement
  Components: CMIS connector
Affects Versions: ManifoldCF 0.3
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi


The connector doesn't support the ingestion for multivalue properties.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-294) Update the site documentation about OpenCMIS InMemory Server

2011-11-27 Thread Piergiorgio Lucidi (Created) (JIRA)
Update the site documentation about OpenCMIS InMemory Server


 Key: CONNECTORS-294
 URL: https://issues.apache.org/jira/browse/CONNECTORS-294
 Project: ManifoldCF
  Issue Type: Bug
  Components: CMIS connector
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi


We have updated the Maven dependencies using the latest stable version of 
OpenCMIS and we have to update the site documentation about the OpenCMIS 
InMemory Server and its own context path that now should depend only on the 
name of the webapp and not on the version label too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-289) Wrong version of the OpenCMIS InMemory Server war in the page How to build and deploy

2011-11-09 Thread Piergiorgio Lucidi (Created) (JIRA)
Wrong version of the OpenCMIS InMemory Server war in the page How to build and 
deploy 
--

 Key: CONNECTORS-289
 URL: https://issues.apache.org/jira/browse/CONNECTORS-289
 Project: ManifoldCF
  Issue Type: Bug
  Components: Documentation
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi


In the section named "Building the framework and the connectors using Apache 
Maven" there is the old version of the OpenCMIS InMemory Server that was a 
snapshot version.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-288) An ElasticSearch connector would be helpful

2011-11-09 Thread Piergiorgio Lucidi (Created) (JIRA)
An ElasticSearch connector would be helpful
---

 Key: CONNECTORS-288
 URL: https://issues.apache.org/jira/browse/CONNECTORS-288
 Project: ManifoldCF
  Issue Type: New Feature
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi


An ElasticSearch connector could be very useful to spread the use of ManifoldCF

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-287) An Alfresco connector would be helpful

2011-11-09 Thread Piergiorgio Lucidi (Created) (JIRA)
An Alfresco connector would be helpful
--

 Key: CONNECTORS-287
 URL: https://issues.apache.org/jira/browse/CONNECTORS-287
 Project: ManifoldCF
  Issue Type: New Feature
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi


The idea of this connector is based on the fact that there are many Alfresco 
installations that don't yet support the CMIS protocol (2.1-2.9).

I'm starting to think about the Alfresco Repository Connector.

Alfresco doesn't expose any REST API to execute Lucene queries without adding 
some custom WebScripts. I would like to implement a connector that doesn't need 
to install any other custom plugin and that it can work with any Alfresco 2.x 
out of the box installation.

The unique search service exposed by Alfresco via REST is a keyword search 
service, but it is not useful for our connector.

I think that the right way to follow is to use the Alfresco Web Services API, 
this API is based on the SOAP protocol and we have a specific  Alfresco Web 
Services Client provided by Alfresco.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-278) Wrong default parameters values for CMIS Connector in a clean installation

2011-10-20 Thread Piergiorgio Lucidi (Created) (JIRA)
Wrong default parameters values for CMIS Connector in a clean installation
--

 Key: CONNECTORS-278
 URL: https://issues.apache.org/jira/browse/CONNECTORS-278
 Project: ManifoldCF
  Issue Type: Bug
  Components: CMIS connector
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi


If you try to use the CMIS Repository Connector with a clean installation of 
ManifoldCF, the configuration form doesn't allow to insert new values. This 
issue is occurred caused by an error during the latest commit about separating 
HTML code from Java classes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira