You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Subin Soman (Jira)" <ji...@apache.org> on 2020/06/05 13:57:00 UTC

[jira] [Comment Edited] (OPENMEETINGS-2386) Java 11: import javax.xml.ws.WebFault: “Cannot resolve symbol WebFault”

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

Subin Soman edited comment on OPENMEETINGS-2386 at 6/5/20, 1:56 PM:
--------------------------------------------------------------------

problem find in master branch fixed same with below dependency

 <dependency>
 <groupId>javax.xml.ws</groupId>
 <artifactId>jaxws-api</artifactId>
 <version>2.3.1</version>
 </dependency>


was (Author: subin.soman):
 fixed same with can u comment

 <dependency>
 <groupId>javax.xml.ws</groupId>
 <artifactId>jaxws-api</artifactId>
 <version>2.3.1</version>
</dependency>

> Java 11: import javax.xml.ws.WebFault: “Cannot resolve symbol WebFault”
> -----------------------------------------------------------------------
>
>                 Key: OPENMEETINGS-2386
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2386
>             Project: Openmeetings
>          Issue Type: Task
>          Components: Builds
>    Affects Versions: 5.0.0-M4
>         Environment: eclipse/linux mint
>            Reporter: Subin Soman
>            Assignee: Maxim Solodovnik
>            Priority: Major
>              Labels: code
>             Fix For: 5.0.0-M4
>
>         Attachments: webFault.png
>
>
> code is from master branch of git 
>  
> !webFault.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)