5

I'm 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 compile-clean.

projects in Eclipse Package Explorer

But the Servers view shows error icons for the EJB modules and the EAR.

enter image description here

The application is working fine.

Why does the Eclipse Servers view show errors?
Where can I find additional information about those errors?
(The problems view is empty when I click on one of those modules)

Thanks in advance!

Arjan Tijms
  • 37,782
  • 12
  • 108
  • 140
dilino
  • 97
  • 1
  • 3
  • 8

1 Answers1

1

I was having the same issue, but looks like it was a matter of restarting Eclipse.

The Student
  • 27,520
  • 68
  • 161
  • 264