Why can't you add orb.properties file to JRE's lib subdirectory with those
properties? It's a common way I think.

regards

Krzysztof

> Do you have the source code,if you have you can modify the following java
file.
> which is in Java directory
>
> /java/src/org/apache/xxindice/server/service/APIService.java.
>
> Change
> private static final String SINGLETON = "singleton"
> to
> private static final String SINGLETON = "singletonclass"
>
> and add the following line
> System.setProperty("org.omg.CORBA.ORBSingletonClass",
> "org.openorb.CORBA.ORBSingleton");
>
> after this line.
>
orbConfig.put("org.omg.CORBA,ORBSingletoonClass",corba.getAttribute(SINGLETO
N));
>
> Thanks
> Mohan



Reply via email to