[jira] [Resolved] (CONNECTORS-272) Upgrade PostgreSQL to version 9.1

2011-12-04 Thread Resolved

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

Erlend Garåsen resolved CONNECTORS-272.
---

Resolution: Fixed

r1210183

 Upgrade PostgreSQL to version 9.1
 -

 Key: CONNECTORS-272
 URL: https://issues.apache.org/jira/browse/CONNECTORS-272
 Project: ManifoldCF
  Issue Type: Task
  Components: Framework core
Reporter: Erlend Garåsen
Assignee: Erlend Garåsen
 Fix For: ManifoldCF 0.4


 The recommended versions of PostgreSQL for ManifoldCF are 8.3 og 8.4. Since 
 the latter version was released in July 2009, we should consider an upgrade 
 to PostgreSQL 9.1.
 PostgreSQL 9.1 has several changes, for example improved VACUUM functions 
 which may make ManifoldCF more efficient (see E.8.3.4.3):
 http://www.postgresql.org/docs/9.1/static/release.html
 The JDBC driver which ships with ManifoldCF should probably be upgraded, but 
 we need to figure out whether the newest JDBC driver is backward compatible 
 with PostgreSQL 8.x.

--
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-427) The default value for include only host matching seeds should be yes/checked

2012-03-15 Thread Resolved

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

Erlend Garåsen resolved CONNECTORS-427.
---

Resolution: Fixed

r1301087

 The default value for include only host matching seeds should be yes/checked
 --

 Key: CONNECTORS-427
 URL: https://issues.apache.org/jira/browse/CONNECTORS-427
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Web connector
Affects Versions: ManifoldCF 0.1, ManifoldCF 0.2, ManifoldCF 0.3, 
 ManifoldCF 0.4
Reporter: Erlend Garåsen
Assignee: Erlend Garåsen
Priority: Minor
 Fix For: ManifoldCF 0.5


 If you only want to crawl your own company's web pages, but forget to check
 this option by a mistake, you risk to crawl a lot of external web pages as
 well.
 Thus, the default value should be changed to yes/checked for
 Include only hosts matching seeds? for the web connector.

--
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-430) An error should be returned if invalid seeds are typed into the seeds list for the web connector

2012-04-13 Thread Resolved

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

Erlend Garåsen resolved CONNECTORS-430.
---

Resolution: Fixed

 An error should be returned if invalid seeds are typed into the seeds list 
 for the web connector
 

 Key: CONNECTORS-430
 URL: https://issues.apache.org/jira/browse/CONNECTORS-430
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Web connector
Affects Versions: ManifoldCF 0.1, ManifoldCF 0.2, ManifoldCF 0.3, 
 ManifoldCF 0.4, ManifoldCF 0.5
Reporter: Erlend Garåsen
Assignee: Erlend Garåsen
Priority: Minor
 Fix For: ManifoldCF 0.6

 Attachments: CONNECTORS-430.patch, CONNECTORS-430.patch


 If you create a job for the web connector and enter an invalid URL into the 
 seeds list, any value is accepted. An error message should be returned to the 
 user in order to prevent invalid seeds.

--
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-269) Maven build is broken and runs Postgresql tests by default

2011-09-30 Thread Piergiorgio Lucidi (Resolved) (JIRA)

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

Piergiorgio Lucidi resolved CONNECTORS-269.
---

Resolution: Fixed

reverted to fix the Maven build (r1177760)

 Maven build is broken and runs Postgresql tests by default
 --

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


 The maven build mvn clean install seems to run postgresql tests even though 
 it shouldn't.  The postgresql tests also fail for reasons that need to be 
 researched.  Using ant test-pg does not have this problem, so it seems to 
 be related to the maven build exclusively.

--
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-267) Need a home for code that is to be deployed on target systems, e.g. Solr

2011-10-03 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-267.


Resolution: Fixed

All integration components now are set up like fully-specified Apache 
subprojects.

 Need a home for code that is to be deployed on target systems, e.g. Solr
 

 Key: CONNECTORS-267
 URL: https://issues.apache.org/jira/browse/CONNECTORS-267
 Project: ManifoldCF
  Issue Type: Task
  Components: Solr-3.x-component, Solr-4.x-component
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.4


 We need a place to build code that supports ManifoldCF that must be deployed 
 on target systems, such as Solr.  These components will need to be built, in 
 synchrony with the target system version, and the results of the build will 
 need to be checked into the main ManifoldCF project area.

--
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-264) Changing the repositoryId to an empty value is not possible

2011-10-05 Thread Piergiorgio Lucidi (Resolved) (JIRA)

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

Piergiorgio Lucidi resolved CONNECTORS-264.
---

Resolution: Fixed

r1179441

 Changing the repositoryId to an empty value is not possible
 ---

 Key: CONNECTORS-264
 URL: https://issues.apache.org/jira/browse/CONNECTORS-264
 Project: ManifoldCF
  Issue Type: Bug
  Components: CMIS connector
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
   Original Estimate: 1h
  Remaining Estimate: 1h

 Trying to change the settings for the connector starting from a RepositoryId 
 value not empty, it is not possible to set an empty value for this field.

--
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-269) Maven build is broken and runs Postgresql tests by default

2011-10-10 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-269.


Resolution: Fixed

 Maven build is broken and runs Postgresql tests by default
 --

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


 The maven build mvn clean install seems to run postgresql tests even though 
 it shouldn't.  The postgresql tests also fail for reasons that need to be 
 researched.  Using ant test-pg does not have this problem, so it seems to 
 be related to the maven build exclusively.

--
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-270) OpenSearchServer pom.xml does not locate resources properly

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

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

Karl Wright resolved CONNECTORS-270.


Resolution: Fixed
  Assignee: Karl Wright

r1182239.


 OpenSearchServer pom.xml does not locate resources properly
 ---

 Key: CONNECTORS-270
 URL: https://issues.apache.org/jira/browse/CONNECTORS-270
 Project: ManifoldCF
  Issue Type: Bug
  Components: OpenSearchServer connector
Affects Versions: ManifoldCF 0.3, ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.4


 The OpenSearchServer connector pom.xml does not include the right resources 
 in the jar, because it does not specify the correct resources area.

--
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-256) Connector for crawling Wikis

2011-10-13 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-256.


Resolution: Fixed

r1182834.


 Connector for crawling Wikis
 

 Key: CONNECTORS-256
 URL: https://issues.apache.org/jira/browse/CONNECTORS-256
 Project: ManifoldCF
  Issue Type: New Feature
  Components: Wiki connector
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.4


 People have been trying to crawl wikis with ManifoldCF, but using the generic 
 crawler is not a good way to do this.  Instead, it looks like we really could 
 use a wiki connector, which would understand the wiki API and thus crawl wiki 
 content quickly and effectively.
 Some pertinent API references follow:
 I don't know if it is possible to link to a wiki document with just the 
 pageid, but it is possible to to get the url for the referring pageid via api:
 http://en.wikipedia.org/w/api.php?action=queryprop=infopageids=27697087inprop=url
 It is possible to get the metadata of a document using the pages id (instead 
 of title) directly:
 Titel - 
 http://en.wikipedia.org/w/api.php?action=queryprop=revisionstitles=APIrvprop=timestamp|user|comment|content
 PageID - 
 http://en.wikipedia.org/w/api.php?action=queryprop=revisionspageids=27697087rvprop=timestamp|user|comment|content
 - There needs to be some notion of an overall list of pages:
- http://www.mediawiki.org/wiki/API:Allpages
- Example: 
 http://en.wikipedia.org/w/api.php?action=querylist=allpagesapfrom=Kreaplimit=5
 - Metadata information (author and pub date) also needs to be separated out 
 in some way:
- http://www.mediawiki.org/wiki/API:Properties#Revisions:_Example
- Example:  
 http://en.wikipedia.org/w/api.php?action=queryprop=revisionstitles=API|Main%20Pagervprop=timestamp|user|comment|content

--
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-274) Wiki connector loses some data

2011-10-14 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-274.


Resolution: Fixed

r1183387


 Wiki connector loses some data
 --

 Key: CONNECTORS-274
 URL: https://issues.apache.org/jira/browse/CONNECTORS-274
 Project: ManifoldCF
  Issue Type: Bug
  Components: Wiki connector
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.4

 Attachments: api_result.xml, api_result.xml, fetch_result_content.txt


 The wiki connector reportedly does not capture the entire content for a 
 document properly; it deletes some in a pattern which is mysterious.  For 
 example:
 As for an example of the content I got and what I was expecting:
 content indexed:
  
 ff Nienhagen * 
 content expected:
 ...
 == Akquise ==
 * Riff Nienhagen
 ...
 

--
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-273) Wiki connector should include last-modified date as part of the metadata indexed

2011-10-14 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-273.


Resolution: Fixed

r1183398


 Wiki connector should include last-modified date as part of the metadata 
 indexed
 

 Key: CONNECTORS-273
 URL: https://issues.apache.org/jira/browse/CONNECTORS-273
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Wiki connector
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.4


 Wiki connector should include last-modified date as part of the metadata 
 indexed.

--
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-187) WorkerThread method processDeleteList does not handle ServiceInterruptions from output connector optimally

2011-10-16 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-187.


Resolution: Fixed

r1184833.

 WorkerThread method processDeleteList does not handle ServiceInterruptions 
 from output connector optimally
 --

 Key: CONNECTORS-187
 URL: https://issues.apache.org/jira/browse/CONNECTORS-187
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework crawler agent
Affects Versions: ManifoldCF 0.1, ManifoldCF 0.2, ManifoldCF 0.3
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.4


 The processDeleteList method in WorkerThread does not handle 
 ServiceInterruption exceptions optimally; it just waits five minutes and 
 retries.  What it should do is requeue all the affected documents for the 
 prescribed time, ignoring the possibility of failure or skip, since 
 neither of these can be performed when the output connection is not working.

--
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-276) The Ant download-dependencies target should download and unpack the mysql jdbc driver

2011-10-16 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-276.


Resolution: Fixed

r1184852

 The Ant download-dependencies target should download and unpack the mysql 
 jdbc driver
 -

 Key: CONNECTORS-276
 URL: https://issues.apache.org/jira/browse/CONNECTORS-276
 Project: ManifoldCF
  Issue Type: Improvement
  Components: JDBC connector
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.4


 The driver may be present in the maven repository.  If so, that's obviously 
 the right place to download it from.  If not, it can be found here, in a zip 
 package:
 http://dev.mysql.com/downloads/mirror.php?id=404190
 This ticket should also be construed as changing the jtds jar download so 
 that it gets it from maven, if available.
 No unpacking would then be needed.

