hi all,
  i'm trying to use spring (implementation.spring) but running into a problem 
when deploying the war to tomcat.  here's the log from tomcat:
WARNING: Element {http://tuscany.apache.org/xmlns/sca/1.0}implementation.spring
cannot be processed. ([row,col,system-id]: [7,5,"file:/C:/work/apache-tomcat-5.5
.26/webapps/organization-service-composite/WEB-INF/classes/Organization-Service.composite"])
Jun 24, 2008 9:58:11 AM org.apache.tuscany.sca.contribution.processor.Extensible
StAXArtifactProcessor read
WARNING: Element {http://tuscany.apache.org/xmlns/sca/1.0}implementation.spring
cannot be processed. ([row,col,system-id]: [15,5,"file:/C:/work/apache-tomcat-5.
5.26/webapps/organization-service-composite/WEB-INF/classes/Organization-Service.composite"])
here's my composite:
<?
<xml version="1.0" encoding="ISO-8859-15"?>composite 
xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"; 
xmlns="http://www.osoa.org/xmlns/sca/1.0"; 
targetNamespace="http://org.soa.services"name="Organization-Service";><component 
name="OrganizationServiceComponent"><tuscany:implementation.spring 
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"; 
location="Organization-spring-context.xml"/><service 
name="OrganizationService"/><reference 
name="OrganizationDataService"/></component><service name="OrganizationService" 
promote="OrganizationServiceComponent/OrganizationService"><binding.ws/></service><component
 name="OrganizationDataServiceComponent"><tuscany:implementation.spring 
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"; 
location="Organization-spring-context.xml"/><service 
name="OrganizationDataService"/></component></
I have the spring-2.0.1 jar and tuscany-implementation-spring-1.1-incubating 
jars in my war file as well.   
ideas?...thx abe<wire 
source="OrganizationServiceComponent/OrganizationDataService" 
target="OrganizationDataServiceComponent/OrganizationDataService"/>composite>


      

Reply via email to