[ 
https://issues.apache.org/jira/browse/CXF-3209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224566#comment-13224566
 ] 

Jay Blanton commented on CXF-3209:
----------------------------------

Is this bug being worked for a future version?  Also, does the service is being 
created twice, is that taking extra resources and memory to do (we are trying 
to find ways to streamline startup and I see this happening for each of our 
service wars).
                
> Service is builtFromWSDL twice
> ------------------------------
>
>                 Key: CXF-3209
>                 URL: https://issues.apache.org/jira/browse/CXF-3209
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-WS Runtime
>    Affects Versions: 2.3.1
>            Reporter: jimma
>            Assignee: jimma
>
> If there is no port Qname passed in to get the port :
> Greeter greeter = service.getPort(Greeter.class);
> The service will be created twice, here is the log :
> Dec 21, 2010 3:59:29 PM 
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean 
> buildServiceFromWSDL
> INFO: Creating Service {http://apache.org/hello_world_soap_http}SOAPService 
> from WSDL: 
> file:/code/cxf/2.3.x-fixes/testutils/src/main/resources/wsdl/hello_world.wsdl
> Dec 21, 2010 3:59:30 PM 
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean 
> buildServiceFromWSDL
> INFO: Creating Service {http://apache.org/hello_world_soap_http}SOAPService 
> from WSDL: 
> file:/code/cxf/2.3.x-fixes/testutils/src/main/resources/wsdl/hello_world.wsdl

--
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

        

Reply via email to