I'm trying to find my way around with Tuscany being run inside Tomcat.
I can successfully load my service using
SCADomain.newInstance("search.composite"); but I am coming across
difficulties when I try to manually load it through
org.apache.tuscany.sca.webapp.SCADomainHelperIn my servlet context listener I call SCADomainHelper.initSCADomain(context); as the Tuscany context listener does, which successfully sets an instance of SCADomain as an attribute of my servlet context. However, when I come to load my service I get an org.osoa.sca.ServiceRuntimeException thrown with the message "Component not found: ConfigurationServiceComponent". I am guessing that for some reason SCADomainHelper isn't finding my .composite file. I have this file in the root of my class directory as I believe it should be. Does anyone know why it is not being picked up or what the problem is? If I should be conforming to a particular naming convention for the .composite filename does anyone know that that is? Thanks Rob --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
