[
https://issues.apache.org/jira/browse/CONNECTORS-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16934479#comment-16934479
]
Markus Schuch edited comment on CONNECTORS-1566 at 9/20/19 3:11 PM:
--------------------------------------------------------------------
You are right [~kishorekumar], the passed version is actually {{0}}.
[[email protected]] what is the purpose of fetching version {{0}}. Is it a
kind of "latest version" semantic?
If found 2 places where version {{0}} is hardcoded:
{code}
final DocumentReadingThread t = new DocumentReadingThread(objID, 0);
{code}
and
{code}
final VersionInformation versInfo = llc.getVersionInformation(objID, 0);
{code}
was (Author: schuchm):
You are right [~kishorekumar], the passed version is actually {{0}}.
[[email protected]] what is the purpose of fetching version {{0}}. Is it a
kind of "latest version" semantic?
If found 2 places where version {{0}} is hard codes:
{code}
final DocumentReadingThread t = new DocumentReadingThread(objID, 0);
{code}
and
{code}
final VersionInformation versInfo = llc.getVersionInformation(objID, 0);
{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)