--
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-262) Ant build could download WSDL's for SharePoint, if the public Microsoft SharePoint site has them

2011-10-16 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-262.


Resolution: Fixed

It looked good, and I have limited time tomorrow because of Apache Eurocon, so 
I checked it in.

r1184875.



 Ant build could download WSDL's for SharePoint, if the public Microsoft 
 SharePoint site has them
 

 Key: CONNECTORS-262
 URL: https://issues.apache.org/jira/browse/CONNECTORS-262
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Build, SharePoint connector
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Shinichiro Abe
 Fix For: ManifoldCF 0.4

 Attachments: CONNECTORS-262.patch


 There is a public Microsoft SharePoint site.  If we can get at it, we might 
 be able to download the Microsoft WSDL's we need from it automatically during 
 the download-dependencies target.

--
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-237) RSS Connector proxy code doesn't seem to function correctly

2011-10-16 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-237.


Resolution: Won't Fix

We'll wait until I have a valid use case.


 RSS Connector proxy code doesn't seem to function correctly
 ---

 Key: CONNECTORS-237
 URL: https://issues.apache.org/jira/browse/CONNECTORS-237
 Project: ManifoldCF
  Issue Type: Bug
  Components: RSS connector
Affects Versions: ManifoldCF 0.3
Reporter: Karl Wright
Priority: Minor
 Fix For: ManifoldCF next


 Trying to crawl through a proxy fails.  No activity is recorded but all 
 fetches fail (with timeout errors) and are requeued.

--
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-278) Wrong default parameters values for CMIS Connector in a clean installation

2011-10-20 Thread Piergiorgio Lucidi (Resolved) (JIRA)

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

Piergiorgio Lucidi resolved CONNECTORS-278.
---

Resolution: Fixed

r1186917

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

 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




[jira] [Resolved] (CONNECTORS-277) WikiConnector - option to limit crawl by namespace

2011-10-20 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-277.


Resolution: Fixed

r1187038


 WikiConnector - option to limit crawl by namespace
 --

 Key: CONNECTORS-277
 URL: https://issues.apache.org/jira/browse/CONNECTORS-277
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Wiki connector
Affects Versions: ManifoldCF 0.4
Reporter: Tobias Wunderlich
Assignee: Karl Wright
Priority: Minor
 Fix For: ManifoldCF 0.4


 At the moment, the WikiConnector crawls the whole Wiki. This can take up a 
 lot of time. For testing purposes an option to limit the pages to crawl by 
 namespaces(title) would be great.
 Tobias

--
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-280) When job deletion has started, but job is not yet deleting documents, Not yet run is displayed on status page

2011-10-21 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-280.


Resolution: Fixed

r1187210.


 When job deletion has started, but job is not yet deleting documents, Not 
 yet run is displayed on status page
 ---

 Key: CONNECTORS-280
 URL: https://issues.apache.org/jira/browse/CONNECTORS-280
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework crawler agent
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.4


 Not yet run is displayed but the correct status should be something else.  
 The job's status value is V, which corresponds to state DELETESTARTINGUP.

--
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-282) We see a lot of unique constraint collisions trying to insert into the ingeststatus table

2011-10-25 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-282.


Resolution: Fixed
  Assignee: Karl Wright

r1188611.


 We see a lot of unique constraint collisions trying to insert into the 
 ingeststatus table
 -

 Key: CONNECTORS-282
 URL: https://issues.apache.org/jira/browse/CONNECTORS-282
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework agents process
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
Priority: Minor
 Fix For: ManifoldCF 0.4


 Postgresql logs the following over and over:
 2011-10-24 23:48:56 EDT STATEMENT:  INSERT INTO ingeststatus 
 (id,changecount,dockey,lastversion,firstingest,connectionname,authorityname,urihash,lastoutputversion,lastingest,docuri)
  VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11)
 This is clearly part of a failback sequence designed to prevent duplicates, 
 but we seem to be erring by trying the least probable thing first.  This no 
 doubt impacts performance as well.

--
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-283) Upgrade to jcifs.jar 1.3.17

2011-10-27 Thread Shinichiro Abe (Resolved) (JIRA)

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

Shinichiro Abe resolved CONNECTORS-283.
---

Resolution: Fixed

r1189564

 Upgrade to jcifs.jar 1.3.17
 ---

 Key: CONNECTORS-283
 URL: https://issues.apache.org/jira/browse/CONNECTORS-283
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Build, JCIFS connector
Affects Versions: ManifoldCF 0.4
Reporter: Shinichiro Abe
Assignee: Shinichiro Abe
Priority: Minor
 Fix For: ManifoldCF 0.4

 Attachments: CONNECTORS-283.patch


 I upgrade new jcifs version because of missing link of previous version 
 1.3.16.

--
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-281) RSS connector takes nearly a second to fetch a document even with no throttling

2011-10-27 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-281.


Resolution: Fixed

 RSS connector takes nearly a second to fetch a document even with no 
 throttling
 ---

 Key: CONNECTORS-281
 URL: https://issues.apache.org/jira/browse/CONNECTORS-281
 Project: ManifoldCF
  Issue Type: Bug
  Components: RSS connector
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.4


 The RSS connector load test shows that the RSS connector is overthrottling, 
 for some reason.
 10-24-2011 05:30:50.423   fetch   
 http://localhost:8189/rss/gen.php?doc=4feed=782type=doc
   200 46  843
 ... Where 843 ms is taken to fetch a document of size 46 bytes.  This is with 
 connection parameters as follows:
 Parameters:   Robots usage=none
 Max fetches per minute=100
 Email address=someb...@somewhere.com
 KB per second=100
 Max server connections=100

--
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-100) DB lock timeout, and/or indefinite or excessive database activity

2011-11-02 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-100.


Resolution: Fixed

 DB lock timeout, and/or indefinite or excessive database activity
 -

 Key: CONNECTORS-100
 URL: https://issues.apache.org/jira/browse/CONNECTORS-100
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework core
Affects Versions: ManifoldCF 0.1, ManifoldCF 0.2, ManifoldCF 0.3, 
 ManifoldCF 0.4
 Environment: Running unmodified dist/example from trunk/ using the 
 default configuration.
Reporter: Andrzej Bialecki 
Assignee: Karl Wright
 Fix For: ManifoldCF 0.4


 When a job is started and running (via crawler-ui) occasionally it's not 
 possible to display a list of running jobs. The problem persists even after 
 restarting ACF. The following exception is thrown in the console:
 {code}
 org.apache.acf.core.interfaces.ACFException: Database exception: Exception 
 doing query: A lock could not be obtained within the time requested
 at 
 org.apache.acf.core.database.Database.executeViaThread(Database.java:421)
 at 
 org.apache.acf.core.database.Database.executeUncachedQuery(Database.java:465)
 at 
 org.apache.acf.core.database.Database$QueryCacheExecutor.create(Database.java:1072)
 at 
 org.apache.acf.core.cachemanager.CacheManager.findObjectsAndExecute(CacheManager.java:144)
 at 
 org.apache.acf.core.database.Database.executeQuery(Database.java:167)
 at 
 org.apache.acf.core.database.DBInterfaceDerby.performQuery(DBInterfaceDerby.java:727)
 at 
 org.apache.acf.crawler.jobs.JobManager.makeJobStatus(JobManager.java:5611)
 at 
 org.apache.acf.crawler.jobs.JobManager.getAllStatus(JobManager.java:5549)
 at 
 org.apache.jsp.showjobstatus_jsp._jspService(showjobstatus_jsp.java:316)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
 at 
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
 at 
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
 at 
 org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
 at 
 org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
 at 
 org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
 at 
 org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
 at 
 org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
 at 
 org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
 at 
 org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
 at 
 org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
 at org.mortbay.jetty.Server.handle(Server.java:326)
 at 
 org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
 at 
 org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
 at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:547)
 at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
 at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
 at 
 org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
 at 
 org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
 Caused by: java.sql.SQLTransactionRollbackException: A lock could not be 
 obtained within the time requested
 at 
 org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown 
 Source)
 at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown 
 Source)
 at 
 org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown 
 Source)
 at 
 org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown 
 Source)
 at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown 
 Source)
 at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown 
 Source)
 at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown 
 Source)
 at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
 at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
 at org.apache.acf.core.database.Database.execute(Database.java:526)
 at 
 org.apache.acf.core.database.Database$ExecuteQueryThread.run

[jira] [Resolved] (CONNECTORS-285) JobManager getStatus() command always performs slow queries, even when they may not be needed

2011-11-06 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-285.


Resolution: Fixed

r1198541.


 JobManager getStatus() command always performs slow queries, even when they 
 may not be needed
 -

 Key: CONNECTORS-285
 URL: https://issues.apache.org/jira/browse/CONNECTORS-285
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework crawler agent
Affects Versions: ManifoldCF 0.3
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.4


 The JobManager.getStatus() method, and the associated API operation, always 
 obtain the counts of documents processed or in progress.  These queries are 
 slow and don't scale because they require sequential scan of the jobqueue.  
 Sometimes all that is needed is just the status of the job.  We should have a 
 way of getting that that is performant.

--
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-289) Wrong version of the OpenCMIS InMemory Server war in the page How to build and deploy

2011-11-09 Thread Piergiorgio Lucidi (Resolved) (JIRA)

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

Piergiorgio Lucidi resolved CONNECTORS-289.
---

Resolution: Fixed

r1199947

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

 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] [Resolved] (CONNECTORS-209) HSQLDB driver does not know how to deal with remote HSQLDB instances

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

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

Karl Wright resolved CONNECTORS-209.


Resolution: Fixed

