[
https://issues.apache.org/jira/browse/CONNECTORS-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16934723#comment-16934723
]
Kishore Kumar commented on CONNECTORS-1566:
-------------------------------------------
[[email protected]] is right. I did a simple test and when passed Id of a
folder to getVersion(folderId,0), I got a similar error.
I suspect this line of code, because only these subTypes are considered as
Folder, so in your case a Node which is not versionable is ingested.
{code:java}
// All we need to know is whether the child is a container or not, and there is
a way to do that directly from the node
final boolean childIsFolder = subType.equals("Folder") ||
subType.equals("Project") || subType.equals("CompoundDocument");{code}
> Develop CSWS connector as a replacement for deprecated LiveLink LAPI connector
> ------------------------------------------------------------------------------
>
> Key: CONNECTORS-1566
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1566
> Project: ManifoldCF
> Issue Type: Task
> Components: LiveLink connector
> Affects Versions: ManifoldCF 2.12
> Reporter: Karl Wright
> Assignee: Karl Wright
> Priority: Major
> Fix For: ManifoldCF 2.14
>
> Attachments: OTCS_IIS.png, OTCS_Tomcat.png, chrome_cgfC00ujx7.png
>
>
> LAPI is being deprecated. We need to develop a replacement for it using the
> ContentServer Web Services API.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)