In order for cx:eval to handle pipelines that return multiple documents, the declaration for the result output port needs to be updated. In library-1.0.xpl cx:eval is declared as:
Using a modified declaration produces the expected output and the java code appears to do the right thing so the only issue appears to be in the declaration itself.
In order for
cx:eval
to handle pipelines that return multiple documents, the declaration for the result output port needs to be updated. In library-1.0.xplcx:eval
is declared as:The declaration for the result port should be:
Using a modified declaration produces the expected output and the java code appears to do the right thing so the only issue appears to be in the declaration itself.