You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "jesusincamedio (JIRA)" <ji...@apache.org> on 2017/03/23 12:25:41 UTC

[jira] [Commented] (CXF-6905) CXF service and getport takes a lot of time, more than 20 minutes

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

jesusincamedio commented on CXF-6905:
-------------------------------------

Thanks for your reply but the real problem was:

- The .jar executable from Eclipse can:
        - include libraries in JAR    ->  This causes 20 minutes to start the jar file
        - copy libraries in a folder  ->   30 seg.

Why??... i dont know... and... really..... i dont wanna know it.

Thanks again

> CXF service and getport takes a lot of time, more than 20 minutes
> -----------------------------------------------------------------
>
>                 Key: CXF-6905
>                 URL: https://issues.apache.org/jira/browse/CXF-6905
>             Project: CXF
>          Issue Type: Task
>    Affects Versions: 3.1.6
>         Environment: JDK1.8
>            Reporter: jesusincamedio
>              Labels: cxf, getport, service.create
>             Fix For: Invalid
>
>
> Hi, 
> I am developing a SOAP client with CXF.
> I have the code generated by wsdl2java.
> I have done a JAR executable to test.
> When I try to make a request, I do this first:
> Service ss = Service.create(wsdlURL, SERVICE_NAME);
> MiNTService port = ss.getPort(MiNTServiceSOAP, MiNTService.class);
> The service.create expends 10 minutes
> The gerPort() expends 10 minutes too.
> And after all that time... the request is done.
> What could be happening????.
> Thanks at all



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)