Build connectors using maven

2011-07-06 Thread tobr dev
Hi, we are currently testing manifold cf. I've seen that there are 2 ways for building the project. Using the ant build file works fine, but the maven poms does not seem to be correct. The project version is 0.1.0-SNAPSHOT. Shouldn't that be 0.3.0-SNAPSHOT? How about the dependencies? Are they up

Re: Build connectors using maven

2011-07-06 Thread Karl Wright
The maven build was never completed - the person who contributed them never quite finished the job. The pom's have not been kept up to date. Dependencies were correct at one point but since then we've needed to move to a custom-built derby and newest hsqldb. See

[jira] [Created] (CONNECTORS-217) Check running more than one of instance of agent

2011-07-06 Thread Shinichiro Abe (JIRA)
Check running more than one of instance of agent Key: CONNECTORS-217 URL: https://issues.apache.org/jira/browse/CONNECTORS-217 Project: ManifoldCF Issue Type: Improvement

[jira] [Updated] (CONNECTORS-217) Check running more than one of instance of agent

2011-07-06 Thread Shinichiro Abe (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shinichiro Abe updated CONNECTORS-217: -- Attachment: CONNECTORS-217-exp.patch This is experimental. If this patch is

[jira] [Created] (CONNECTORS-218) LockClean should support relative path

2011-07-06 Thread Shinichiro Abe (JIRA)
LockClean should support relative path -- Key: CONNECTORS-218 URL: https://issues.apache.org/jira/browse/CONNECTORS-218 Project: ManifoldCF Issue Type: Improvement Components: API

[jira] [Updated] (CONNECTORS-218) LockClean should support relative path

2011-07-06 Thread Shinichiro Abe (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shinichiro Abe updated CONNECTORS-218: -- Attachment: CONNECTORS-218.patch I changed ManifoldCF.getProperty into

[jira] [Commented] (CONNECTORS-218) LockClean should support relative path

2011-07-06 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060516#comment-13060516 ] Karl Wright commented on CONNECTORS-218: This looks good - please go ahead and

[jira] [Commented] (CONNECTORS-217) Check running more than one of instance of agent

2011-07-06 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060517#comment-13060517 ] Karl Wright commented on CONNECTORS-217: Requiring AgentStop for a clean stop

[jira] [Created] (CONNECTORS-219) Maven pom's need to be updated

2011-07-06 Thread Karl Wright (JIRA)
Maven pom's need to be updated -- Key: CONNECTORS-219 URL: https://issues.apache.org/jira/browse/CONNECTORS-219 Project: ManifoldCF Issue Type: Bug Components: Framework agents process, Framework core,

Re: Build connectors using maven

2011-07-06 Thread Karl Wright
I've created a ticket to update the maven poms. CONNECTORS-219. Karl On Wed, Jul 6, 2011 at 6:17 AM, Karl Wright daddy...@gmail.com wrote: The maven build was never completed - the person who contributed them never quite finished the job.  The pom's have not been kept up to date.  

Re: Build connectors using maven

2011-07-06 Thread tobr dev
I'm currently working on it and I could provide this as a patch. Tobias On Wed, Jul 6, 2011 at 3:27 PM, Karl Wright daddy...@gmail.com wrote: I've created a ticket to update the maven poms. CONNECTORS-219. Karl On Wed, Jul 6, 2011 at 6:17 AM, Karl Wright daddy...@gmail.com wrote: The

Re: Frozen Again

2011-07-06 Thread Karl Wright
I have seen this before. The critical traceback, which you see for ALL the worker threads, is: Worker thread '36' daemon prio=6 tid=0x077ed000 nid=0xa98 in Object.wait() [0x0b1af000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native

[jira] [Created] (CONNECTORS-220) Database errors cause all worker threads (and the corresponding stuffer thread) to wait indefinitely

2011-07-06 Thread Karl Wright (JIRA)
Database errors cause all worker threads (and the corresponding stuffer thread) to wait indefinitely Key: CONNECTORS-220 URL:

Re: Frozen Again

2011-07-06 Thread Farzad Valad
You are right, it was db error. In this case I tried to insert a value larger than the column size and the insert failed. I'll grab the log next time too, but unfortunately deleted and running another test with a larger column. As soon as it finishes or errors, I'll reproduce this one again

Re: CMIS Connector

2011-07-06 Thread Piergiorgio Lucidi
Hi Karl, Today I finished the first implementation of the Manifold CMIS Connector. The implementation is based on Apache Chemistry 0.3.0 but I think that tomorrow I could migrate all to the latest version 0.4.0 (2 July 2011). Now the connector could be configured using the following parameters:

[ANN] Release crawler-commons 0.1

2011-07-06 Thread Julien Nioche
[Apologies for cross-posting] The initial release of crawler-commons is available from : http://code.google.com/p/crawler-commons/downloads/list The purpose of this project is to develop a set of reusable Java components that implement functionality common to any web crawler. These components

RE: CMIS Connector

2011-07-06 Thread daddy...@gmail.com
Hi Piergiorgio, You can create a ticket in jira as long as you create a jira account. just leave the component blank and i will create a new one after committing your patch. make sure the patch file has the grant to asf radio button checked when you upload it. To create a tab for a document

Re: CMIS Connector

2011-07-06 Thread Karl Wright
I created a new component, CMIS connector, and I used it to create a ticket (CONNECTORS-221). So, please, attach your patch file there. Karl On Wed, Jul 6, 2011 at 3:52 PM, Piergiorgio Lucidi piergiorgioluc...@gmail.com wrote: Hi Karl, Today I finished the first implementation of the