Closed yusufdonmez closed 2 years ago
Please use JAXB 2.x only. JAXB 3 requires Java 11 as the basis, but my code uses Java 1.8 for everything. hth
Thanks @phax This solves my issue:
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.3</version>
</dependency>
I try to use UBL2.1 version. in test method I got the error when try to create invoice from scratch.
pom.xml
Error: