anonymous wrote : <ejb-ref-name>ejb/ImportManagerBean</ejb-ref-name>
anonymous wrote :
| context.lookup("ImportManager");
| but it IS NOT !
Try this:
context.lookup("java:comp/env/ejb/ImportManagerBean");
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093944#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...