Seems to be a juicy memory leak issue as uncovered by the CDI TCK setup for TomEE.
Up for grabs. Just modify tck/cdi-tomee/src/test/resources/passing.xml to look
like so:
<suite name="CDI TCK" verbose="0">
<test name="CDI TCK">
<packages>
<package name="org.jboss.jsr299.tck.tests.*"/>
<package name="org.jboss.jsr299.tck.interceptors.tests.*"/>
</packages>
</test>
</suite>
And it should be pretty evident after a 2-3 minutes.
-David
