oxalis icon indicating copy to clipboard operation
oxalis copied to clipboard

Oxalis - PEPPOL Access Point open source implementation - Core component

Results 31 oxalis issues
Sort by recently updated
recently updated
newest added

Hi @difi. I tried to use oxalis and oxalis-as4 for sending some documents to peppol and it works in the way you specified in the documentation. Actually my problem is...

Support

I'm currently working on creating a camel endpoint for peppol based on Oxalis. The outgoing part is working nice by re-using the OxalisOutboundComponent. For the incoming traffic, the processing of...

Support
Wrapper
AS2
Deprecation Candidate

As per RFC 3851 https://tools.ietf.org/html/rfc3851#section-3.1.1 > entities of major type "text" MUST have both their line endings and > character set canonicalized. The line ending MUST be the pair of...

AS2
Deprecation Candidate

On commit cde96ba The application is still running after it exits normally. Seeing behaviour on both oxalis (server) and oxalis standalone (runnable jar). For oxalis, this is after calling tomcat...

Under review
Issue

Hello! As far as I understand Message-ID should be unique for payload, but TransmissionID should identify a specific transmission / transmission attempt. However, in Oxalis messageID is generated each time...

Under review
Issue

The `Session.getDefaultInstance(...)` should rarely be used according to - https://javaee.github.io/javamail/FAQ#commonmistakes - https://stackoverflow.com/questions/4184204/what-is-the-difference-between-getdefaultinstance-and-getinstance-in-session - https://stackoverflow.com/questions/22657918/what-is-the-use-of-javax-mail-session/22664494 Is there a reason Oxalis does this? It makes it hard to integrate with other applications/frameworks/......

Enhancement
Under review

Currently here is actually/effectively no test of this class since the one test that is there is disabled https://github.com/difi/oxalis/blob/5607d9ff79ea2f3bb8763e72b7eef9bd7cae1903/oxalis-extension/oxalis-as2/src/test/java/no/difi/oxalis/as2/inbound/As2InboundHandlerTest.java#L111 @Test(enabled = false) public void testReceive() throws Exception { ... }...

AS2
Deprecation Candidate

In the `As2InboundHandler`, the digest for the MDN is taken from the digest of the original message and not from the `Disposition-Notification-Options`. I skimmed through the PEPPOL specs about AS2...

AS2
Deprecation Candidate

Hi! In production we are experiencing weird SML problems that come and go. This is something that never was an issue in our test environment, and so far it has...

Issue

Hi, We've tried buiding a custom image based on this repo (e.g. having first line in our `Dockerfile` say `FROM norstella/oxalis:5.0.5`) and tried to put files into `/oxalis/ext`. However, after...

Support
Docker