Hi, On Aug 28, 2013, at 2:21 PM, Danilo Amaral de Oliveira <[email protected]> wrote:
Hello All,
I am trying to change my attachment storage method from database to file system in my XEM 5.1 but when I set "file" in the xwiki.conf and try to enter in my wiki the Xwiki doesn’t recognize the hint "file". Is the file system attachment storage available in XEM 5.1?
Root cause: org.xwiki.component.manager.ComponentLookupException: Can't find descriptor for the component [role = [interface com.xpn.xwiki.store.XWikiRecycleBinStoreInterface] hint = [file]]
There's no "file" XWikiRecycleBinStoreInterface implementation… There's one for the AttachmentRecycleBinStore though. See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Attachments#HAttachmentS... xwiki.store.attachment.hint = file xwiki.store.attachment.versioning.hint = file xwiki.store.attachment.recyclebin.hint = file Could you show us exactly what you've changed in xwiki.cfg? Thanks -Vincent