OxalisCommunity / oxalis

Oxalis - PEPPOL Access Point open source implementation - Core component
Other
129 stars 91 forks source link

For incoming document in peppol the endpoint id value is getting wrongly saved in BD #250

Closed 141gaurav closed 6 years ago

141gaurav commented 8 years ago

Step to replicate :- 1) Send 1 simpler invoice file without SBDH from oxalis standalone 2) The file is sent successfully 3) The value that Oxalis is saving in the header is NOT correct. Instead of the AccountingCustomerParty.EndpointID it is saving the AccountingCustomerParty.Party.PartyLegalEntity.CompanyID

Here the file "XmlData.xml OxalisSampleFile.zip

" is the file which is sent without SBDH and the file which oxalis creats after adding SBDH header is AddingSBDH.xml

141gaurav commented 8 years ago

Hi,

By when can we expect the fix for this issue.

Thanks, Gaurav

klakegg commented 8 years ago

There are three ways to fix a bug in an open source project:

  1. Contribute the fix.
  2. Pay someone to contribute the fix.
  3. Wait for the maintainers to come around to contribute the fix.

You may consider one of the two first solutions if this is time critical for you. Difi will come around, but not today. It may of course be fixed faster if you provided any information on the version used for reproduction of the bug.

Also this is tagged "major bug", but it is not equivalent to A-bug. The bug does not exist if you choose to add the outer SBDH to the BD before sending using Oxalis, so it is more of a C- or B-bug.

steinarcook commented 8 years ago

I am unable to recreate this bug. Which version of Oxalis are you using? Are you overriding any of the properties for outbound messages?

141gaurav commented 8 years ago

I am using Oxalis 3.1.1 version. No I am not.

steinarcook commented 8 years ago

Have you tried version 3.2? I am not able to recreate this issue in "release4", which uses more or less the same code base as 3.2.