Vincent Faidherbe wrote: > Hello, > > The following post gives a list of things that can't performed using Java in > GAE: > http://www.byteonic.com/2009/nine-things-you-cannot-do-using-java-in-google-app-engine/ > > An application on GAE cannot write to the filesystem. It must Data Store > instead. > => I'm pretty sure that this restriction will make impossible to run > JackRabbit and Lucene on it.
It does. You could implement a PM that uses JDO but that still won't make Lucene working. There is a discussion on JR mailinglist about what else will break like big files. What probably breaks as well: - module extracting due to file IO - creating new threads, this will probably break the scheduler and the activation module Cheers Philippe ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