r1201399.  Still need to fix CONNECTORS-284 however.


 HSQLDB driver does not know how to deal with remote HSQLDB instances
 

 Key: CONNECTORS-209
 URL: https://issues.apache.org/jira/browse/CONNECTORS-209
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
Priority: Minor
 Fix For: ManifoldCF 0.4


 The HSQLDB driver only knows how to work with local instances of HSQLDB.  
 This could be readily changed.  According to the HSQLDB team:
  Regarding deployment options, HSQLDB is not just for embedded use and
  can easily be run as a server. It would be nice if manifoldCF db access
  does not inadvertently prevent this. So long as the url is not edited by
  manifoldCF, the user can replace it with a client/server URL.
 
  URL for embedded jdbc:hsqldb:file:file path;hsqldb.shutdown=true URL
  for client server jdbc:hsqldb:hsql:server name and port/dbname URL for
  client server when server allows remote opening of databases
  jdbc:hsqldb:hsql:server name and port/dbname;file:file path

--
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-291) Active Directory authority fails to recover from error gracefully

2011-11-23 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-291.


Resolution: Fixed

 Active Directory authority fails to recover from error gracefully
 -

 Key: CONNECTORS-291
 URL: https://issues.apache.org/jira/browse/CONNECTORS-291
 Project: ManifoldCF
  Issue Type: Bug
  Components: Active Directory authority
Affects Versions: ManifoldCF 0.1, ManifoldCF 0.2, ManifoldCF 0.3
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.4

 Attachments: CONNECTORS-291.patch


 When the active directory authority gets an error during ctx.reconnect(), it 
 seems to be put into a state where it doesn't recover until 5 minutes go by 
 (that is until the LdapContext is flushed).  It really needs to drop the LDAP 
 context at that point and start fresh immediately.

--
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-290) Stuffer query will perform poorly under some conditions

2011-11-23 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-290.


Resolution: Fixed

 Stuffer query will perform poorly under some conditions
 ---

 Key: CONNECTORS-290
 URL: https://issues.apache.org/jira/browse/CONNECTORS-290
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework agents process
Affects Versions: ManifoldCF 0.1, ManifoldCF 0.2, ManifoldCF 0.3, 
 ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.4


 The stuffer query, which returns documents in index order by docpriority for 
 processing, performs poorly when lots of documents are in the queue and have 
 a good priority but can't be taken because of job state.  This can happen 
 when:
 (1) a large job is aborted, leaving lots of jobqueue records with docpriority 
 values around;
 (2) a job is paused for an extended period of time, while others are running.
 In the second case, when the paused job is resumed, there's an added problem 
 because, for a while, only documents from the paused job will be processed.
 The answer to (1) may well be to clean out all docpriority values on job 
 abort.  Right now there is no logic that sets
 docpriority values to null, but there clearly needs to be, or the docpriority 
 index will remain polluted with rows that must be scanned but cannot be used 
 for an extended period of time.
 The correct answer to (2) is to clear out docpriority values when a job is 
 paused, and then redo them all when the job is resumed.  Similarly, 
 docpriority values should be set for all of a job's documents when a job is 
 started, and should be nulled out when documents enter non-active states.  
 The former currently occurs, but not the latter.

--
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-293) missing samba version dependency on the last trunk

2011-11-24 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-293.


   Resolution: Fixed
Fix Version/s: ManifoldCF 0.4
 Assignee: Karl Wright

 missing samba version dependency on the last trunk
 --

 Key: CONNECTORS-293
 URL: https://issues.apache.org/jira/browse/CONNECTORS-293
 Project: ManifoldCF
  Issue Type: Bug
  Components: JCIFS connector
Affects Versions: ManifoldCF 0.4
 Environment: java 6, maven 3.0.3, Manifold trunk from 
 http://svn.apache.org/repos/asf/incubator/lcf/trunk
Reporter: Luca Stancapiano
Assignee: Karl Wright
 Fix For: ManifoldCF 0.4


 building the jcifs project, it doesn't find the samba dependency from maven. 
 It requests a 1.3.17 version. I find only 1.3.14 and 1.3.3. Maybe this jar 
 should be added in the documentation where the external dependencies are 
 listed. Here the error executing the command 'mvn install -Dmaven.test.skip':
 [ERROR] Failed to execute goal on project mcf-jcifs-connector: Could not 
 resolve dependencies for project 
 org.apache.manifoldcf:mcf-jcifs-connector:jar:0.4.0-SNAPSHOT: Failure to find 
 org.samba.jcifs:jcifs:jar:1.3.17 in xx was cached in the 
 local repository, resolution will not be reattempted until the update 
 interval of sose-private has elapsed or updates are forced - [Help 1]
  

--
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-296) Make independent the configuration against the WARs version for integration tests

2011-11-27 Thread Piergiorgio Lucidi (Resolved) (JIRA)

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

Piergiorgio Lucidi resolved CONNECTORS-296.
---

Resolution: Fixed

r1183401.

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

 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] [Resolved] (CONNECTORS-295) Add the support for multivalue properties

2011-11-27 Thread Piergiorgio Lucidi (Resolved) (JIRA)

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

Piergiorgio Lucidi resolved CONNECTORS-295.
---

Resolution: Fixed

r1206810.

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

 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] [Resolved] (CONNECTORS-297) Add a description of ant download-dependencies for Building the SharePoint connector to how-to-build-and-deploy.html.

2011-11-28 Thread Shinichiro Abe (Resolved) (JIRA)

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

Shinichiro Abe resolved CONNECTORS-297.
---

Resolution: Fixed

 Add a description of ant download-dependencies for Building the SharePoint 
 connector to how-to-build-and-deploy.html.
 -

 Key: CONNECTORS-297
 URL: https://issues.apache.org/jira/browse/CONNECTORS-297
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Documentation
Affects Versions: ManifoldCF 0.4
Reporter: Shinichiro Abe
Assignee: Shinichiro Abe
Priority: Minor
 Fix For: ManifoldCF 0.4

 Attachments: CONNECTORS-297.patch


 I add a statement below to Building the SharePoint connector at 
 how-to-build-and-deploy.html.
 statement:
 The wsdl files download will be done automatically if you type ant 
 download-dependencies from the root directory.

--
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-298) Web connector: SSL trust error message highly misleading

2011-11-29 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-298.


Resolution: Fixed

r1208226 improves the message


 Web connector: SSL trust error message highly misleading
 

 Key: CONNECTORS-298
 URL: https://issues.apache.org/jira/browse/CONNECTORS-298
 Project: ManifoldCF
  Issue Type: Bug
  Components: Web connector
Affects Versions: ManifoldCF 0.3
Reporter: Karl Wright
Assignee: Karl Wright
Priority: Minor
 Fix For: ManifoldCF 0.4


 When crawling learningresources.nga.gov, the web connector gets a strange 
 exception from certificate verification logic in Sun's SSL implementation.  
 Here's the trace:
  INFO 2011-11-29 20:13:33,397 (Thread-535) - I/O exception 
 (javax.net.ssl.SSLException) caught when processing request: 
 java.lang.RuntimeException: Unexpected error: 
 java.security.InvalidAlgorithmParameterException: the trustAnchors parameter 
 must be non-empty
 DEBUG 2011-11-29 20:13:33,397 (Thread-535) - java.lang.RuntimeException: 
 Unexpected error: java.security.InvalidAlgorithmParameterException: the 
 trustAnchors parameter must be non-empty
 javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: 
 java.security.InvalidAlgorithmParameterException: the trustAnchors parameter 
 must be non-empty
   at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190)
   at 
 com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1649)
   at 
 com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1612)
   at 
 com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1595)
   at 
 com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1521)
   at 
 com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:64)
   at 
 java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
   at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
   at 
 org.apache.commons.httpclient.HttpConnection.flushRequestOutputStream(Unknown 
 Source)
   at 
 org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.flushRequestOutputStream(Unknown
  Source)
   at org.apache.commons.httpclient.HttpMethodBase.writeRequest(Unknown 
 Source)
   at org.apache.commons.httpclient.HttpMethodBase.execute(Unknown Source)
   at 
 org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(Unknown 
 Source)
   at 
 org.apache.commons.httpclient.HttpMethodDirector.executeMethod(Unknown Source)
   at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown 
 Source)
   at 
 org.apache.manifoldcf.crawler.connectors.webcrawler.ThrottledFetcher$ThrottledConnection$ExecuteMethodThread.run(ThrottledFetcher.java:1244)
 Caused by: java.lang.RuntimeException: Unexpected error: 
 java.security.InvalidAlgorithmParameterException: the trustAnchors parameter 
 must be non-empty
   at sun.security.validator.PKIXValidator.init(PKIXValidator.java:57)
   at sun.security.validator.Validator.getInstance(Validator.java:161)
   at 
 com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.getValidator(X509TrustManagerImpl.java:108)
   at 
 com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:204)
   at 
 com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249)
   at 
 com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1185)
   at 
 com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:136)
   at 
 com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:593)
   at 
 com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529)
   at 
 com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:893)
   at 
 com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1138)
   at 
 com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:632)
   at 
 com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
   ... 10 more

--
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-272) Upgrade PostgreSQL to version 9.1

2011-11-29 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-272.


Resolution: Fixed

 Upgrade PostgreSQL to version 9.1
 -

 Key: CONNECTORS-272
 URL: https://issues.apache.org/jira/browse/CONNECTORS-272
 Project: ManifoldCF
  Issue Type: Task
  Components: Framework core
Reporter: Erlend Garåsen
Assignee: Erlend Garåsen
 Fix For: ManifoldCF 0.4


 The recommended versions of PostgreSQL for ManifoldCF are 8.3 og 8.4. Since 
 the latter version was released in July 2009, we should consider an upgrade 
 to PostgreSQL 9.1.
 PostgreSQL 9.1 has several changes, for example improved VACUUM functions 
 which may make ManifoldCF more efficient (see E.8.3.4.3):
 http://www.postgresql.org/docs/9.1/static/release.html
 The JDBC driver which ships with ManifoldCF should probably be upgraded, but 
 we need to figure out whether the newest JDBC driver is backward compatible 
 with PostgreSQL 8.x.

--
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-299) Crawling using Postgresql 9.1 hangs occasionally for a while

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

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

Karl Wright resolved CONNECTORS-299.


