2829303132333435
public class VMSplitterTest extends AbstractVmTestSupport { protected JndiRegistry createRegistry() throws Exception { JndiRegistry jndi = super.createRegistry(); jndi.bind("splitterBean", new SplitWordsBean()); return jndi; }