0

In our organization we have been using JRebel 6.3.1. It was working perfectly. Now we have upgraded weblogic to 12.2.1.3. Post this upgrade, the java changes are not being picked up. The JSP changes however are being picked up. Is there any setting that needs to be done?

Shashi
  • 339
  • 1
  • 4
  • 15

1 Answers1

3

WebLogic 12.2.1.3 integration with JRebel has been added in the 7.1.0 version of JRebel.

See changelog: https://zeroturnaround.com/software/jrebel/download/changelog/7-x/

Tiit
  • 185
  • 2
  • 8
  • Thank you Tiit. Would that mean I will not be able to use earlier version of Jrebel on latest weblogic? – Shashi Oct 06 '17 at 11:27
  • 1
    @Shashi Technically, you could use an older version of JRebel with WebLogic 12.2.1.3 by disabling JRebel's WebLogic integration but there is no good reason to not update to the latest version. Should there be any additional issues, feel free to contact support at support@zeroturnaround.com – Tiit Oct 09 '17 at 14:04