Oxalis module loading failing due to java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
with Java 17
#2
rohitbatta
announced in
Announcements
Replies: 1 comment
-
@rohitbatta : Refer : OxalisCommunity/oxalis#656 for Jakarta and refer: OxalisCommunity/Oxalis-AS4#200 for issue with Java 17 due to current OpenPeppol SMP specification. Converting to discussion.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use the
oxalis-outbound
component to send documents to open peppol (i.e., eDelivery document).I am using JAVA 17. Report file has been generated using
phax/peppol-reporting
dependency, which is supporting Java 17 and usingjakarta.xml.bind
for marshelling.But, while loading Guice modules in Outbound component, it is failing because,
certvalidator
is usingjavax.
dependenies.Following is my
build.gradle
file. Using Springboot 3.x.xJava 11+ recommends to use
jakarta
namespace instead ofjavax
. Is there any plan to migrate this component to usejakarta
package structure too?Beta Was this translation helpful? Give feedback.
All reactions