[
https://issues.apache.org/jira/browse/CONNECTORS-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16930505#comment-16930505
]
Karl Wright edited comment on CONNECTORS-1566 at 9/16/19 12:43 PM:
-------------------------------------------------------------------
[~schuch], I do not know of anything done to enable OTSubType; seems that that
field was in the doc. The other team DID mention needing to (somehow!) change
the parent ID to 2004, but I committed code that should have done that, I
thought. It's possible that the code needs to look up the CategoriesWS node as
the parent? I don't know but can you verify that 2004 does the trick?
The method that should be finding the category workspace from a category path
is this:
{code}
public RootValue(CswsContext llc, String pathString)
{code}
This peels the prefix off the beginning of the path and assumes it's the
workspace name. It then looks up object information for that workspace node,
and gets the ID, which in this case should be 2004 if my assumptions are
correct.
Can you verify that the path has the correct prefix, and that the ID returned
is 2004?
was (Author: [email protected]):
[~schuch], I do not know of anything done to enable OTSubType; seems that that
field was in the doc. The other team DID mention needing to (somehow!) change
the parent ID to 2004, but I committed code that should have done that, I
thought. It's possible that the code needs to look up the CategoriesWS node as
the parent? I don't know but can you verify that 2004 does the trick?
> 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.2#803003)