honza-toegel / ebics-java-client

Java open source EBICS Web Client - Support for French, German and Swiss banks
GNU Lesser General Public License v2.1
3 stars 1 forks source link

Error at compile time with XSD syntax #4

Open cyrilfr opened 1 year ago

cyrilfr commented 1 year ago

Thank you for your great job. I decided to try your EBICS java lib (I don't need the web interface) so I cloned this repo and ran the command to compile with maven:

mvn install

but I get an error severel times:

maxOccurs must be greater than or equal to 1

It seems that the syntaxe of the XSD files is invalid.

cyrilfr commented 1 year ago

It's because I was compiling with Java 11. Changing JAVA_HOME to use Java 8 fixed the issue.