JBoss EAP 6.3.0 Errors in Eclipse Server View

I am developing a Java EE 6 application with JBoss EAP 6.3.0 configured as an Eclipse server .

In the Package Explorer view, all projects are compiled.

projects in Eclipse Package Explorer

But in the Servers view, error icons for the EJB and EAR modules are displayed.

enter image description here

The application is working fine.

Why do Eclipse servers display errors?
Where can I find more information about these errors?
(When you click on one of these modules, the problem view is empty)

Thanks in advance!

+5
source share
1 answer

I had the same problem, but it seems like this is a matter of restarting Eclipse.

+1
source

Source: https://habr.com/ru/post/1202547/


All Articles