I have a Java EE application running on WildFly 10.0.0 final having the following structure diagrammatically (it does not use Apache Maven).
I am using JRebel 6.4.1 for NetBeans (8.1). It works fine in web applications (thus not enterprise applications) but in enterprise applications, the IDE keeps on showing the following message, "Open project properties to setup remote servers", when changes to a Java file in the EE module or class library (as show in the picture above) are synchronized.
The message does not appear, when changes to the web module are synchronized.
Despite the message, changes made to the EE module are propagated when the module is synchronized but changes to the class library are not propagated upon synchronizing.
JRebel remote server is currently turned off since the application runs on localhost. Is it required to setup the server URL in the project properties dialog? What is the URL in that case?
Any other suggestion, in case, I am missing something?