Hi

I'm trying to deploy compass on GAE, my configuration is

Compass compass = new CompassConfiguration().setConnection("gae://index")
//store the index using GAE data store

.setSetting(CompassEnvironment.ExecutorManager.EXECUTOR_MANAGER_TYPE,"disabled")
// not to use threads

.addClass(Article.class).buildCompass();

I got two errors : Failed to create store gae://index and

org.compass.core.config.ConfigurationException: Failed to create executor
manager disabled <http://forum.compass-project.org/>; nested exception is

java.lang.ClassNotFoundException: disabled

I'm new in compass and never used lucene before, need your help or give me a
simple example if possible.


Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to