Warning info since build service from wsdl of JaxWsServiceFactoryBean once I
located the wsdl location
------------------------------------------------------------------------------------------------------
Key: CXF-3863
URL: https://issues.apache.org/jira/browse/CXF-3863
Project: CXF
Issue Type: Improvement
Components: CORBA Binding
Affects Versions: 2.4.3, 2.5
Reporter: jerryscott2012
Priority: Minor
Fix For: 2.4.4, 2.5
Since java2wsdl done with java2ws class, when I resort to
JaxWsServerFactoryBean to load such wsdl, it has produced such warning stack:
WARNING: "IOP00100007: (BAD_PARAM) string_to_object conversion failed due to
bad scheme name"
org.omg.CORBA.BAD_PARAM: vmcid: OMG minor code: 7 completed: No
at
com.sun.corba.se.impl.logging.OMGSystemException.soBadSchemeName(OMGSystemException.java:1019)
at
com.sun.corba.se.impl.logging.OMGSystemException.soBadSchemeName(OMGSystemException.java:1041)
at
com.sun.corba.se.impl.resolver.INSURLOperationImpl.operate(INSURLOperationImpl.java:116)
at com.sun.corba.se.impl.orb.ORBImpl.string_to_object(ORBImpl.java:807)
at
org.apache.cxf.binding.corba.utils.CorbaUtils.importObjectReferenceFromFile(CorbaUtils.java:541)
at
org.apache.cxf.binding.corba.utils.CorbaUtils.importObjectReference(CorbaUtils.java:507)
at
org.apache.cxf.binding.corba.CorbaConduit.prepare(CorbaConduit.java:121)
at
org.apache.cxf.transport.TransportURIResolver.resolve(TransportURIResolver.java:122)
at
org.apache.cxf.catalog.CatalogWSDLLocator.getBaseInputSource(CatalogWSDLLocator.java:72)
at
org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator.getBaseInputSource(AbstractWrapperWSDLLocator.java:57)
at
org.apache.cxf.wsdl11.WSDLManagerImpl.loadDefinition(WSDLManagerImpl.java:221)
at
org.apache.cxf.wsdl11.WSDLManagerImpl.getDefinition(WSDLManagerImpl.java:186)
at
org.apache.cxf.wsdl11.WSDLServiceFactory.<init>(WSDLServiceFactory.java:92)
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromWSDL(ReflectionServiceFactoryBean.java:370)
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:506)
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:242)
at
org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:202)
at
org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:101)
at
org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:159)
at
org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:204)
I tested that early edition of 2.5.0 didn't have such warning problem
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira