0 Replies Latest reply on Jun 19, 2009 3:27 AM by thomas.diesler

    SingletonSchemaResolverFactory is evil?

    thomas.diesler

      Related to https://jira.jboss.org/jira/browse/JBOSGI-107

      Working on Blueprint I am hitting an issue where the MicrocontainerService cannot be restarted. The underlying issue is AFAICS the use of the static SingletonSchemaResolverFactory singleton.

      Perhaps the SchemaResolver should be made an MC service which can be looked up or injected rather than a static singleton.