Skip to content

Commit

Permalink
Fix sample config error (#161)
Browse files Browse the repository at this point in the history
* Fix error configuring sample DirectoryPollingModule attribs

* Fix missing $
  • Loading branch information
uhurusurfa authored Sep 15, 2019
1 parent 09a1493 commit 60952f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Server/src/config/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@
The name of the file sent to the partner will be "OrderID-745634.edi" -->
<module classname="org.openas2.processor.receiver.AS2DirectoryPollingModule"
outboxdir="$properties.storageBaseDir$/toAny"
<<<<<<< HEAD
errordir="$properties.storageBaseDir$/toAny/error/$msg.sender.as2_id$-$msg.receiver.as2_id$"
=======
errordir="$properties.storageBaseDir$/toAny/error/$msg.sender.as2_id$-$msg.receiver.as2_id"
>>>>>>> branch 'master' of https://uhurusurfa@github.com/OpenAS2/OpenAs2App.git
interval="5"
delimiters="-"
mergeextratokens="true"
Expand All @@ -82,7 +86,11 @@
outboxdir="$properties.storageBaseDir$/toPartnerA/"
errordir="$properties.storageBaseDir$/toPartnerA/error/$date.YYYY$/$date.MM$"
stored_error_filename="$msg.attributes.filename$-$date.YYYY$-$date.MM$-$msg.headers.message-id$"
<<<<<<< HEAD
sentdir="$properties.storageBaseDir$/$msg.sender.as2_id$-$msg.receiver.as2_id$/sent/$date.YYYY$/$date.MM$"
=======
sentdir="$properties.storageBaseDir$/$msg.sender.as2_id$-$msg.receiver.as2_id/sent/$date.YYYY$/$date.MM$"
>>>>>>> branch 'master' of https://uhurusurfa@github.com/OpenAS2/OpenAs2App.git
stored_sent_filename="$msg.attributes.filename$-$msg.headers.message-id$"
interval="5"
defaults="sender.as2_id=MyCompany_OID, receiver.as2_id=PartnerA_OID"
Expand Down

0 comments on commit 60952f3

Please sign in to comment.