log4mongo / log4mongo-java

log4j appender to MongoDB database
http://log4mongo.org
Apache License 2.0
80 stars 29 forks source link

JAXB classes not found #36

Closed RobertStewart closed 6 years ago

RobertStewart commented 6 years ago

The addition of modules in Java 9 resulted in JAXB being moved into the EE module, which does not get loaded by default. Fortunately, there are several options posted in answers to a question on StackOverflow.

RobertStewart commented 6 years ago

Fixed by adding JAXB dependency to pom.xml.