Skip to content

Commit

Permalink
Remove FixedResultPipe from NewHorizons example config
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Jul 11, 2024
1 parent 02c660d commit a83478d
Show file tree
Hide file tree
Showing 27 changed files with 34 additions and 34 deletions.
Binary file modified docs/source/downloads/advancedDevelopmentProperties.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/NewHorizons.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/NewHorizonsDatabase.zip
Binary file not shown.
Binary file not shown.
Binary file modified docs/source/downloads/configurations/NewHorizonsValidate.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/credentials.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/forFrankConsole.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/forFrankConsole_2.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/hermesBridge.zip
Binary file not shown.
Binary file modified docs/source/downloads/deploymentTomcat.zip
Binary file not shown.
Binary file modified docs/source/downloads/extendLadybugTable.zip
Binary file not shown.
Binary file modified docs/source/downloads/ladybug.zip
Binary file not shown.
Binary file modified docs/source/downloads/sandbox/v01.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<Forward name="success" path="Exit" />
<Forward name="failure" path="makeInvalidBookingError" />
</XmlValidatorPipe>
<FixedResultPipe
<EchoPipe
name="makeInvalidBookingError"
returnString="Input booking does not satisfy booking.xsd">
getInputFromFixedValue="Input booking does not satisfy booking.xsd">
<Forward name="success" path="BadRequest"/>
</FixedResultPipe>
</EchoPipe>
</Pipeline>
</Adapter>
</Configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<Forward name="success" path="Exit" />
<Forward name="failure" path="makeInvalidBookingError" />
</XmlValidatorPipe>
<FixedResultPipe
<EchoPipe
name="makeInvalidBookingError"
returnString="Input booking does not satisfy booking.xsd">
getInputFromFixedValue="Input booking does not satisfy booking.xsd">
<Forward name="success" path="BadRequest"/>
</FixedResultPipe>
</EchoPipe>
</Pipeline>
</Adapter>
</Configuration>
2 changes: 1 addition & 1 deletion docs/source/snippets/NewHorizons/v460/addSenderPipe.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```xml{4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}
...
<Forward name="success" path="BadRequest"/>
</FixedResultPipe>
</EchoPipe>
<SenderPipe
name="insertBooking">
<FixedQuerySender
Expand Down
2 changes: 1 addition & 1 deletion docs/source/snippets/NewHorizons/v460/addSenderPipe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

...
<Forward name="success" path="BadRequest"/>
</FixedResultPipe>
</EchoPipe>
<SenderPipe
name="insertBooking">
<FixedQuerySender
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```xml{7, 8}
...
</FixedResultPipe>
</EchoPipe>
<SenderPipe
name="insertBooking">
<FixedQuerySender
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:emphasize-lines: 7, 8

...
</FixedResultPipe>
</EchoPipe>
<SenderPipe
name="insertBooking">
<FixedQuerySender
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<Forward name="success" path="Exit" />
<Forward name="failure" path="makeInvalidBookingError" />
</XmlValidatorPipe>
<FixedResultPipe
<EchoPipe
name="makeInvalidBookingError"
returnString="Input booking does not satisfy booking.xsd">
getInputFromFixedValue="Input booking does not satisfy booking.xsd">
<Forward name="success" path="BadRequest"/>
</FixedResultPipe>
</EchoPipe>
</Pipeline>
</Adapter>
</Configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<Forward name="success" path="insertBooking" />
<Forward name="failure" path="makeInvalidBookingError" />
</XmlValidatorPipe>
<FixedResultPipe
<EchoPipe
name="makeInvalidBookingError"
returnString="Input booking does not satisfy booking.xsd">
getInputFromFixedValue="Input booking does not satisfy booking.xsd">
<Forward name="success" path="BadRequest"/>
</FixedResultPipe>
</EchoPipe>
<SenderPipe
name="insertBooking">
<FixedQuerySender
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<Forward name="success" path="insertBooking" />
<Forward name="failure" path="makeInvalidBookingError" />
</XmlValidatorPipe>
<FixedResultPipe
<EchoPipe
name="makeInvalidBookingError"
returnString="Input booking does not satisfy booking.xsd">
getInputFromFixedValue="Input booking does not satisfy booking.xsd">
<Forward name="success" path="BadRequest"/>
</FixedResultPipe>
</EchoPipe>
<SenderPipe
name="insertBooking">
<FixedQuerySender
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<Forward name="success" path="insertBooking" />
<Forward name="failure" path="makeInvalidBookingError" />
</XmlValidatorPipe>
<FixedResultPipe
<EchoPipe
name="makeInvalidBookingError"
returnString="Input booking does not satisfy booking.xsd">
getInputFromFixedValue="Input booking does not satisfy booking.xsd">
<Forward name="success" path="BadRequest"/>
</FixedResultPipe>
</EchoPipe>
<SenderPipe
name="insertBooking">
<FixedQuerySender
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<Forward name="success" path="insertBooking" />
<Forward name="failure" path="makeInvalidBookingError" />
</XmlValidatorPipe>
<FixedResultPipe
<EchoPipe
name="makeInvalidBookingError"
returnString="Input booking does not satisfy booking.xsd">
getInputFromFixedValue="Input booking does not satisfy booking.xsd">
<Forward name="success" path="BadRequest"/>
</FixedResultPipe>
</EchoPipe>
<SenderPipe
name="insertBooking">
<FixedQuerySender
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<Forward name="success" path="insertBooking" />
<Forward name="failure" path="makeInvalidBookingError" />
</XmlValidatorPipe>
<FixedResultPipe
<EchoPipe
name="makeInvalidBookingError"
returnString="Input booking does not satisfy booking.xsd">
getInputFromFixedValue="Input booking does not satisfy booking.xsd">
<Forward name="success" path="BadRequest"/>
</FixedResultPipe>
</EchoPipe>
<SenderPipe
name="insertBooking">
<FixedQuerySender
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<Forward name="success" path="insertBooking" />
<Forward name="failure" path="makeInvalidBookingError" />
</XmlValidatorPipe>
<FixedResultPipe
<EchoPipe
name="makeInvalidBookingError"
returnString="Input booking does not satisfy booking.xsd">
getInputFromFixedValue="Input booking does not satisfy booking.xsd">
<Forward name="success" path="BadRequest"/>
</FixedResultPipe>
</EchoPipe>
<SenderPipe
name="insertBooking">
<FixedQuerySender
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<Forward name="success" path="insertBooking" />
<Forward name="failure" path="makeInvalidBookingError" />
</XmlValidatorPipe>
<FixedResultPipe
<EchoPipe
name="makeInvalidBookingError"
returnString="Input booking does not satisfy booking.xsd">
getInputFromFixedValue="Input booking does not satisfy booking.xsd">
<Forward name="success" path="BadRequest"/>
</FixedResultPipe>
</EchoPipe>
<SenderPipe
name="insertBooking">
<FixedQuerySender
Expand Down

0 comments on commit a83478d

Please sign in to comment.