Hi,
I think your problem is in your web.xml file.
the element ejb-link should have the EJB module jar file and the session bean (not interface) name concat with # like <ejb-link>foo-ejb.jar#FooBean</ejb-link>
Try that and see if it works.
Ido.
[Message sent by forum member 'ido_ran' (ido_ran)]
http://forums.java.net/jive/thread.jspa?messageID=349972