- 
        1. Re: weblogic jndi lookup from jboss in clustermos_lene Sep 24, 2009 4:41 AM (in response to mannam.tessco)Hi Ram, 
 do you have any progress on that ? I would appreciate any input on this matter. I have exactly the same issue using JBoss 5.1.0 with Weblogic 9.2. Default configuration works just fine. It gives a CORBA.Initialize exception in cluster mode when callingContext ctx = new InitialContext(ht); 
 I tried to change theproperties.setProperty( Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory" ); properties.setProperty( Context.PROVIDER_URL, "t3://hostname:6131" ); 
 withenv.setProperty( Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.cosnaming.CNCtxFactory" ); env.setProperty( Context.PROVIDER_URL, "iiop://hostname:6131" ); 
 It didn't help, same problem - "default" works fine, "all"/cluster throws an exception.
- 
        2. Re: weblogic jndi lookup from jboss in clusterbrian.stansberry Sep 24, 2009 3:21 PM (in response to mannam.tessco)I doubt this has anything to do with clustering per se; rather it's that clustering is a feature in the "all" config, along with lots of other stuff that's not in default, e.g. deploy/iiop-service.xml. 
 Does removing deploy/iiop-service.xml solve your problem? Alternatively, you could try making a new "cluster" config by copying default and then:
 1) Copy all/deploy/cluster to cluster/deploy/
 2) Copy all/deploy-hasingleton to cluster/
 3) Copy all/lib/* to cluster/lib/
 It gets a bit more complex if you want farming to work; I'll omit that for now.
- 
        3. Re: weblogic jndi lookup from jboss in clustermos_lene Sep 29, 2009 5:09 AM (in response to mannam.tessco)Copying weblogic.jar into "JBoss/common/lib" solves the problem. 
 
     
    