From: James F. <jam...@gm...> - 2010-03-24 12:42:08
|
one thing, can you confirm if deletion from java client (or web client for that matter) replicates this issue ? also whats in the test.xql J On Tue, Mar 23, 2010 at 4:49 PM, Thomas White <tho...@gm...> wrote: > I identified a problem and I have prepared a test file that reproduces the > problem. > When we move a collection to an existing collection with the same name the > original folder corresponding to the original collection stays in the file > system after the move. Then when we delete all collections, say using > Oxygen, all folders in the fs stay there. > > To create the problem: > > 0. extract the zip into webaps/bres > 1. execute http://localhost:8080/exist/bres/test.xql > 2. check the fs : WEB-INF\data\fs\db\bres - there are two JS files in > WEB-INF\data\fs\db\bres\moved-here\stored-coll\js > 3. Delete /db/bres from Oxygen. > 4. Check WEB-INF\data\fs\db\bres - all is fine. > > 5. execute http://localhost:8080/exist/bres/test.xql twice. > 6. check the fs : WEB-INF\data\fs\db\bres - not only > WEB-INF\data\fs\db\bres\moved-here\stored-coll\js is there but > WEB-INF\data\fs\db\bres\stored-coll where the directory was copied into the > db initially is still there. > > 7. Delete /db/bres from Oxygen. > 8. All directories under WEB-INF\data\fs\db\bres are still there. The > original files are still there as well. > > the only way to fix it at the moment is to manually delete > WEB-INF\data\fs\db\bres folder. > > > Thomas > ------ > > Thomas White > > Mobile:+44 7711 922 966 > Skype: thomaswhite > gTalk: thomas.0007 > Linked-In:http://www.linkedin.com/in/thomaswhite0007 > facebook: http://www.facebook.com/thomas.0007 > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > > |