Hello Vincent, You are right... I made a mistake configuring xwiki.cfg file... I had set xwiki.store.recyclebin.hint instead of xwiki.store.attachment.recyclebin.hint.
Now it is working Thank you, Danilo -----Mensagem original----- De: [email protected] [mailto:[email protected]] Em nome de Vincent Massol Enviada em: quarta-feira, 28 de agosto de 2013 09:26 Para: XWiki Users Assunto: Re: [xwiki-users] FileSystem Attachment 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#HAttachmentStorage 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 _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
