Skip to content

Uploading reports does not work properly #1034

@mhdirkse

Description

@mhdirkse

When I upload an archive with two reports in the debug tab, I see two tabs with the correct titles. But one tab shows the same contents as the other:

Image

The tab about Pipeline Example1a/Adapter1a has the same contents as the tab about Pipeline processXml/processXml.

Here is the configuration of configuration processXml:

<Configuration
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="../FrankConfig.xsd"
	>
	<Adapter name="processXml">
		<Receiver>
			<JavaListener name="processXml" />
		</Receiver>
		<Pipeline>
			<XmlValidatorPipe name="validate" root="person" noNamespaceSchemaLocation="schema.xsd" throwException="true"></XmlValidatorPipe>
			<SenderPipe name="getPersonNamePipe">
				<IbisLocalSender name="getPersonNameSender" javaListener="getPersonName"></IbisLocalSender>
			</SenderPipe>
		</Pipeline>
	</Adapter>
	<Adapter name="getPersonName">
		<Receiver>
			<JavaListener name="getPersonName" />
		</Receiver>
		<Pipeline>
			<XsltPipe name="applyXslt" styleSheetName="./getName.xsl" />
			<XmlIfPipe name="checkForError" expressionValue="error">
				<Forward name="then" path="throwException" />
				<Forward name="else" path="READY" />
			</XmlIfPipe>
			<ExceptionPipe name="throwException"></ExceptionPipe>
		</Pipeline>
	</Adapter>
</Configuration>

Here is the configuration of Example1a:

<Configuration
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="../FrankConfig.xsd"
	>
	<Adapter name="Adapter1a">
		<Receiver name="Receiver1a">
			<ApiListener name="Listener1a" uriPattern="service1a"/>
		</Receiver>
		<Pipeline>
			<EchoPipe name="HelloWorld" getInputFromFixedValue="Hello World!"/>
		</Pipeline>
	</Adapter>
</Configuration>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions