[
https://issues.apache.org/jira/browse/CONNECTORS-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14182995#comment-14182995
]
Karl Wright commented on CONNECTORS-1060:
-----------------------------------------
Very interesting.
The connector *thinks* it is connecting to port 9090:
{code}
[junit] http
[junit] localhost
[junit] 9090
[junit] /alfresco/service
[junit] workspace
[junit] SpacesStore
[junit] admin
[junit] admin
{code}
... and it is able to seed properly. But then when it tries to fetch metadata,
the port is wrong:
{code}
[junit] [Worker thread '29'] WARN
org.alfresco.consulting.indexer.client.WebScriptsAlfrescoClient - The key
last_txn_id is missing from document:
{"docs":[{"name":"woman3.png","propertiesUrl":"http://localhost:8080/alfresco/service/node/details/workspace/SpacesStore/d77a6aa1-bac8-42e4-8df8-2faf1a085622","uuid":"d77a6aa1-bac8-42e4-8df8-2faf1a085622","nodeRef":"workspace://SpacesStore/d77a6aa1-bac8-42e4-8df8-2faf1a085622","type":"cm:content","deleted":false}],"store_id":"SpacesStore","store_protocol":"workspace"}
{code}
... and it winds up failing because it's trying to go through port 8080 not
9090. Looks like the problem is in the client?
> Write IT test for Alfresco webscript connector
> ----------------------------------------------
>
> Key: CONNECTORS-1060
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1060
> Project: ManifoldCF
> Issue Type: Task
> Components: Alfresco webscript connector
> Affects Versions: ManifoldCF 2.0
> Reporter: Karl Wright
> Assignee: Maurizio Pillitu
> Fix For: ManifoldCF 2.0
>
>
> The only thing really needed for this work to begin is to include the indexer
> 0.6.2 plugin in the Alfresco war that is built under test-materials.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)