Re: [JBoss-user] servlet access local interface of EJB -> deployment descriptor errors!

2003-11-28 Thread Pedro Salazar
On Fri, 2003-11-28 at 14:10, Alexey Loubyansky wrote: > Maybe it's because in web.xml you use ejb-local-ref and in jboss-web.xml > ejb-ref (not ejb-local-ref)? Probably ;-) My mistake was taking the xdoclet (1.2b3) as my reference guide. However the xdoclet definitions hasn't any support for e

Re: [JBoss-user] servlet access local interface of EJB -> deployment descriptor errors!

2003-11-28 Thread Alexey Loubyansky
Maybe it's because in web.xml you use ejb-local-ref and in jboss-web.xml ejb-ref (not ejb-local-ref)? Pedro Salazar wrote: Greetings, I deployed my EJB the name "ServiceInfo" and the JNDI names ejb/ServiceInfo and ejb/ServiceInfoLocal, for the remote and local interfaces respectively. In my ser

[JBoss-user] servlet access local interface of EJB -> deployment descriptor errors!

2003-11-28 Thread Pedro Salazar
Greetings, I deployed my EJB the name "ServiceInfo" and the JNDI names ejb/ServiceInfo and ejb/ServiceInfoLocal, for the remote and local interfaces respectively. In my servlet application's web.xml I have the following lines: " ServiceInfo Session pt.ptinovacao.nginpro.uif.serv