2009/12/16 Torgeir Veimo <[email protected]>: > 2009/12/16 Jukka Zitting <[email protected]>: >> On Wed, Dec 16, 2009 at 11:27 AM, Torgeir Veimo <[email protected]> >> wrote: >>> Unregistration of nodetypes requires using an >>> org.apache.jackrabbit.spi.Name instance, but there's no class >>> implementing this interface available, only the private NameImpl class >>> in NameFactoryImpl. >>> >>> Is there any other way of removing a nodetype except providing my own >>> Name impl? Maybe the NameImpl class should be made public? >> >> Why not use NodeTypeManager.unregisterNodeTypes(String[] names) from JCR 2.0? > > We might do soon, but isn't the automatic upgrade issue still > unresolved in beta4?
Specifically this one; https://issues.apache.org/jira/browse/JCR-2243 What exactly is the issue with older repositories? -- -Tor
