Error creating bean with name 'org.codehaus.xfire.spring.ServiceBean' defined 
in class path resource [META-INF/xfire/services.xml]: Error setting property 
values; nested exception is 
org.springframework.beans.PropertyAccessExceptionsException: PropertyAcc
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: XFIRE-1124
                 URL: http://jira.codehaus.org/browse/XFIRE-1124
             Project: XFire
          Issue Type: Bug
    Affects Versions: 1.2.6
         Environment: using Unix / Solaris OS, JBOSS app server (Version: 
4.0.4GA)  and 3 rd party API in the web service program(all jars for the API 
are present) , using Eclipsev IDE , and ANT to build war with Java 5 (1.5 JRE)
            Reporter: vikram Patil
            Assignee: Dan Diephouse
            Priority: Blocker
         Attachments: Log.txt

javax.servlet.ServletException: Error initializing XFireServlet.
        
org.codehaus.xfire.transport.http.XFireServlet.init(XFireServlet.java:41)
        javax.servlet.GenericServlet.init(GenericServlet.java:211)
        
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
        
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
        
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
        
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
        
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
        
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
        
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
        java.lang.Thread.run(Thread.java:595)


root cause 

org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'org.codehaus.xfire.spring.ServiceBean' defined in class path 
resource [META-INF/xfire/services.xml]: Error setting property values; nested 
exception is org.springframework.beans.PropertyAccessExceptionsException: 
PropertyAccessExceptionsException (2 errors); nested propertyAccessExceptions 
are: [org.springframework.beans.TypeMismatchException: Failed to convert 
property value of type [java.lang.String] to required type [java.lang.Class] 
for property 'serviceClass'; nested exception is 
java.lang.IllegalArgumentException: Class not found: 
com.artesia.trv.ws.FetchDocs], 
[org.springframework.beans.TypeMismatchException: Failed to convert property 
value of type [java.lang.String] to required type [java.lang.Class] for 
property 'implementationClass'; nested exception is 
java.lang.IllegalArgumentException: Class not found: 
com.artesia.trv.ws.FetchDocMetadata]
        
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1032)
        
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:824)
        
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:345)
        
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226)
        
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147)
        
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:275)
        
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:320)
        
org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:158)
        
org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:58)
        
org.codehaus.xfire.spring.XFireConfigLoader.loadConfig(XFireConfigLoader.java:66)
        
org.codehaus.xfire.transport.http.XFireConfigurableServlet.createXFire(XFireConfigurableServlet.java:53)
        
org.codehaus.xfire.transport.http.XFireServlet.init(XFireServlet.java:36)
        javax.servlet.GenericServlet.init(GenericServlet.java:211)
        
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
        
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
        
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
        
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
        
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
        
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
        
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
        java.lang.Thread.run(Thread.java:595)

and the same was found in log

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to