beyaNet Consultancy wrote:
Hi,

I wondered whether you could shine some light on this issue for me. I have built an action which retrieves some data from a database, and am now trying to compile the java file. I get the following error message:

GetUserDetail.java:4: package org.apache.avalon.framework.componet does not exist
import org.apache.avalon.framework.componet.ComponentException;
^
GetUserDetail.java:5: package org.apache.avalon.framework.componet does not exist
import org.apache.avalon.framework.componet.ComponentManager;
^
GetUserDetail.java:6: package org.apache.avalon.framework.componet does not exist
import org.apache.avalon.framework.componet.ComponentSelector;


These are my definitions:

import org.apache.avalon.framework.componet.ComponentException;
^^^^^^^^
import org.apache.avalon.framework.componet.ComponentManager;
^^^^^^^^
import org.apache.avalon.framework.componet.ComponentSelector;
^^^^^^^^
import org.apache.avalon.framework.activity.Disposable;


"component" vs "componet"


Tony



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to