--- miscJava/Test3/src/dk/thoerup/asyncsamples/AsyncEjb.java 2010/11/12 18:38:30 1191 +++ miscJava/Test3/src/dk/thoerup/asyncsamples/AsyncEjb.java 2010/11/12 20:54:29 1192 @@ -7,8 +7,10 @@ /** * 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 { /**