Audrius Meskauskas wrote: > JOnAS also failed to load the JacORB CORBA implementation via our > org.omg classes. Despite our ObjectCreator.forName searches the > thread context class loader and then walks through the stack, trying > the class loader of every class there, the jacorb.jar is still > missing in the path of all tried loaders (I have checked with the > .toString() method of our class loader - is lists all files in the > path). I have no idea from where the JacORB classes should be loaded > (the jacorb.jar itself is present in JOnAS distribution). I think I hit something similar in the never-released Fedora JOnAS: I had to write a little a hack to ram jacorb.jar onto the classpath. I suspect we're missing something in the way we deal with endorsed classes. Cheers, Gary