To summarize from the discussion on the OpenEJB list, the answer is
no. This jar is and the classes listed below are most definitely
used. Even more importantly to Geronimo, they are a critical part of
the OpenEJB/Geronimo integration.
-dain
On Jul 21, 2007, at 12:55 PM, Ted Kirby wrote:
Swizzle-Stream appears to be used in only two classes in openejb:
1. org.apache.openejb.assembler.classic.JndiBuilder
It is used in: public static class TemplatedStrategy, but this
class does not appear to be used.
2. org.apache.openejb.config.InitEjbDeployments
This class is only used in /openejb-core/container/openejb-core/
src/test,
which appears to be unit tests, but not part of any shipped server.
Some server footprint could be saved here, but since the jar is only
43 KB, it may not be worth the effort...
Ted Kirby