On Wed, Feb 15, 2006 at 09:16:43AM -0800, Michael Oliver wrote: > Eugeny, > > My advice would be not to change more than you need to change; Extend vs. > create; and observe and modify instead of trying to build from scratch; take > small steps from one known state to the next; and don't "fix" something that > isn't broken. > > If you extend the Tx stores instead of starting from scratch, you will find > you can change behaviors where you need to and leave everything else alone. > > I do not understand why you think you need to change the content /files > root, you are making more work for yourself. > > If I create a web folder to http://localhost:8080/slide/files/mytargetroot/ > where "mytargetroot" is your root directory/folder/collection then your web > folder won't show anything above it and /files will be hidden. All you will > see in that web folder are the contents of mytargetroot.
Finally I found getResourceContent can't return null at all if Stream couln't be obtained from resource. Instead of this store should throw ObjectNotFoundException. Very tricky, as for me, and no points in documentation. Sources rocks as usual :) -- Eugene N Dzhurinsky --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
