oxalis
oxalis copied to clipboard
Oxalis - PEPPOL Access Point open source implementation - Core component
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...
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...
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...
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...
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...
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/......
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 { ... }...
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...
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...
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...