Resolution: Fixed

 Crawling using Postgresql 9.1 hangs occasionally for a while
 

 Key: CONNECTORS-299
 URL: https://issues.apache.org/jira/browse/CONNECTORS-299
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework core
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.4


 The hang takes place because of this postgresql error:
 ERROR 2011-11-28 14:46:23,959 (Worker thread '25') - Worker thread aborting 
 and restarting due to database connection reset: Database exception: 
 Exception doing query: ERROR: could not serialize access due to read/write 
 dependencies among transactions
  Detail: Reason code: Canceled on identification as a pivot, during commit 
 attempt.
  Hint: The transaction might succeed if retried.
 org.apache.manifoldcf.core.interfaces.ManifoldCFException: Database 
 exception: Exception doing query: ERROR: could not serialize access due to 
 read/write dependencies among transactions
  Detail: Reason code: Canceled on identification as a pivot, during commit 
 attempt.
  Hint: The transaction might succeed if retried.
at 
 org.apache.manifoldcf.core.database.Database.executeViaThread(Database.java:608)
at 
 org.apache.manifoldcf.core.database.DBInterfacePostgreSQL.commitCurrentTransaction(DBInterfacePostgreSQL.java:1141)
at 
 org.apache.manifoldcf.core.database.Database.endTransaction(Database.java:321)
at 
 org.apache.manifoldcf.core.database.DBInterfacePostgreSQL.endTransaction(DBInterfacePostgreSQL.java:1112)
at 
 org.apache.manifoldcf.crawler.jobs.JobManager.finishDocuments(JobManager.java:4072)
at 
 org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:567)
 Caused by: org.postgresql.util.PSQLException: ERROR: could not serialize 
 access due to read/write dependencies among transactions
 This is happening during the commit phase of the transaction, at a point 
 where none of the transaction blocks in ManifoldCF know to look for it. It is 
 therefore likely that all transaction blocks throughout ManifoldCF that deal 
 with deadlock will need to be changed.

--
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-294) Update the site documentation about OpenCMIS InMemory Server

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

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

Piergiorgio Lucidi resolved CONNECTORS-294.
---

Resolution: Fixed

r1199947.

 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, Documentation
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
   Original Estimate: 1h
  Remaining Estimate: 1h

 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] [Resolved] (CONNECTORS-284) HSQLDB load test runs out of memory and has lots of very slow queries

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

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

Karl Wright resolved CONNECTORS-284.


Resolution: Fixed

r1210307.


 HSQLDB load test runs out of memory and has lots of very slow queries
 -

 Key: CONNECTORS-284
 URL: https://issues.apache.org/jira/browse/CONNECTORS-284
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework core
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.4


 Some of the long-running queries are as follows:
 - document stuffer query
 - locating carrydown 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] [Resolved] (CONNECTORS-307) Connector configuration UI loses configuration when you switch tabs

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

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

Piergiorgio Lucidi resolved CONNECTORS-307.
---

Resolution: Fixed

r1210879.

 Connector configuration UI loses configuration when you switch tabs
 ---

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


 Click Add new connection from the list of repository connections.  Pick a 
 name and click the type tab.  Select the Alfresco or the CMIS connector 
 from the drop-down, and click the Continue button.  Click the Server tab. 
  Change the port number and path.  Then click any other tab, and click the 
 Server tab again.  Your changes are lost.

--
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-305) Alfresco documentation needs new screenshots

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

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

Piergiorgio Lucidi resolved CONNECTORS-305.
---

Resolution: Fixed

r1210879.

 Alfresco documentation needs new screenshots
 

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


 The Alfresco end-user documentation shows screen shots of tabs before the 
 Server tab was added, and need to be updated.

--
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-301) Add the detailed JavaDoc for the connector and integration tests

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

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

Piergiorgio Lucidi resolved CONNECTORS-301.
---

Resolution: Fixed

r1210879.

 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
Affects Versions: ManifoldCF 0.3
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF 0.4

   Original Estimate: 4h
  Remaining Estimate: 4h

 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] [Resolved] (CONNECTORS-304) Extend the endpoint parameter with protocol, server, port and path

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

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

Piergiorgio Lucidi resolved CONNECTORS-304.
---

Resolution: Fixed

r1210879.

 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

   Original Estimate: 2h
  Remaining Estimate: 2h

 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] [Resolved] (CONNECTORS-287) An Alfresco connector would be helpful

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

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

Karl Wright resolved CONNECTORS-287.


Resolution: Fixed

This looks completed to me.


 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
 Fix For: ManifoldCF 0.4

 Attachments: Typetab.png

   Original Estimate: 120h
  Remaining Estimate: 120h

 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] [Resolved] (CONNECTORS-311) Files have missing licenses

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

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

Piergiorgio Lucidi resolved CONNECTORS-311.
---

Resolution: Fixed

r1213828.

 Files have missing licenses
 ---

 Key: CONNECTORS-311
 URL: https://issues.apache.org/jira/browse/CONNECTORS-311
 Project: ManifoldCF
  Issue Type: Bug
  Components: Alfresco connector, CMIS connector
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Piergiorgio Lucidi
Priority: Blocker
 Fix For: ManifoldCF 0.4


 ant rat-sources lists the following files as having unapproved or missing 
 license headers.  This must be addressed before we can release.
 {code}
 [rat:report] Unapproved licenses:
 [rat:report]
 [rat:report]   
 C:/wip/mcf/trunk/connectors/alfresco/connector/src/main/java/META-INF/MANIFEST.MF
 [rat:report]   
 C:/wip/mcf/trunk/connectors/alfresco/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/alfresco/AlfrescoConfig.java
 [rat:report]   
 C:/wip/mcf/trunk/connectors/alfresco/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/alfresco/AlfrescoRepositoryConnector.java
 [rat:report]   
 C:/wip/mcf/trunk/connectors/alfresco/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/alfresco/Constants.java
 [rat:report]   
 C:/wip/mcf/trunk/connectors/alfresco/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/alfresco/ContentModelUtils.java
 [rat:report]   
 C:/wip/mcf/trunk/connectors/alfresco/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/alfresco/ContentReader.java
 [rat:report]   
 C:/wip/mcf/trunk/connectors/alfresco/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/alfresco/NodeUtils.java
 [rat:report]   
 C:/wip/mcf/trunk/connectors/alfresco/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/alfresco/PropertiesUtils.java
 [rat:report]   
 C:/wip/mcf/trunk/connectors/alfresco/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/alfresco/SearchUtils.java
 [rat:report]   
 C:/wip/mcf/trunk/connectors/alfresco/connector/src/main/resource/org/apache/manifoldcf/crawler/connectors/alfresco/hiddenConfiguration.html
 [rat:report]   
 C:/wip/mcf/trunk/connectors/alfresco/connector/src/main/resource/org/apache/manifoldcf/crawler/connectors/alfresco/hiddenSpecification.html
 [rat:report]   
 C:/wip/mcf/trunk/connectors/cmis/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/cmis/CmisConfig.java
 [rat:report]   
 C:/wip/mcf/trunk/connectors/cmis/connector/src/main/resource/org/apache/manifoldcf/crawler/connectors/cmis/hiddenConfiguration.html
 [rat:report]   
 C:/wip/mcf/trunk/connectors/cmis/connector/src/main/resource/org/apache/manifoldcf/crawler/connectors/cmis/hiddenSpecification.html
 [rat:report]
 {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-310) Maven build of Alfresco connector fails

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

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

Karl Wright resolved CONNECTORS-310.


Resolution: Fixed

Changed mvn-bootstrap to import the missing jars, all except bouncycastle.  
There's a 140 version on maven that I just used instead.


 Maven build of Alfresco connector fails
 ---

 Key: CONNECTORS-310
 URL: https://issues.apache.org/jira/browse/CONNECTORS-310
 Project: ManifoldCF
  Issue Type: Bug
  Components: Alfresco connector, Build
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Piergiorgio Lucidi
Priority: Blocker
 Fix For: ManifoldCF 0.4


 When I try mvn clean install on trunk, I get the following error:
 {code}
 [INFO] 
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] ManifoldCF  SUCCESS [0.752s]
 [INFO] ManifoldCF - Framework  SUCCESS [0.099s]
 [INFO] ManifoldCF - Framework - Core . SUCCESS [3.788s]
 [INFO] ManifoldCF - Framework - UI Core .. SUCCESS [1.327s]
 [INFO] ManifoldCF - Framework - Agents ... SUCCESS [12.891s]
 [INFO] ManifoldCF - Framework - Pull Agent ... SUCCESS [19.641s]
 [INFO] ManifoldCF - Framework - Authority Servlet  SUCCESS [1.089s]
 [INFO] ManifoldCF - Framework - API Servlet .. SUCCESS [1.209s]
 [INFO] ManifoldCF - Framework - Authority Service  SUCCESS [4.296s]
 [INFO] ManifoldCF - Framework - API Service .. SUCCESS [2.148s]
 [INFO] ManifoldCF - Framework - Crawler UI ... SUCCESS [5.093s]
 [INFO] ManifoldCF - Framework - Script Engine  SUCCESS [6.514s]
 [INFO] ManifoldCF - Connectors ... SUCCESS [0.075s]
 [INFO] ManifoldCF - Connectors - Active Directory  SUCCESS [1.702s]
 [INFO] ManifoldCF - Connectors - Filesystem .. SUCCESS [12.696s]
 [INFO] ManifoldCF - Connectors - MetaCarta GTS ... SUCCESS [1.450s]
 [INFO] ManifoldCF - Connectors - jCIFS ... SUCCESS [1.638s]
 [INFO] ManifoldCF - Connectors - JDBC  SUCCESS [1.560s]
 [INFO] ManifoldCF - Connectors - Null Authority .. SUCCESS [1.332s]
 [INFO] ManifoldCF - Connectors - Null Output . SUCCESS [1.027s]
 [INFO] ManifoldCF - Connectors - RSS . SUCCESS [2.727s]
 [INFO] ManifoldCF - Connectors - Solr  SUCCESS [1.474s]
 [INFO] ManifoldCF - Connectors - Web . SUCCESS [3.440s]
 [INFO] ManifoldCF - Connectors - CMIS  SUCCESS [16.662s]
 [INFO] ManifoldCF - Connectors - OpenSearchServer  SUCCESS [2.050s]
 [INFO] ManifoldCF - Connectors - Wiki  SUCCESS [12.567s]
 [INFO] ManifoldCF - Connectors - Alfresco  FAILURE [2:15.432s]
 [INFO] ManifoldCF - Test materials ... SKIPPED
 [INFO] ManifoldCF - Test Materials - Alfresco WAR  SKIPPED
 [INFO] ManifoldCF - Framework - Jetty Runner . SKIPPED
 [INFO] ManifoldCF - Tests  SKIPPED
 [INFO] ManifoldCF - Test - Alfresco .. SKIPPED
 [INFO] ManifoldCF - Test - Wiki .. SKIPPED
 [INFO] ManifoldCF - Test - CMIS .. SKIPPED
 [INFO] ManifoldCF - Test - Filesystem  SKIPPED
 [INFO] ManifoldCF - Test - Sharepoint  SKIPPED
 [INFO] 
 
 [INFO] BUILD FAILURE
 [INFO] 
 
 [INFO] Total time: 4:15.090s
 [INFO] Finished at: Thu Dec 08 03:43:10 EST 2011
 [INFO] Final Memory: 72M/181M
 [INFO] 
 
 [ERROR] Failed to execute goal on project mcf-alfresco-connector: Could not 
 reso
 lve dependencies for project 
 org.apache.manifoldcf:mcf-alfresco-connector:jar:0.
 4.0-SNAPSHOT: The following artifacts could not be resolved: 
 org.opensaml:opensa
 ml:jar:1.0.1, bouncycastle:bcprov-jdk15:jar:137, 
 xml-security:xmlsec:jar:1.4.1:
 Could not find artifact org.opensaml:opensaml:jar:1.0.1 in alfresco-public 
 (http
 ://maven.alfresco.com/nexus/content/groups/public) - [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
 swit
 ch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]
 [ERROR] For more information about the errors and possible solutions, please 
 rea
 d the following articles:
 [ERROR] [Help 1] 
 http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso

