having generated the source from the supplied HelloWorld Module .
I have (amongst others) a file called HelloWorld_CS.java
this file imports the following
import com.opentext.ecm.services.kernel.IService;
import com.opentext.ecm.services.kernel.ServiceDeployException;
import com.opentext.ecm.services.ServiceBindException;
import com.opentext.ecm.services.ServiceFactory;
import com.opentext.livelink.service.core.coreservices.CoreServicesRequestContext;
import com.opentext.livelink.service.core.coreservices.CoreServicesServiceContext;
the provided ant script atttempts to compile this class and fails to find any of the above.
Am I missing a package ?
Are these supposed to be in otjaxws.jar???