Reply To: Exclude files with "manual" file access
Hi Jens, JRebel does remap the servlet context path to load static files from the project dir. If you add exclude for some file under the web element like “/resources/header.png” and use...
View Articlejdeveloper jsff modification works in JRebel
Hi, I installed JRebel in Jdeveloper as plug in. I was able to make .java change picked up in JRebel, but couldn’t make .jsff page work. I am wondering if anyone can provide an sample of rebel.xml...
View ArticleReply To: jdeveloper jsff modification works in JRebel
Also I wanted to see if changes in VO.xml is picked up by JRebel. Should VO.xml directory configured in “classpath” tag or different tag? Please help. Thanks
View ArticleReply To: jdeveloper jsff modification works in JRebel
Hi Liang, Did you create the rebel.xml yourself or did JDeveloper generate it? Could you enable logging for JRebel and then try to reproduce this issue? Logging can be enabled from your IDE’s JRebel...
View ArticleReply To: JRebel not 'seeing' updated classes from inside docker...
Hi, Due to Docker using virtualization, JRebel needs to have remoting enabled. Here is the instructions on enabling remoting on IntelliJ:...
View ArticleReply To: Optimizer fails to start: "Could not load font" [OpenSans]
Hi again! I have basically the same configuration but it seems to work. Could you track down the native calls for loading the fonts with following process: 1. install strace (I think it is not...
View ArticleUpgrading to Jersey 2.19 causes Jrebel to fail
I just upgraded my project to Jersey 2.19 and now deploying the application (Eclipse, Tomcat 8.0.5) throws the following exception: 2015-07-09 12:49:24 JRebel: ERROR Class...
View ArticleJRebel for Android giving NullPointerException when trying to run app
Running the latest Android Studio, made sure the gradle dependencies were added properly, and when I try to run the app with JRebel I get the following output: Preparing application... This may take a...
View ArticleReply To: jdeveloper jsff modification works in JRebel
Emailed you the log file. For the rebel.xml, the top part was generated by Jdeveloper, the bottom part was added manually. Thanks
View ArticleReply To: Upgrading to Jersey 2.19 causes Jrebel to fail
Hi Iyad, We have already located the issue and are working on a fix. We’ll tell you as soon as it gets fixed. All the best, Veiko
View ArticleReply To: JRebel for Android giving NullPointerException when trying to run app
Hi, one of the JRebel for Android devs here. Thanks for reporting this, we’ll look into it right away!
View ArticleReply To: Exclude files with "manual" file access
Hi Meelis, thank you very much. That was exactly my case. Changed the call to your first example and it works. Jens.
View ArticleReply To: Where is server view?
Hi Matthew, Did this fix your issue? Did you get everything running as expected?
View ArticleFresh Install, Could not locate cache, then says it could not save time
Hi, I’m new to this plugin since 5 minutes. Using eclipse since 8 years There’s a yellow bar saying “Could not locate cache. Cache cleaning will not be available”. I was wondering what was that? And...
View ArticleDelay handling of class reload events
Hi, I’m currently in the process of developing a plug-in for Magnolia Blossom. I’m using a ClassEventListener to re-initialize the Spring application context, when classes with certain annotations are...
View ArticleReply To: Fresh Install, Could not locate cache, then says it could not save...
Hi! Glad to hear that your eclipse works faster! Basically what cache cleaning does is it detects the jdt core plugin from your workspace .metadata directory and cleans it up. Over time Eclipse stores...
View ArticleJRebel 6.2.1: Unknow type constant pool X at position Y
Hello, I’m getting these logs when Mojarra loads: ... 2015-07-13T10:50:50.483+0200|Severe: Unknow type constant pool 0 at position 85 2015-07-13T10:50:50.483+0200|Severe: Unknow type constant pool 116...
View ArticleReply To: JRebel 6.2.1: Unknow type constant pool X at position Y
Hey Michele Please set JRebel logging level to trace (either in IDE or via ‘-Drebel.log=trace’ VM argument), restart server, reproduce the issue with both excessive logging and mbeans not found, shut...
View ArticleReply To: Delay handling of class reload events
Hi Arne, Our spring integration plugin itself is based on lazy reloading – it will queue the reloading until a servlet request is made(if it’s a web application). I think you can do something similar...
View ArticleReply To: JRebel 6.2.1: Unknow type constant pool X at position Y
OK, mail sent. Setting -Drebel.mojarra.scan=false has no effect. Thank you.
View Article