[jira] [Resolved] (CONNECTORS-308) ant test fails due to Alfresco test problem

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

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

Karl Wright resolved CONNECTORS-308.


Resolution: Fixed

Giving more memory to the test JVM did the trick.


 ant test fails due to Alfresco test problem
 -

 Key: CONNECTORS-308
 URL: https://issues.apache.org/jira/browse/CONNECTORS-308
 Project: ManifoldCF
  Issue Type: Bug
  Components: Alfresco connector
Affects Versions: ManifoldCF 0.4
 Environment: Windows (although this shouldn't matter)
Reporter: Karl Wright
Assignee: Piergiorgio Lucidi
Priority: Blocker
 Fix For: ManifoldCF 0.4


 I get this error when I do ant test:
 {code}
 ...
 setup-alfresco-connector-tests:
  [copy] Copying 6 files to C:\wip\mcf\trunk\connectors\alfresco\lib
 BUILD FAILED
 C:\wip\mcf\trunk\build.xml:316: The following error occurred while executing 
 this line:
 C:\wip\mcf\trunk\tests\alfresco-war\build.xml:25: The following error 
 occurred while executing this line:
 C:\wip\mcf\trunk\tests\alfresco-war\tools\ant\tasks\tomcat-tasks.xml:30: 
 C:\wip\mcf\trunk\${appserver.dir}\server\lib does not exist.
 Total time: 18 seconds
 C:\wip\mcf\trunk
 {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-316) Update all version numbers to 0.5

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

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

Karl Wright resolved CONNECTORS-316.


Resolution: Fixed

r1214402


 Update all version numbers to 0.5
 -

 Key: CONNECTORS-316
 URL: https://issues.apache.org/jira/browse/CONNECTORS-316
 Project: ManifoldCF
  Issue Type: Task
  Components: Build, Documentation
Affects Versions: ManifoldCF 0.5
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.5


 Documentation and version numbers all need updating, now that 0.4-incubating 
 has branched.

--
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-320) DBCreate on HSQLDB instance operating in external mode fails second time

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

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

Karl Wright resolved CONNECTORS-320.


Resolution: Fixed

 DBCreate on HSQLDB instance operating in external mode fails second time
 

 Key: CONNECTORS-320
 URL: https://issues.apache.org/jira/browse/CONNECTORS-320
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework core
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
Priority: Blocker
 Fix For: ManifoldCF 0.4


 When ManifoldCF is configured to run HSQLDB, if you try to create the 
 database twice you get an exception.  This is used during upgrades.  
 PostgreSQL works fine here.  The exception is:
 C:\wip\mcf\CONNECTORS-313\dist\multiprocess-exampleinitialize.bat
 Configuration file successfully read
 org.apache.manifoldcf.core.interfaces.ManifoldCFException: Database 
 exception: E
 xception doing query: object name already exists: DBNAME
 at 
 org.apache.manifoldcf.core.database.Database.executeViaThread(Databas
 e.java:672)
 at 
 org.apache.manifoldcf.core.database.Database.executeUncachedQuery(Dat
 abase.java:716)
 at 
 org.apache.manifoldcf.core.database.Database$QueryCacheExecutor.creat
 e(Database.java:1363)
 at 
 org.apache.manifoldcf.core.cachemanager.CacheManager.findObjectsAndEx
 ecute(CacheManager.java:144)
 at 
 org.apache.manifoldcf.core.database.Database.executeQuery(Database.ja
 va:179)
 at 
 org.apache.manifoldcf.core.database.DBInterfaceHSQLDB.createUserAndDa
 tabase(DBInterfaceHSQLDB.java:621)
 at 
 org.apache.manifoldcf.core.system.ManifoldCF.createSystemDatabase(Man
 ifoldCF.java:683)
 at 
 org.apache.manifoldcf.crawler.RegisterConnectors.createDatabaseAndSch
 ema(RegisterConnectors.java:71)
 at 
 org.apache.manifoldcf.crawler.RegisterAll.doExecute(RegisterAll.java:
 33)
 at 
 org.apache.manifoldcf.crawler.TransactionalCrawlerInitializationComma
 nd.execute(TransactionalCrawlerInitializationCommand.java:43)
 at org.apache.manifoldcf.crawler.RegisterAll.main(RegisterAll.java:55)
 Caused by: java.sql.SQLException: object name already exists: DBNAME
 at org.hsqldb.jdbc.Util.sqlException(Util.java:255)
 at org.hsqldb.jdbc.JDBCStatement.fetchResult(JDBCStatement.java:1838)
 at org.hsqldb.jdbc.JDBCStatement.execute(JDBCStatement.java:636)
 at 
 org.apache.manifoldcf.core.database.Database.execute(Database.java:77
 7)
 at 
 org.apache.manifoldcf.core.database.Database$ExecuteQueryThread.run(D
 atabase.java:632)

--
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-313) An example multi-process properties.xml delivered to the dist folder would be very helpful

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

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

Karl Wright resolved CONNECTORS-313.


Resolution: Fixed

 An example multi-process properties.xml delivered to the dist folder would 
 be very helpful
 

 Key: CONNECTORS-313
 URL: https://issues.apache.org/jira/browse/CONNECTORS-313
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Build
Affects Versions: ManifoldCF 0.4
Reporter: Shinichiro Abe
Assignee: Shinichiro Abe
Priority: Minor
 Fix For: ManifoldCF 0.4

 Attachments: CONNECTOR-313.patch, CONNECTOR-313.patch, 
 register-draft.sh


 The multiprocess setup does not have an example properties.xml file.  We 
 should deliver one, in the right place so that all the scripts find it (the 
 dist directory).  It would also be helpful to deliver into this directory 
 scripts for:
 - Registering all the connectors that were built
 - Starting the agents process

--
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-315) Update binary versions of plugin packages in ManifoldCF when plugins are officially released

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

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

Karl Wright resolved CONNECTORS-315.


Resolution: Fixed

 Update binary versions of plugin packages in ManifoldCF when plugins are 
 officially released
 

 Key: CONNECTORS-315
 URL: https://issues.apache.org/jira/browse/CONNECTORS-315
 Project: ManifoldCF
  Issue Type: Task
  Components: Lucene/SOLR connector, Meridio connector, SharePoint 
 connector
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.4


 ManifoldCF 0.4 should only include released versions of plugins.

--
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-325) Adeguate the content identifier with the Alfresco node reference

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

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

Piergiorgio Lucidi resolved CONNECTORS-325.
---

Resolution: Fixed

r1215099.

 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
Priority: Minor
 Fix For: ManifoldCF 0.5

   Original Estimate: 2h
  Remaining Estimate: 2h

 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}
 STORE PROTOCOL://STORE IDENTIFIER/UUID
 {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] [Resolved] (CONNECTORS-319) AgentRun command needs a shutdown hook

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

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

Karl Wright resolved CONNECTORS-319.


Resolution: Fixed

 AgentRun command needs a shutdown hook
 --

 Key: CONNECTORS-319
 URL: https://issues.apache.org/jira/browse/CONNECTORS-319
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework agents process
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.4


 The AgentRun command does not clean up its agent running lock on ^C.  This 
 means you always have to do a lock clean if you ^C the agents process in a 
 multi-process environment.  I believe that everything else that needs a 
 shutdown hook has one.

--
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-321) Every other time a multiprocess initialization script is run using HSQLDB, a nonsense database exception occurs

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

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

Karl Wright resolved CONNECTORS-321.


Resolution: Fixed

 Every other time a multiprocess initialization script is run using HSQLDB, a 
 nonsense database exception occurs
 ---

 Key: CONNECTORS-321
 URL: https://issues.apache.org/jira/browse/CONNECTORS-321
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework core
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
Priority: Blocker
 Fix For: ManifoldCF 0.4


 The script is the multiprocess-example initialize script.  Here's the 
 exception:
 Successfully registered output connector 
 'org.apache.manifoldcf.agents.output.opensearchserver.OpenSearchServerConnector'org.apache.manifoldcf.core.interfaces.ManifoldCFException:
  Database exception: Exception doing query: user lacks privilege or object 
 not found: OUTPUTCONNECTORS
 at 
 org.apache.manifoldcf.core.database.Database.executeViaThread(Database.java:672)
 at 
 org.apache.manifoldcf.core.database.Database.executeUncachedQuery(Database.java:700)
 at 
 org.apache.manifoldcf.core.database.Database$QueryCacheExecutor.create(Database.java:1363)
 at 
 org.apache.manifoldcf.core.cachemanager.CacheManager.findObjectsAndExecute(CacheManager.java:144)
 at 
 org.apache.manifoldcf.core.database.Database.executeQuery(Database.java:179)
 at 
 org.apache.manifoldcf.core.database.DBInterfaceHSQLDB.performModification(DBInterfaceHSQLDB.java:771)
 at 
 org.apache.manifoldcf.core.database.DBInterfaceHSQLDB.performLock(DBInterfaceHSQLDB.java:213)
 at 
 org.apache.manifoldcf.core.database.BaseTable.performLock(BaseTable.java:65)
 at 
 org.apache.manifoldcf.agents.outputconnmgr.OutputConnectorManager.registerConnector(OutputConnectorManager.java:161)
 at 
 org.apache.manifoldcf.crawler.RegisterConnectors.registerConnectors(RegisterConnectors.java:250)
 at 
 org.apache.manifoldcf.crawler.InitializeAndRegister.doExecute(InitializeAndRegister.java:56)
 at 
 org.apache.manifoldcf.crawler.InitializeAndRegister.main(InitializeAndRegister.java:73)
 Caused by: java.sql.SQLException: user lacks privilege or object not found: 
 OUTPUTCONNECTORS
 at org.hsqldb.jdbc.Util.sqlException(Util.java:255)
 at org.hsqldb.jdbc.JDBCStatement.fetchResult(JDBCStatement.java:1838)
 at org.hsqldb.jdbc.JDBCStatement.execute(JDBCStatement.java:636)
 at 
 org.apache.manifoldcf.core.database.Database.execute(Database.java:777)
 at 
 org.apache.manifoldcf.core.database.Database$ExecuteQueryThread.run(Database.java:632)

