*/
public void test()
{
try
{
DependentTestComponent testComponent = (DependentTestComponent) this.container.lookup(
DependentTestComponent.class.getName()
);
testComponent.test();
}
catch (ServiceException e)
{
throw new RuntimeException(e.getMessage());
}