Re: [VOTE] Release apache-manifoldcf-0.4-incubating, RC1

2011-12-31 Thread Piergiorgio Lucidi
Ok, we could add the support for the binary in the next release or we
could add this last commit in this release.
This because I committed the fix and the new improvement
(Multi-Tenancy) in the same commit... DOH!

So we have these two options:

1. Notify that the Alfresco connector in this release supports only
metadata and add some documentation sections about this in the
website.
2. Merge my last commit in the 04-incubating to add the support of
binary ingestion for the Alfresco connector.

Piergiorgio

2011/12/31 Karl Wright :
> This looks unrelated to the 0.4-incubating release, which does not
> have the alfresco multi-tenancy support at all in it.  Can you clarify
> whether you think this is critical for the 0.4-incubating release?
> That is what the vote thread is for.
>
> Karl
>
> On Sat, Dec 31, 2011 at 11:32 AM, Piergiorgio Lucidi
>  wrote:
>> I solved the critical issue in the main trunk (r1226128).
>> Hope this helps.
>>
>> Cheers and Happy New Year!
>> Piergiorgio
>>
>> 2011/12/30 Piergiorgio Lucidi :
>>> Hi guys,
>>>
>>> I found a critical bug about the Alfresco Connector, the binary is not
>>> correctly managed [1].
>>> I solved the issue, but I have to solve all the conflicts related to
>>> the latest changes.
>>>
>>> I hope to release soon this patch.
>>>
>>> Cheers,
>>> Piergiorgio
>>>
>>> [1] https://issues.apache.org/jira/browse/CONNECTORS-349
>>>
>>> 2011/12/29 Karl Wright :
 I've uploaded the RC1 apache-manifoldcf-0.4-incubating package which
 you can download from http://people.apache.org/~kwright.  If you agree
 this should be released please vote +1.

 The fixes over RC0 are all UI related; you can see what they are in
 the CHANGES.txt file.

 Karl
>>>
>>>
>>>
>>> --
>>> Piergiorgio Lucidi
>>> http://www.open4dev.com
>>
>>
>>
>> --
>> Piergiorgio Lucidi
>> http://www.open4dev.com



-- 
Piergiorgio Lucidi
http://www.open4dev.com


Re: [VOTE] Release apache-manifoldcf-0.4-incubating, RC1

2011-12-31 Thread Karl Wright
This looks unrelated to the 0.4-incubating release, which does not
have the alfresco multi-tenancy support at all in it.  Can you clarify
whether you think this is critical for the 0.4-incubating release?
That is what the vote thread is for.

Karl

On Sat, Dec 31, 2011 at 11:32 AM, Piergiorgio Lucidi
 wrote:
> I solved the critical issue in the main trunk (r1226128).
> Hope this helps.
>
> Cheers and Happy New Year!
> Piergiorgio
>
> 2011/12/30 Piergiorgio Lucidi :
>> Hi guys,
>>
>> I found a critical bug about the Alfresco Connector, the binary is not
>> correctly managed [1].
>> I solved the issue, but I have to solve all the conflicts related to
>> the latest changes.
>>
>> I hope to release soon this patch.
>>
>> Cheers,
>> Piergiorgio
>>
>> [1] https://issues.apache.org/jira/browse/CONNECTORS-349
>>
>> 2011/12/29 Karl Wright :
>>> I've uploaded the RC1 apache-manifoldcf-0.4-incubating package which
>>> you can download from http://people.apache.org/~kwright.  If you agree
>>> this should be released please vote +1.
>>>
>>> The fixes over RC0 are all UI related; you can see what they are in
>>> the CHANGES.txt file.
>>>
>>> Karl
>>
>>
>>
>> --
>> Piergiorgio Lucidi
>> http://www.open4dev.com
>
>
>
> --
> Piergiorgio Lucidi
> http://www.open4dev.com


[jira] [Commented] (CONNECTORS-344) OpenSearchServer connector needs hiddens to work in multi-tab environment

2011-12-31 Thread Karl Wright (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13178052#comment-13178052
 ] 

Karl Wright commented on CONNECTORS-344:


