One hint - since the demo requires the JBoss Logging JAR(s), I had to add this dependency to the pom.xml file, before deploying to Apache TomEE:
<dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging</artifactId> <version>3.1.0.CR1</version> </dependency>
One hint - since the demo requires the JBoss Logging JAR(s), I had to add this dependency to the pom.xml file, before deploying to Apache TomEE: