I have developed a custom repository manager, XXRepositoryManager. I have done the following steps to implement Versioning for my custom repository manager.
1: My custom repository manager XXRepositoryManager supports all the versioning options available from com.sap.netweaver.bc.rf.common.version.supportedOption.
2: I have a class XXVersioningManager which implements the IMutableBasicVersioningManager.
3: I have configured XXVersioningManager for my custom repositorymanager in the ContentManagers->Repository Managers section on the portal.
4: I have also configured all the repository services available for this custom manager in the ContentManagers->Repository Managers section.
5:Checked the UICommandGroup DetailsSettingsGroup. This includes the commandlist DetailsSettingsSecondGroup , which includes Versioning command.
In spite of this, I still am not able to get the option <b>'Versioning'</b> in my <b>Details->Settings</b> menu. Am I missing any configuration here? How can I enable/disable versioning on my custom repository manager without this option being available to me?
<b>Version used: NW SR1 (Stack 9).</b>