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>
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira