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

Giacomo Boccardo commented on CXF-7465:
---------------------------------------

Doesn't the commit 
https://git1-us-west.apache.org/repos/asf?p=cxf.git;a=commit;h=1c7a34e3 belong 
to CXF?
The file "service.vm" is in org.apache.cxf:cxf-tools-wsdlto-frontend-jaxws.

> Auto-closeable resource FooWService.FooWSProxy has a member method close() 
> that could throw InterruptedException
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-7465
>                 URL: https://issues.apache.org/jira/browse/CXF-7465
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 3.1.12
>            Reporter: Giacomo Boccardo
>            Priority: Minor
>
> The following warning is shown during the compilation:
> {noformat}
> FooWSService.java:[67,12] auto-closeable resource FooWSService.FooWSProxy has 
> a member method close() that could throw InterruptedException
> {noformat}
> The relative code is:
> {noformat}
>     /**
>      * Proxy interface the extends FooWS to also provide useful methods
>      * without having to cast to the appropriate interface. 
>      */
>     public interface FooWSProxy extends FooWS, AutoCloseable, 
> BindingProvider, Client {
>     }
> {noformat}
> This issue has already been discussed at 
> https://bugs.openjdk.java.net/browse/JDK-7027157 .



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to