I started using JRebel on a remote server. I see the class being updated in the exploded EAR on the remote server.
When I debug, it actually didn't really get updated in the app. In the JRebel logs I have found this message:
[DebuggerIntegration] Start checkAndReload(class com.app.SomeService)
[Licensing-Remote] RemotingLicensing: is reloading allowed? className = com.app.SomeService, reloadedFromUrl = file:/D:/blablabla/app.ear/app.war/WEB-INF/classes/com/app/SomeService.class
[Licensing-Remote] Forbidding reloading of class 'com.app.SomeService' - haven't seen a single authenticated IDE transaction!
[DebuggerIntegration] End checkAndReload(class com.app.SomeService), time=2ms
Any ideas please? Thanks in advance.