http://tomee.apache.org/examples-trunk/simple-mdb-with-descriptor/README.html
I tried this example as it is.. meaning,
- copied all the code and created a jar file having META-INF/ejb-jar.xml in it.
- copied jar to my WAR project under project.war/lib/simple-mdb.jar
nothing happens in my TomEE .. not even "ChatBean" print statements on console
any one faced this similar issue?