--
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-332) Multiprocess example might benefit from a multiprocess jetty runner, started by a script

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

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

Karl Wright resolved CONNECTORS-332.


Resolution: Fixed

 Multiprocess example might benefit from a multiprocess jetty runner, started 
 by a script
 

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


 Currently the multiprocess example presumes you will start your web 
 applications on Tomcat.  It would be convenient and demonstrative, though, to 
 have a Jetty-based way of running those web applications within the confines 
 of the example.

--
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-334) Make ManifoldCF fully run on MySQL

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

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

Karl Wright resolved CONNECTORS-334.


Resolution: Fixed

 Make ManifoldCF fully run on MySQL
 --

 Key: CONNECTORS-334
 URL: https://issues.apache.org/jira/browse/CONNECTORS-334
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF 0.5
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.5


 Make ManifoldCF run properly on top of MySQL.  The ticket should be viewed as 
 a combination of the MySQL contributions from CONNECTORS-314, plus tests and 
 other changes needed to make MySQL be a viable option for crawling.

--
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-337) Maven build -DskipIT does not seem to skip integration tests anymore

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

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

Karl Wright resolved CONNECTORS-337.


Resolution: Fixed
  Assignee: Karl Wright

 Maven build -DskipIT does not seem to skip integration tests anymore
 

 Key: CONNECTORS-337
 URL: https://issues.apache.org/jira/browse/CONNECTORS-337
 Project: ManifoldCF
  Issue Type: Bug
  Components: Build
Affects Versions: ManifoldCF 0.5
Reporter: Karl Wright
Assignee: Karl Wright
Priority: Minor
 Fix For: ManifoldCF 0.5


 mvn clean -DskipIT install  still seems to run all the 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] [Resolved] (CONNECTORS-341) override config for test cases

2011-12-30 Thread Martin Goldhahn (Resolved) (JIRA)

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

Martin Goldhahn resolved CONNECTORS-341.


Resolution: Not A Problem

I was done testing my changes, but when I wanted to check in the changes I saw 
you had rewritten the whole testing infrastructure. The maven build is also 
broken after the latest update...
Do all test have to sub class a DBMS specific Base class like DerbyBase?
Your understanding of my use case was correct, by the. There is not point in 
taking this issue further, since the whole game has changed.

 override config for test cases
 --

 Key: CONNECTORS-341
 URL: https://issues.apache.org/jira/browse/CONNECTORS-341
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Tests
Reporter: Martin Goldhahn
 Attachments: CONNECTORS-341.patch


 It is hard to write a test case for a repository connector using the existing 
 *.Base classes that uses a different config file.
 The config files are actually written in 
 org.apache.manifoldcf.core.tests.Base.localSetup().
 The localSetup method is called by all sub-classes in their overridden 
 localSetup function. each sub-class adds something specific for the test 
 case. If I wanted to put something different in the config files I had to 
 override localSetup() and copy all content of the superclasses' localSetup to 
 it. This can be avoided by moving the code that writes the config file in the 
 initialize() method. It makes also more sense in that the creation of the 
 config files and the provision of their content are now in the same function.

--
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-348) Alfresco Connector has unresolvable dependencies in POM

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

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

Piergiorgio Lucidi resolved CONNECTORS-348.
---

Resolution: Not A Problem
  Assignee: Piergiorgio Lucidi

Before building and packaging artifacts using Maven you have to execute the 
command mvn-bootstrap that you can find in the root of the project, as 
mentioned in the Building section of the documentation of ManifoldCF [1].

This file will install all the needed dependencies in your local Maven 
repository.

The dependencies versions are related to the Alfresco packaging and I would 
like to upgrade dependencies versions only when absolutely necessary.

[1] 
http://incubator.apache.org/connectors/how-to-build-and-deploy.html#Building+the+framework+and+the+connectors+using+Apache+Maven

 Alfresco Connector has unresolvable dependencies in POM
 ---

 Key: CONNECTORS-348
 URL: https://issues.apache.org/jira/browse/CONNECTORS-348
 Project: ManifoldCF
  Issue Type: Bug
  Components: Alfresco connector
Reporter: Martin Goldhahn
Assignee: Piergiorgio Lucidi
Priority: Minor
 Attachments: alfresco-dependencies-connector.patch


 The Alfresco connector's POM has dependencies for org.opensaml:opensaml:1.0.1 
 and xml-security:xmlsec:1.4.1
 These artifacts are not in the Maven Central Repository nor the Alfresco 
 public repository (alfresco-public from the POM).
 The versions org.opensaml:opensaml:1.1 and xml-security:xmlsec:1.4.2 are 
 available. 
 Can't we sue these versions instead. I don't have an Alfresco installation at 
 hand. unfortunately I cannot test if it works. It compiles without problems 
 though.

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




[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] [Resolved] (CONNECTORS-352) logfile property is written twice in properties.xml

2012-01-01 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-352.


   Resolution: Fixed
Fix Version/s: ManifoldCF 0.5

 logfile property is written twice in properties.xml
 ---

 Key: CONNECTORS-352
 URL: https://issues.apache.org/jira/browse/CONNECTORS-352
 Project: ManifoldCF
  Issue Type: Bug
  Components: Tests
Reporter: Martin Goldhahn
Assignee: Karl Wright
Priority: Minor
 Fix For: ManifoldCF 0.5

 Attachments: CONNECTORS-352.patch




--
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-342) File connector Paths tab has broken html

2012-01-02 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-342.


Resolution: Fixed

 File connector Paths tab has broken html
 --

 Key: CONNECTORS-342
 URL: https://issues.apache.org/jira/browse/CONNECTORS-342
 Project: ManifoldCF
  Issue Type: Bug
  Components: File system connector
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
Priority: Blocker
 Fix For: ManifoldCF 0.4


 The file system connector has broken HTML for the Paths tab, which blocks 
 people from using the connector.

--
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-258) pom.xml refers to jars not available in public repositories

2012-01-03 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-258.


Resolution: Fixed

The mvn-bootstrap .sh/.bat has been part of manifoldcf since the 0.3 release.

 pom.xml refers to jars not available in public repositories
 ---

 Key: CONNECTORS-258
 URL: https://issues.apache.org/jira/browse/CONNECTORS-258
 Project: ManifoldCF
  Issue Type: Bug
  Components: Build
Affects Versions: ManifoldCF 0.4
 Environment: all supported platforms
Reporter: Alex Ott
Assignee: Karl Wright
Priority: Minor
  Labels: maven
 Fix For: ManifoldCF 0.3

 Attachments: mvn-bootstrap.sh


 Maven's pom.xmls refers to jars that aren't available in public repositories, 
 as maven central, apache repository, etc. This includes:
  - com.bitmechanic:jdbcpool
  - org.hsqldb:hsqldb:jar:2.2.5.6-9-2011 (at maven central only version 2.2.4 
 is available right now)
 I think, that ManifoldCF should adopt the same approach as other Apache 
 projects, like Tika, when all needed jars first promoted to public 
 repositories, and only after that, they are used as dependency...

--
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-318) Make it easier to trace XML parsing errors

2012-01-07 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-318.


Resolution: Fixed

r1228768

 Make it easier to trace XML parsing errors
 --

 Key: CONNECTORS-318
 URL: https://issues.apache.org/jira/browse/CONNECTORS-318
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework core
Affects Versions: ManifoldCF 0.5
Reporter: Martin Goldhahn
Assignee: Karl Wright
Priority: Minor
 Fix For: ManifoldCF 0.5

 Attachments: XMLDoc.java.patch


 I had a hard time tracking an erroneous response from Solr. All I got was 
 something like this:
 {{[Fatal Error] :112:120: The element type HR must be terminated by the 
 matching end-tag /HR.}}
 There was no indication what the error was an what component issued the error.

--
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-357) Messages in Documentum connector should be fully I18N

2012-01-09 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-357.


Resolution: Fixed

 Messages in Documentum connector should be fully I18N
 -

 Key: CONNECTORS-357
 URL: https://issues.apache.org/jira/browse/CONNECTORS-357
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Documentum connector
Affects Versions: ManifoldCF 0.5
Reporter: Hitoshi Ozawa
Assignee: Karl Wright
Priority: Minor
  Labels: I18N
 Fix For: ManifoldCF 0.5

 Attachments: CONNECTORS-357.patch


 All messages in Documentum connector should be extracted out to properties 
 file and Japanese messages should be added.

--
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-359) All messages in Filesystem connector should be extracted out to properties file

2012-01-09 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-359.


Resolution: Fixed

 All messages in Filesystem connector should be extracted out to properties 
 file
 ---

 Key: CONNECTORS-359
 URL: https://issues.apache.org/jira/browse/CONNECTORS-359
 Project: ManifoldCF
  Issue Type: Improvement
  Components: File system connector
Affects Versions: ManifoldCF 0.5
Reporter: Hitoshi Ozawa
Assignee: Karl Wright
Priority: Minor
  Labels: I18N
 Fix For: ManifoldCF 0.5

 Attachments: CONNECTORS-359.patch


 To fully support I18N, all messages should be extracted out to properties 
 file.

