I get the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: javax/activation/DataSource
when attempting to run:
java -jar node_modules/jsonix-schema-compiler/lib/jsonix-schema-compiler-full.jar -d mappings -p PO purchaseorder.xsd
on the CLI
I'm trying to get the examples working before I try real data. Any help would be greatly appreciated.