Skip to Content
0
Former Member
Feb 26, 2009 at 06:47 PM

doc service not called when file is edited

21 Views

Hello Sap Guru

I have a custom repository manager. When I edit a file with local edit, the file is locked (OK) but that s all u2026 😔

I cannot upload my changes

My contentManager should work, as it implements IMutableContentManager (so setContent exists but is not called 😔 )and I can read the file through it

In looking in the forum, some people mentioned a property service.

Is this the reason of my problem ?

Where should I set this property ?

I did not find anything that is related to doc service in the properties

In the file property (but this property is not listed in PropertyName) ?

In the supported options of the repository manager ? but I found nothing in com.sap.netweaver.bc.rf.common.property.SupportedOption or com.sap.netweaver.bc.rf.common.content.SupportedOption

Thanks for your help