Re: tomcat6 lookup for remote EJB on glassfish

2012-05-09 Thread tomaz
Dne 9.5.2012 15:48, piše Pid *: > On 9 May 2012, at 09:12, tomaz wrote: > >> I'm struggling to get remote EJB from lookup, but with no success, is it >> posible to this in Apache Tomcat/6.0.18? >> >> When I'm using standalone client I get it but inside

Re: tomcat6 & ProgrammaticLogin

2012-05-09 Thread tomaz
Dne 9.5.2012 15:46, piše Pid *: > On 9 May 2012, at 13:47, tomaz wrote: > >> ProgrammaticLogin > > Is it a library or framework? > I've never heard of it. > > > p > > -

tomcat6 & ProgrammaticLogin

2012-05-09 Thread tomaz
Is there any known issue about ProgrammaticLogin in Tomcat6? When I used ProgrammaticLogin in stand alone application for lookup remote EJB on glassfish 3.1 I have successes, but when I'm using it inside servlet on Tomcat6 I get org.omg.CORBA.NO_PERMISSION. Regards,

tomcat6 lookup for remote EJB on glassfish

2012-05-09 Thread tomaz
i] Glassfish-specific (Non-portable) JNDI names for EJB Calculator : [CalculatorEJB#si.arnes.ejb.remote.CalculatorRemoteApi, CalculatorEJB] Error: -- Name global is not bound in this Context What I'm doing wrong? Regards, Tomaz ---