0 Replies Latest reply on Feb 12, 2008 11:20 PM by bytor99999

    mgtView.getComponentsForType(componentType);

      Why does this return multiple instance of the same component? Including a previously deleted component/deployment.

      With only one LocalTX datasource (DefaultDS) and one deleted one, the call to getComponentsForType returned a Set with 8 components. 2 for the deleted Datasource and 6 for DefaultDS.

      Is this what you were talking about with ManagedConnectionFactoryParserDeployer here?
      http://www.jboss.com/index.html?module=bb&op=viewtopic&t=129183

      Thanks