I've been doing some thinking about the openejb corba dependencies. The project is still carrying a dependency on the geronimo-corba_2.3_spec jar file, plus now has a dependency on the yoko-corba-spec jar file. However, except for its use in compiling the openejb2 code, the geronimo-corba_2.3_spec jar is non-functional because it's not getting placed on the endorsed.dirs path. This jar gets loaded as overhead, but non of the classes will ever be used because the yoko ones will be picked up by the system class loader. As an experiment, I replaced all of the geronimo-corba_2.3_spec dependencies with the yoko version, and everything appears to build and run just fine. I think maybe it's time to scrap that particular jar.

Rick

Reply via email to