--
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-362) JDBC connector should be fully I18N

2012-01-09 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-362.


Resolution: Fixed

 JDBC connector should be fully I18N
 ---

 Key: CONNECTORS-362
 URL: https://issues.apache.org/jira/browse/CONNECTORS-362
 Project: ManifoldCF
  Issue Type: Improvement
  Components: JDBC connector
Affects Versions: ManifoldCF 0.5
Reporter: Hitoshi Ozawa
Assignee: Karl Wright
Priority: Minor
  Labels: I18N
 Fix For: ManifoldCF 0.5

 Attachments: CONNECTORS-362.patch


 Should extract out all messages to properties file.

--
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-367) WebCrawler connector should be fully I18N

2012-01-09 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-367.


Resolution: Fixed

 WebCrawler connector should be fully I18N
 -

 Key: CONNECTORS-367
 URL: https://issues.apache.org/jira/browse/CONNECTORS-367
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Web connector
Affects Versions: ManifoldCF 0.5
Reporter: Hitoshi Ozawa
Assignee: Karl Wright
Priority: Minor
  Labels: I18N
 Fix For: ManifoldCF 0.5

 Attachments: CONNECTORS-367.patch


 Should extract all messages to properties file.

--
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-365) Sharepoint connector should be fully I18N

2012-01-09 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-365.


Resolution: Fixed

 Sharepoint connector should be fully I18N
 -

 Key: CONNECTORS-365
 URL: https://issues.apache.org/jira/browse/CONNECTORS-365
 Project: ManifoldCF
  Issue Type: Improvement
  Components: SharePoint connector
Affects Versions: ManifoldCF 0.5
Reporter: Hitoshi Ozawa
Assignee: Karl Wright
Priority: Minor
  Labels: I18N
 Fix For: ManifoldCF 0.5

 Attachments: CONNECTORS-365.patch


 All messages in Sharepoint connector should be extracted out to properties 
 file.

--
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-370) Ability to pass parameters to I18N messages

2012-01-09 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-370.


Resolution: Fixed

 Ability to pass parameters to I18N messages
 ---

 Key: CONNECTORS-370
 URL: https://issues.apache.org/jira/browse/CONNECTORS-370
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework crawler agent
Affects Versions: ManifoldCF 0.5
Reporter: Hitoshi Ozawa
Assignee: Karl Wright
Priority: Minor
  Labels: I18N
 Fix For: ManifoldCF 0.5


 Current I18N scheme only allows one sequential set of words to be extracted 
 out to properties file.
 Some languages such as Japanese have different grammerical syntax than 
 English may require parameters to be passed in different order.
 Would like to have ability to pass parameters to messages in properties file:
 e.g.
 message1={$1} with match parameters {$2} and {$3} resulted in {$4}

--
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-363) LiveLink connector should be fully I18N

2012-01-10 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-363.


Resolution: Fixed

 LiveLink connector should be fully I18N
 ---

 Key: CONNECTORS-363
 URL: https://issues.apache.org/jira/browse/CONNECTORS-363
 Project: ManifoldCF
  Issue Type: Improvement
  Components: LiveLink connector
Affects Versions: ManifoldCF 0.5
Reporter: Hitoshi Ozawa
Assignee: Karl Wright
Priority: Minor
  Labels: I18N
 Fix For: ManifoldCF 0.5

 Attachments: CONNECTORS-363.patch, CONNECTORS-363.patch


 Should extract out all messages to properties file.

--
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-372) WebCrawler connector Japanese message properties file is not fully translated

2012-01-10 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-372.


Resolution: Fixed

r1229540


 WebCrawler connector Japanese message properties file is not fully translated
 -

 Key: CONNECTORS-372
 URL: https://issues.apache.org/jira/browse/CONNECTORS-372
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Web connector
Affects Versions: ManifoldCF 0.5
Reporter: Hitoshi Ozawa
Assignee: Karl Wright
Priority: Minor
  Labels: I18N
 Fix For: ManifoldCF 0.5

 Attachments: CONNECTORS-372.patch


 WebCrawler connector Japanese message files is not fully translated.

--
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-374) SharePoint connector's Japanese messages are not fully translated

2012-01-11 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-374.


Resolution: Fixed

r1230059.  I removed the quotation marks from both files since these are no 
longer needed.


 SharePoint connector's Japanese messages are not fully translated
 -

 Key: CONNECTORS-374
 URL: https://issues.apache.org/jira/browse/CONNECTORS-374
 Project: ManifoldCF
  Issue Type: Improvement
  Components: SharePoint connector
Affects Versions: ManifoldCF 0.5
Reporter: Hitoshi Ozawa
Assignee: Karl Wright
Priority: Minor
  Labels: I18N
 Fix For: ManifoldCF 0.5

 Attachments: CONNECTORS-374.patch


 SharePoint connector's Japanese message properties file should be fully 
 translated.

--
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-375) RSS connector's Japanese messages are not fully translated

2012-01-11 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-375.


Resolution: Fixed

r1230068.  I removed the quotes as they are no longer needed, and restored 
another fix which was required to prevent the run-rss-UI-tests-derby ant target 
from failing.


 RSS connector's Japanese messages are not fully translated
 --

 Key: CONNECTORS-375
 URL: https://issues.apache.org/jira/browse/CONNECTORS-375
 Project: ManifoldCF
  Issue Type: Improvement
  Components: RSS connector
Affects Versions: ManifoldCF 0.5
Reporter: Hitoshi Ozawa
Assignee: Karl Wright
Priority: Minor
  Labels: I18N
 Fix For: ManifoldCF 0.5

 Attachments: CONNECTORS-375.patch


 Should translated RSS connector's Japanese message 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] [Resolved] (CONNECTORS-333) Solr 3.x and 4.x plugins should use best practices in setting up http connections

2012-01-11 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-333.


Resolution: Fixed

I was able to get the CloseHook API to be used for both Plugins.  This does not 
kill the thread, which is bound statically to the multithreaded connection 
manager class.  The only way to kill it is to call shutdownAll(), which could 
blow up other things in the same JVM.


 Solr 3.x and 4.x plugins should use best practices in setting up http 
 connections
 -

 Key: CONNECTORS-333
 URL: https://issues.apache.org/jira/browse/CONNECTORS-333
 Project: ManifoldCF
  Issue Type: Bug
  Components: Solr-3.x-component, Solr-4.x-component
Affects Versions: ManifoldCF 0.4
Reporter: Karl Wright
Assignee: Karl Wright
Priority: Critical
 Fix For: ManifoldCF 0.5


 The Solr components need to use keep-alive in order to not accumulate handles 
 in CLOSE_WAIT.  

--
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-377) Should standardize on src/main/resources in directories, Maven build, and ant build

2012-01-11 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-377.


   Resolution: Fixed
Fix Version/s: ManifoldCF 0.5

r1230101


 Should standardize on src/main/resources in directories, Maven build, and ant 
 build
 ---

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


 We use src/main/resource sometimes and that is going to cause nothing but 
 trouble.  We need to fix 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] [Resolved] (CONNECTORS-369) i18n/localization work for connectors often includes javascript quotes in the translated text

2012-01-11 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-369.


Resolution: Fixed

I think I've got all of these cleaned up now.  As long as new contributions 
don't reintroduce the problem, we're all set.


 i18n/localization work for connectors often includes javascript quotes in the 
 translated text
 -

 Key: CONNECTORS-369
 URL: https://issues.apache.org/jira/browse/CONNECTORS-369
 Project: ManifoldCF
  Issue Type: Task
  Components: File system connector, FileNet connector, GTS connector, 
 JCIFS connector, JDBC connector, LiveLink connector, Lucene/SOLR connector, 
 RSS connector, Web connector, Wiki connector
Affects Versions: ManifoldCF 0.5
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.5


 The i18n for many of the connectors includes quotation marks that should not 
 be in the translation, but should instead be in the code.  See CONNECTORS-356 
 for a detailed description of the problem and the solution.

--
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-379) Merido connector needs to be internationalized

2012-01-12 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-379.


Resolution: Fixed

r1230518


 Merido connector needs to be internationalized
 --

 Key: CONNECTORS-379
 URL: https://issues.apache.org/jira/browse/CONNECTORS-379
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Meridio connector
Affects Versions: ManifoldCF 0.5
Reporter: Hitoshi Ozawa
Assignee: Karl Wright
Priority: Minor
  Labels: I18N
 Fix For: ManifoldCF 0.5

 Attachments: CONNECTORS-379.patch


 Messages in Merido connector needs to be externalized to properties file.

--
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-376) Meridio connector's Japanese messages are not fully translated

2012-01-12 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-376.


Resolution: Fixed

 Meridio connector's Japanese messages are not fully translated
 --

 Key: CONNECTORS-376
 URL: https://issues.apache.org/jira/browse/CONNECTORS-376
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Meridio connector
Affects Versions: ManifoldCF 0.5
Reporter: Hitoshi Ozawa
Assignee: Karl Wright
Priority: Minor
  Labels: I18N
 Fix For: ManifoldCF 0.5

 Attachments: CONNECTORS-376.patch


 Should translate Meridio connector's Japanese message 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] [Resolved] (CONNECTORS-339) We need a test for all of the localized versions of the UI

2012-01-12 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-339.


Resolution: Fixed

 We need a test for all of the localized versions of the UI
 --

 Key: CONNECTORS-339
 URL: https://issues.apache.org/jira/browse/CONNECTORS-339
 Project: ManifoldCF
  Issue Type: Test
  Components: Tests
Affects Versions: ManifoldCF 0.5
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.5


 We need a way of testing the UI for functionality, regressions, and properly 
 formed HTML.

--
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-382) JDBC connector should have Japanese messages

2012-01-15 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-382.


Resolution: Fixed

r1231751

 JDBC connector should have Japanese messages
 

 Key: CONNECTORS-382
 URL: https://issues.apache.org/jira/browse/CONNECTORS-382
 Project: ManifoldCF
  Issue Type: Improvement
  Components: JDBC connector
Affects Versions: ManifoldCF 0.5
Reporter: Hitoshi Ozawa
Assignee: Karl Wright
Priority: Minor
  Labels: I18N
 Fix For: ManifoldCF 0.5

 Attachments: CONNECTORS-382.patch, CONNECTORS-382.patch


 JDBC connector's message properties file should have Japanese translations.

