*/
@Override
public void start(final BundleContext context) throws Exception
{
super.start(context);
final IStructuredDocumentContextResolverFactory2 factory = IStructuredDocumentContextResolverFactory2.INSTANCE;
if (factory instanceof IDelegatingFactory)
{
/*_tagLibResolverFactory = new ViewBasedTaglibResolverFactory();
((IDelegatingFactory) factory)
.addFactoryDelegate(_tagLibResolverFactory);*/