Hi,
i have tried in another way and now it works probably just a misunderstanding from me, but no matters thanks for all.
Do you know how i can with a webapps see all ejb in a jndi and load...
Type: Posts; User: avalone; Keyword(s):
Hi,
i have tried in another way and now it works probably just a misunderstanding from me, but no matters thanks for all.
Do you know how i can with a webapps see all ejb in a jndi and load...
Excuse me but i don't understand, what do you want to know ?.
This code doesn't work for me if i try on the same jboss the webapp and the ejb the error is :
java.rmi.ServerException: EJBException:; nested exception is:
javax.ejb.EJBException: Invalid...
Hi,
See below a code sample:
package ejb.impl;
import javax.ejb.CreateException;
import org.springframework.ejb.support.AbstractStatelessSessionBean;
import spn.EchoService;
/**