--
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-383) JCIF connector should have Japanese messages

2012-01-15 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-383.


Resolution: Fixed

r1231752

 JCIF connector should have Japanese messages
 

 Key: CONNECTORS-383
 URL: https://issues.apache.org/jira/browse/CONNECTORS-383
 Project: ManifoldCF
  Issue Type: Improvement
  Components: JCIFS connector
Affects Versions: ManifoldCF 0.5
Reporter: Hitoshi Ozawa
Assignee: Karl Wright
Priority: Minor
  Labels: I18N
 Fix For: ManifoldCF 0.5

 Attachments: CONNECTORS-383.patch


 Messages in JCIF connector should have Japanese translations.

--
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-386) CMIS Integration tests implementation compile error

2012-01-17 Thread Piergiorgio Lucidi (Resolved) (JIRA)

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

Piergiorgio Lucidi resolved CONNECTORS-386.
---

Resolution: Fixed

Fixed with the following parent class:
{code}
public class BaseDerby extends org.apache.manifoldcf.crawler.tests.BaseITDerby
{code}

r1232386.

 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

   Original Estimate: 1h
  Remaining Estimate: 1h

 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] [Resolved] (CONNECTORS-385) Manifold CF site japanese is corrupted

2012-01-18 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-385.


Resolution: Fixed

 Manifold CF site japanese is corrupted
 --

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


 The Japanese part of the site is corrupted when published.  It seems that 
 Forrest corrupts certain utf-8 characters. I've checked the latest Forrest 
 and it doesn't help, so I've created FOR-1231 to track 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] [Resolved] (CONNECTORS-380) Need a UI test for the Alfresco connector

2012-01-18 Thread Piergiorgio Lucidi (Resolved) (JIRA)

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

Piergiorgio Lucidi resolved CONNECTORS-380.
---

Resolution: Fixed

r1232849.

 Need a UI test for the Alfresco connector
 -

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


 The Alfresco connector needs a UI test, and needs whatever modifications are 
 needed to its UI to make it testable.

--
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-389) Chemistry in-memory war renaming breaks mvn-bootstrap

2012-01-19 Thread Piergiorgio Lucidi (Resolved) (JIRA)

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

Piergiorgio Lucidi resolved CONNECTORS-389.
---

Resolution: Fixed

r1233270.

 Chemistry in-memory war renaming breaks mvn-bootstrap
 -

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


 The recent renaming of the chemistry in-memory war broke the mvn-bootstrap 
 scripts, which both have this in them:
 cmd /c mvn install:install-file 
 -Dfile=lib/chemistry-opencmis-server-inmemory-war.war 
 -DgroupId=org.apache.chemistry.opencmis 
 -DartifactId=chemistry-opencmis-server-inmemory-war -Dversion=0.5.0 
 -Dpackaging=war

--
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-384) Ant build scripts are extremely repetitive, and could use clever consolidation

2012-01-20 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-384.


Resolution: Fixed

Committed a number of pretty massive reorgs.  I didn't move the model entirely 
to a bottom-driven one, because that would have required invoking the framework 
targets two dozen times on a complete build.  I also did not find a way to 
share build targets for a list of individual connectors; each connector target 
needs to have an explicit target of its own in the outer build file.  Other 
than that, though, the reorganization accomplished the goal handsomely.


 Ant build scripts are extremely repetitive, and could use clever consolidation
 --

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


 The ant build scripts don't have any facility for sharing code.  Also, it 
 would be good to be able to add new connectors to the build with only local 
 changes to a connector's code, like it is possible to add modules to 
 Lucene/Solr.  The same ability ought to apply to 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] [Resolved] (CONNECTORS-392) Japanese top page and concepts pages are not fully translated

2012-01-24 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-392.


Resolution: Fixed

r1235235


 Japanese top page and concepts pages are not fully translated
 -

 Key: CONNECTORS-392
 URL: https://issues.apache.org/jira/browse/CONNECTORS-392
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Documentation
Affects Versions: ManifoldCF 0.5
Reporter: Hitoshi Ozawa
Assignee: Karl Wright
Priority: Minor
  Labels: I18N
 Fix For: ManifoldCF 0.5

 Attachments: CONNECTORS-392.patch


 There are some untranslated sentences in Japanese top page and concepts pages.

--
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-393) SharePoint connector does not accept empty username/password

2012-01-29 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-393.


Resolution: Fixed

 SharePoint connector does not accept empty username/password
 

 Key: CONNECTORS-393
 URL: https://issues.apache.org/jira/browse/CONNECTORS-393
 Project: ManifoldCF
  Issue Type: Bug
  Components: SharePoint connector
Affects Versions: ManifoldCF 0.4, ManifoldCF 0.5
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.5


 The SharePoint connector does not currently allow an empty username, and thus 
 no authentication.  The problem is in the UI Javascript.

--
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-378) Need to modify site to include pointer(s) to ManifoldCF 0.4-incubating and plugins

2012-01-29 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-378.


Resolution: Fixed

 Need to modify site to include pointer(s) to ManifoldCF 0.4-incubating and 
 plugins
 --

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


 The site documentation needs to be updated to include a reference to the 
 latest (0.4-incubating) release.  Links to the plugin source distributions 
 are also desirable.

--
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-395) CMIS Connector UI must be completely conformed with Apache Velocity

2012-01-31 Thread Piergiorgio Lucidi (Resolved) (JIRA)

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

Piergiorgio Lucidi resolved CONNECTORS-395.
---

Resolution: Fixed

r1238716.

I have updated the Japanese templates of the CMIS Connector that now need to be 
translated.

Maybe Hitoshi could help here ;)

 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

   Original Estimate: 2h
  Remaining Estimate: 2h

 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] [Resolved] (CONNECTORS-397) Alfresco Connector UI must be conformed with Apache Velocity

2012-01-31 Thread Piergiorgio Lucidi (Resolved) (JIRA)

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

Piergiorgio Lucidi resolved CONNECTORS-397.
---

Resolution: Fixed

r1238731.

 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

   Original Estimate: 4h
  Remaining Estimate: 4h

 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] [Resolved] (CONNECTORS-387) Japanese fonts are missing from the PDF files generated for the site

2012-02-01 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-387.


Resolution: Fixed

r1239111 for conditional fonts.


 Japanese fonts are missing from the PDF files generated for the site
 

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


 Japanese fonts are missing from the PDFs generated for the site.
 This page describes how to fix that:
 http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.output.pdf/

--
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-399) Japanese site page does not have 0.4 release information

2012-02-03 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-399.


Resolution: Fixed

r1240387

 Japanese site page does not have 0.4 release information
 

 Key: CONNECTORS-399
 URL: https://issues.apache.org/jira/browse/CONNECTORS-399
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Documentation
Affects Versions: ManifoldCF 0.5
Reporter: Hitoshi Ozawa
Assignee: Karl Wright
Priority: Trivial
  Labels: I18N
 Fix For: ManifoldCF 0.5

 Attachments: CONNECTORS-399.patch


 Japanese site needs to be updated to contain release 0.4 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] [Resolved] (CONNECTORS-396) CMIS Connector UI Japanese translation

2012-02-03 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-396.


Resolution: Fixed

r1240389

 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: Karl Wright
 Fix For: ManifoldCF 0.5

 Attachments: CONNECTORS-396.patch

   Original Estimate: 1h
  Remaining Estimate: 1h

 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] [Resolved] (CONNECTORS-398) Alfresco Connector UI Japanese translation would be helpful

2012-02-05 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-398.


Resolution: Fixed

 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

 Attachments: CONNECTORS-398.patch

   Original Estimate: 4h
  Remaining Estimate: 4h

 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] [Resolved] (CONNECTORS-400) Make Alfresco's use of Velocity be good enough to be an exemplar for future Velocity development work

2012-02-06 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-400.


Resolution: Fixed

r1240934.


 Make Alfresco's use of Velocity be good enough to be an exemplar for future 
 Velocity development work
 -

 Key: CONNECTORS-400
 URL: https://issues.apache.org/jira/browse/CONNECTORS-400
 Project: ManifoldCF
  Issue Type: Task
  Components: Alfresco connector
Affects Versions: ManifoldCF 0.5
Reporter: Karl Wright
Assignee: Karl Wright
Priority: Minor
 Fix For: ManifoldCF 0.5


 I'd like to point people at the Alfresco connector as a good example of 
 Velocity use and best practice, so clean up the connector a bit so that 
 that's a good idea.

--
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-351) Alfresco Connector documentation must be updated

2012-02-06 Thread Piergiorgio Lucidi (Resolved) (JIRA)

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

Piergiorgio Lucidi resolved CONNECTORS-351.
---

Resolution: Fixed

r1241070.

 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
Affects Versions: ManifoldCF 0.5
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
 Fix For: ManifoldCF 0.5

   Original Estimate: 2h
  Remaining Estimate: 2h

 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-401) Update the website with some material about the project

2012-02-08 Thread Piergiorgio Lucidi (Resolved) (JIRA)

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

Piergiorgio Lucidi resolved CONNECTORS-401.
---

   Resolution: Fixed
Fix Version/s: ManifoldCF 0.5

r1242029.

 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
 Fix For: ManifoldCF 0.5

   Original Estimate: 1h
  Remaining Estimate: 1h

 We have to update the website to add the following sections:
 * more details about each specific release in the news section
 * 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] [Resolved] (CONNECTORS-403) Sidecar processes require a different MCF_HOME setting than webapps and agents process

2012-02-09 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-403.


Resolution: Fixed

r1242561

 Sidecar processes require a different MCF_HOME setting than webapps and 
 agents process
 --

 Key: CONNECTORS-403
 URL: https://issues.apache.org/jira/browse/CONNECTORS-403
 Project: ManifoldCF
  Issue Type: Bug
  Components: Build, Framework crawler agent
Affects Versions: ManifoldCF 0.4, ManifoldCF 0.5
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.5


 Sidecar processes were moved directly under the dist directory in 
 0.4-incubating.  Unfortunately this means that the sidecar process scripts, 
 which use the environment variable MCF_HOME, require a different MCF_HOME 
 than the main processes and web apps.  MCF_HOME is defined by these to be the 
 location of properties.xml.
 The fix for the ticket is to modify the sidecar process scripts to use the 
 same definition for MCF_HOME.

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




  1   2   >