holodeck-b2b / Holodeck-B2B

Holodeck B2B is an AS4 system-to-system messaging solution that implements the OASIS specifications for ebMS3 and it's AS4 profile. For more information visit the project website
http://holodeck-b2b.org
GNU General Public License v3.0
74 stars 37 forks source link

Class SaveUserMsgAttachments: description question #138

Closed tigran-a closed 1 year ago

tigran-a commented 1 year ago

Hi,

The class doc for SaveUserMsgAttachments says that it changes the state to READY_FOR_DELIVERY: https://github.com/holodeck-b2b/Holodeck-B2B/blob/0af34579b1bbd7967e9493d5a3b47d7d2aedae34/modules/holodeckb2b-ebms3as4/src/main/java/org/holodeckb2b/ebms3/handlers/inflow/SaveUserMsgAttachments.java#L63

However I don't see where it happens. If I understand right, this state is assigned to User Message by the PerformCustomValidations handler. Am I missing something?

Thank you

RenateS commented 1 year ago

You are correct, the Javadoc needs to be updated here. We will fix this in the next release.