On Thu, Jan 24, 2008 at 12:20:07AM -0800, xypher wrote:
> 
> Hi,
> 
> I tried this example and it works. But this is example is with a web client.
> I'd like to have a fat  client and wants to access the session bean (over
> RMI-IIOP ? I'm not sure). 
> 
> But I don't know the right JNDI lookup string? This is my problem. Any
> solutions?

This wiki entry explains remote JNDI naming:

    http://cwiki.apache.org/GMOxDEV/client-jndi-names.html

So in the default installation, if you have a @Stateless(name="MyBean"),
your JNDI name would be "MyBeanRemote".

HTH.
-- 
Jonathan Chen <[EMAIL PROTECTED]>
----------------------------------------------------------------------
                        "Only the meek get pinched. The bold survive."
                                                      - Ferris Bueller

Reply via email to