This is my full services.xml file contents :
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jaxws="http://cxf.apache.org/jaxws" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd"> <import resource="classpath:META-INF/cxf/cxf.xml"/> <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml"/> <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/> <jaxws:endpoint id="companyTrackSearch" implementor=" com.company.services.search.webservice.server.CompanySearchServiceImpl" address="/CompanyTrackSearchService"/> </beans> Thanks On 10/18/07, Jim Ma <[EMAIL PROTECTED]> wrote: > > > > 11:50:42,892 INFO [STDOUT] 11:50:42,892 ERROR [ContextLoader] Context > > initialization failed > > org.springframework.beans.factory.BeanCreationException: Error creating > bean > > with name 'companyTrackSearch': Invocation o > > f init method failed; nested exception is java.lang.ClassCastException: > It seems to me this is caused by the error configuration in your > services.xml. > Can you paste the related segment for the bean companyTrackSearch ? > > -Jim >