Hi Emmanuel,
I'm confused as to why you deleted all the resources with this patch?  I can't 
see how the patch will function without language-specific html and js files.


> OpenSearchServer connector needs hiddens to work in multi-tab environment
> -
>
> Key: CONNECTORS-344
> URL: https://issues.apache.org/jira/browse/CONNECTORS-344
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: OpenSearchServer connector
>Affects Versions: ManifoldCF 0.4, ManifoldCF 0.5
>Reporter: Karl Wright
>Assignee: Karl Wright
> Fix For: ManifoldCF 0.5
>
> Attachments: mcf-344.patch
>
>
> The OpenSearchServer connector UI loses your data when you click on different 
> tabs in either the output connector configuration page or job page.  It needs 
> support for hidden data in order to not do this.  See other connector 
> implementations, notably the CMIS connector (which is similar 
> architecturally) in order to do this right.

--
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] [Resolved] (CONNECTORS-346) Testing hierarchy needs work

2011-12-31 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-346.


Resolution: Fixed

r1226141 completes the changes



> Testing hierarchy needs work
> 
>
> Key: CONNECTORS-346
> URL: https://issues.apache.org/jira/browse/CONNECTORS-346
> Project: ManifoldCF
>  Issue Type: Task
>  Components: Tests
>Reporter: Karl Wright
>Assignee: Karl Wright
> Fix For: ManifoldCF 0.5
>
>
> The testing hierarchy is in need of some work.  Specifically:
> - Load tests should be pulled back into the "tests" directory, if possible, 
> and given a suffix (LT?) which allows Maven to skip them by default.  This 
> will simplify the ant build.xml too.
> - Final ant targets (test-dr, load-dr, UI, etc.) need to be regularized.  
> They all should begin with "test", for one thing.  I don't yet have a 
> proposal though.
> - There's a lot of code duplication in the hierarchy and across the different 
> database base classes.  For example, methods that talk with the API appear in 
> the base class for each database, and could be shared if there was such a 
> thing as multiple inheritance.  Since there isn't we could instead pull these 
> into their own support class, like HTMLTester does for the UI 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-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] [Resolved] (CONNECTORS-349) Content binary is not correctly read

2011-12-31 Thread Piergiorgio Lucidi (Resolved) (JIRA)

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

Piergiorgio Lucidi resolved CONNECTORS-349.
---

Resolution: Fixed

r1226128.

> 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
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> 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] [Resolved] (CONNECTORS-328) Add explicit support for Multi-Tenancy in the job configuration

2011-12-31 Thread Piergiorgio Lucidi (Resolved) (JIRA)

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

Piergiorgio Lucidi resolved CONNECTORS-328.
---

Resolution: Fixed

r1226128.

> 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
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> 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




Re: [VOTE] Release apache-manifoldcf-0.4-incubating, RC1

2011-12-31 Thread Piergiorgio Lucidi
I solved the critical issue in the main trunk (r1226128).
Hope this helps.

Cheers and Happy New Year!
Piergiorgio

2011/12/30 Piergiorgio Lucidi :
> Hi guys,
>
> I found a critical bug about the Alfresco Connector, the binary is not
> correctly managed [1].
> I solved the issue, but I have to solve all the conflicts related to
> the latest changes.
>
> I hope to release soon this patch.
>
> Cheers,
> Piergiorgio
>
> [1] https://issues.apache.org/jira/browse/CONNECTORS-349
>
> 2011/12/29 Karl Wright :
>> I've uploaded the RC1 apache-manifoldcf-0.4-incubating package which
>> you can download from http://people.apache.org/~kwright.  If you agree
>> this should be released please vote +1.
>>
>> The fixes over RC0 are all UI related; you can see what they are in
>> the CHANGES.txt file.
>>
>> Karl
>
>
>
> --
> Piergiorgio Lucidi
> http://www.open4dev.com



-- 
Piergiorgio Lucidi
http://www.open4dev.com


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

2011-12-31 Thread Piergiorgio Lucidi (Resolved) (JIRA)

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

Piergiorgio Lucidi resolved CONNECTORS-350.
---

Resolution: Not A Problem

It was my fault...

> 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-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