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

Karl Wright commented on CONNECTORS-497:
----------------------------------------

For (1), the following output lines are very clear:

{code}
DEBUG 2012-08-08 04:44:48,943 (Worker thread '0') - SharePoint: Checking 
whether to include list '/IKGeneralFAQ'
DEBUG 2012-08-08 04:44:48,943 (Worker thread '0') - SharePoint: List 
'/IKGeneralFAQ' exactly matched rule path '/IKGeneralFAQ'
DEBUG 2012-08-08 04:44:48,943 (Worker thread '0') - SharePoint: Including list 
'/IKGeneralFAQ'
{code}

and

{code}
DEBUG 2012-08-08 04:44:51,008 (Worker thread '2') - SharePoint: Getting version 
of '/IKGeneralFAQ///'
DEBUG 2012-08-08 04:44:51,008 (Worker thread '2') - SharePoint: Checking 
whether to include list '/IKGeneralFAQ'
DEBUG 2012-08-08 04:44:51,008 (Worker thread '2') - SharePoint: List 
'/IKGeneralFAQ' exactly matched rule path '/IKGeneralFAQ'
DEBUG 2012-08-08 04:44:51,008 (Worker thread '2') - SharePoint: Including list 
'/IKGeneralFAQ'
DEBUG 2012-08-08 04:44:51,008 (Worker thread '2') - SharePoint: Processing: 
'/IKGeneralFAQ///'
DEBUG 2012-08-08 04:44:51,008 (Worker thread '2') - SharePoint: Document 
identifier is a list: '/IKGeneralFAQ'
{code}

and

{code}
DEBUG 2012-08-08 04:44:54,807 (Worker thread '4') - SharePoint: getListItems 
for 'IKGeneralFAQ/2271_.000' xml response: '<ns1:listitems 
xmlns:s="uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" 
xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" 
xmlns:rs="urn:schemas-microsoft-com:rowset" xmlns:z="#RowsetSchema" 
xmlns:ns1="http://schemas.microsoft.com/sharepoint/soap/";>
<rs:data ItemCount="0">
</rs:data>
</ns1:listitems>'
DEBUG 2012-08-08 04:44:54,808 (Worker thread '4') - SharePoint: Can't get 
version of '/IKGeneralFAQ///2271_.000' because it has no modify date
{code}

So there is no problem with the rules; rather, it falls down because 
getListItems is being called without the /Lists/ prefix.  I'll tackle that 
problem first.

                
> Add support for lists to SharePoint connector
> ---------------------------------------------
>
>                 Key: CONNECTORS-497
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-497
>             Project: ManifoldCF
>          Issue Type: New Feature
>          Components: SharePoint connector
>    Affects Versions: ManifoldCF 0.6
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 0.7
>
>         Attachments: CONNECTORS-497.patch, CONNECTORS-497.patch
>
>
> Lists are similar to libraries, but without documents.  We still should be 
> able to index empty documents with metadata, however, or select an attribute 
> to treat as the document.

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

        

Reply via email to