users@glassfish.java.net

Re: Debug _at_EJB (javax.ejb.EJB) annotation in Web Application

From: <glassfish_at_javadesktop.org>
Date: Tue, 09 Jun 2009 05:13:53 PDT

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