kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

Use kumuluz with jrebel #163

Closed ChristianLoza closed 4 years ago

ChristianLoza commented 4 years ago

Hi everyone,

I tried using jrebel in netbeans with kumuluz, but I am having difficulty integrating it, I followed the lines on the next page: https://manuals.jrebel.com/jrebel/standalone/maven.html

I have also tried removing kumuluz jetty server and running it independently and using maven (https://manuals.jrebel.com/jrebel/standalone/launch-from-command-line.html#jettycli) but got no results either.

my last attempt was to use agentpath with jrebel path and main com.kumuluz.ee.EeApplication file location but it doesn't work.

can anybody help me?

cen1 commented 4 years ago

Hi

I tried JRebel IntelliJ plugin and it works as expected. I opened our kumuluzee-samples project, kumuluzee-rest module. Started the app with JRebel, modified an endpoint, rebuilt module and the endpoint changed accordingly without restarting the framework.

ChristianLoza commented 4 years ago

Hi

I tried JRebel IntelliJ plugin and it works as expected. I opened our kumuluzee-samples project, kumuluzee-rest module. Started the app with JRebel, modified an endpoint, rebuilt module and the endpoint changed accordingly without restarting the framework.

can you show me the configuration you made ?, JRebel is activated, but the icon to execute it is deactivated

cen1 commented 4 years ago

I just followed the docs, nothing particular. Hope this helps in any way.

Screenshot 2020-06-19 at 09 09 06 Screenshot 2020-06-19 at 09 08 09

"Rebel Run"

Screenshot 2020-06-19 at 09 08 22 Screenshot 2020-06-19 at 09 14 40