Hi, i would like to know how to use HAJNDI service.

Look the code above:
Properties p = new Properties();
        p.put(Context.INITIAL_CONTEXT_FACTORY,
                                  "org.jnp.interfaces.NamingContextFactory");
        p.put(Context.URL_PKG_PREFIXES,
                                   "jboss:naming:org.jnp.interfaces");

        // what i put HERE to find the remote interface a cluster 
?????????????????????????
        p.put(Context.PROVIDER_URL,
                                    "????????????????????");
        return ((EnderecoFacadeHome)getHome(p)).create();

Who can help me?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869401#3869401

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869401


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to