I've got a problem with the "create index xsp" file. It works locally, and on my test tomcat, but on my live one it doesn't. As far as I know, they are all exactly the same systems. Can anyone interpret the below for me?

Regards, Upayavira

Language Exception

org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException: Error compiling search_create_xsp:
ERROR 1 (org/apache/cocoon/www/file_/home/u/upayavira/fwbo_live/site/search/search_create_xsp.java):
...
import org.apache.avalon.framework.component.ComponentException;
import org.apache.avalon.framework.component.ComponentManager;
import org.apache.avalon.framework.component.ComponentSelector;
import org.apache.avalon.framework.context.Context;

// start error (lines 24-24) "Only a type can be imported. org.apache.avalon.excalibur.datasource.DataSourceComponent resolves to a package"
import org.apache.avalon.excalibur.datasource.DataSourceComponent;

// end error
//import org.apache.avalon.framework.util.*;

import org.apache.cocoon.Constants;
import org.apache.cocoon.ProcessingException;

...
Line 24, column 0: Only a type can be imported. org.apache.avalon.excalibur.datasource.DataSourceComponent resolves to a package
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to