Hi, We are trying to consume a CXF web service deployed in an OC4J instance (v10.1.3.4) from a CXF client deployed in another OC4J instance (v10.1.3.3). The web service is a simple HelloWorld example and the client is a servlet containing the client implementation.
When invoking the WS we get an HTTP 500 error, and in the logs we can see the following: [05/06/2009 04:14] DEBUG AbstractAutowireCapableBeanFactory.createBean() -> Creating insta nce of bean 'org.apache.cxf.binding.soap.SoapBindingFactory' with merged definition [Root bean: class [org.apache.cxf.binding.soap.SoapBindingFactory]; scope=singleton; abstract=fa lse; lazyInit=true; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBean Name=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [code-source:/oracle10g/middletier_R3_2/j2ee/TEST_CXF/applications/uasClientServlet/u asClientServlet/WEB-INF/lib/cxf-rt-bindings-soap-2.1.5.jar!/META-INF/cxf/cxf-extension-soa p.fixml]] [05/06/2009 04:14] DEBUG AbstractAutowireCapableBeanFactory.createBean() -> Eagerly cachin g bean 'org.apache.cxf.binding.soap.SoapBindingFactory' to allow for resolving potential c ircular references [05/06/2009 04:14] DEBUG AbstractBeanFactory.getBean() -> Returning cached instance of sin gleton bean 'cxf' [05/06/2009 04:14] DEBUG AbstractBeanFactory.getBean() -> Returning cached instance of sin gleton bean 'org.apache.cxf.binding.soap.SoapBindingFactory' [05/06/2009 04:14] DEBUG DefaultSingletonBeanRegistry.getSingleton() -> Creating shared in stance of singleton bean 'org.apache.cxf.binding.soap.SoapTransportFactory' [05/06/2009 04:14] DEBUG AbstractAutowireCapableBeanFactory.createBean() -> Creating insta nce of bean 'org.apache.cxf.binding.soap.SoapTransportFactory' with merged definition [Roo t bean: class [org.apache.cxf.binding.soap.SoapTransportFactory]; scope=singleton; abstrac t=false; lazyInit=true; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factory BeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; define d in URL [code-source:/oracle10g/middletier_R3_2/j2ee/TEST_CXF/applications/uasClientServl et/uasClientServlet/WEB-INF/lib/cxf-rt-bindings-soap-2.1.5.jar!/META-INF/cxf/cxf-extension -soap.fixml]] [05/06/2009 04:14] DEBUG AbstractAutowireCapableBeanFactory.createBean() -> Eagerly cachin g bean 'org.apache.cxf.binding.soap.SoapTransportFactory' to allow for resolving potential circular references [05/06/2009 04:14] DEBUG AbstractBeanFactory.getBean() -> Returning cached instance of sin gleton bean 'cxf' [05/06/2009 04:14] DEBUG AbstractBeanFactory.getBean() -> Returning cached instance of sin gleton bean 'cxf' [05/06/2009 04:14] DEBUG AbstractBeanFactory.getBean() -> Returning cached instance of sin gleton bean 'org.apache.cxf.binding.soap.SoapTransportFactory' As you can see, no error massages are logged. Deploying the client in an OC4J instance version 10.1.3.4 the invocation works fine. CXF version is 2.1.5 Any idea of this problem? Thanks in advance -- View this message in context: http://www.nabble.com/CXF-web-service-client-stops-running-in-OC4J-10.1.3.3-tp23895409p23895409.html Sent from the cxf-user mailing list archive at Nabble.com.
