I am still looking for an example of web.xml declaring a reference to
a @local EJB ....
So, what should I include in my web.xml in order to access an EJB in
the same application scope (same EAR) ??
my local interface:
package net.java.dev.cejug.classifieds.login.entity.facade.client;
import ...;
@Local
public interface UserFacadeLocal extends EntityFacade<UserEntity> { ... }
--
Please help to test this application:
http://fgaucho.dyndns.org:8080/cejug-classifieds-richfaces