License file saxon-license.lic not found. Running in non-schema-aware mode
Exception in thread "main" java.lang.UnsupportedOperationException: You need the schema-aware version of Saxon for this operation
at net.sf.saxon.Configuration.needSchemaAwareVersion(Configuration.java:2142)
at net.sf.saxon.Configuration.setSchemaValidationMode(Configuration.java:1689)
at net.sf.saxon.Configuration.setConfigurationProperty(Configuration.java:3234)
at com.saxonica.validate.SchemaAwareConfiguration.setConfigurationProperty(SchemaAwareConfiguration.java:109)
at net.sf.saxon.TransformerFactoryImpl.setAttribute(TransformerFactoryImpl.java:351)
at groupby.main(groupby.java:32)
I am also experiencing a similar error. Something about Saxon SA not having a valid license and defaulting to Saxon B, then a similar set of java errors. As I only have another 12 days to evaluate this product, a prompt reply would be appreciated.
I'm sorry, I've very new at this. My error is happening when I try to 'generate' the pdf from the xsl:fo. And it has something to do with Saxon, based on it not erroring out when I use the native Java compiler.