--- miscJava/Test3/src/dk/thoerup/asyncsamples/AsyncEjb.java 2011/04/06 05:10:35 1268 +++ miscJava/Test3/src/dk/thoerup/asyncsamples/AsyncEjb.java 2011/04/06 20:53:23 1269 @@ -8,9 +8,8 @@ * Session Bean implementation class AsyncEjb - please not that @Asynchronous requires the full jeee profile (it's not included in web profile) */ -/*@LocalBean -@Stateless(name="Example", mappedName="ejb/SimpleBeanJNDI") -*/ +@LocalBean +@Stateless(name="Example", mappedName="ejb/SimpleBeanJNDI") public class AsyncEjb { /**