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
