--- miscJava/Test3/src/dk/thoerup/asyncsamples/AsyncEjb.java 2010/04/25 20:53:06 667 +++ miscJava/Test3/src/dk/thoerup/asyncsamples/AsyncEjb.java 2010/04/25 21:28:23 668 @@ -5,10 +5,10 @@ import javax.ejb.Stateless; /** - * Session Bean implementation class AsyncEjb + * Session Bean implementation class AsyncEjb - please not that @Asynchronous requires the full jeee profile (it's not included in web profile) */ @LocalBean -@Stateless +@Stateless(name="Example", mappedName="ejb/SimpleBeanJNDI") public class AsyncEjb { /**