Greetings,

I have a EJB which when it is deployed on my J2EE application server
(JBOSS) in my localhost or another host in my local network (e.g.
10.0.0.0/8), it works just fine.
But, when I deployed in a host in another network (192.168.89.0/24)
which I can pass through it but they can't see me (firewall), if I try
to access to my EJB from a client, I get NULL on the return of
lookup()!!

I would like to know if JNDI lookup is bidirectional, or if the
callbacks on EJBs make TCP SYNC connections to my client (which is not
possible due the firewall), or if there is any issue here that I don't
see because I'm not aware of the JNDI protocol or RMI callbacks of EJB!

For example, I can make a JDBC/NET8(oracle)/telnet/ssh to several hosts
on the other network but I just can't access to my EJB through JNDI!!

thanks,
Pedro Salazar
--
<id name="pedro salazar">
<email>[EMAIL PROTECTED]</email>
<pgp-key-id>0E129E31D803BC61</pgp-key-id>
</id>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to