Hybris commerce + custom backoffice extension : JREBEL Runtime error
Hi all, I followed the hybris setup instruction to use jrebel with a standard hybris 6.3 platform setup. I created a standard custom backoffice extension with the default widget created by the ant...
View ArticleSpringBoot 1.5.2, Eclipse, JRebel Exception
When trying to start my project with ${jrebel_args} in eclipse, I get the following exception. I don’t get the exception with out the parameter in eclipse....
View ArticleJRebel Junit Sample Code for Eclipse
Hi, Can someone help me in showing a sample piece of code on how to connect junits and jrebel in eclipse?
View ArticleJRebel with Docker – VM fails to start
Hi. I’m trying to load the JRebel agent with a simple Spring Boot application running in a Docker container. Everything is working without the JRebel agent. I have been looking at these instructions:...
View ArticleReply To: Does it support Weld SE?
Hi, Our developers made some fixes to the nightly build available for download from https://zeroturnaround.com/software/jrebel/download/nightly-build/. Let me know if using the nightly build resolved...
View ArticleReply To: SpringBoot 1.5.2, Eclipse, JRebel Exception
Hey Steve, Could you provide us with some more details? To get the best picture of the environment you’re using, please add an additional argument to ${jrebel_args} – “-Drebel.log=trace” and reproduce...
View Articlespring-boot project never reload the jsp in src/main/webapp
spring-boot project never reload the jsp in src/main/webapp. I run my project in netbeans with maven goal : spring-boot:run Below are my pom.xml <plugin>...
View ArticleReply To: JRebel Junit Sample Code for Eclipse
Hi Natraj, JRebel does not have any special integrations for JUnit testing. JRebel would be somewhat useful for keep-alive testing but currently does not support it out of the box. There exist some...
View ArticleReply To: spring-boot project never reload the jsp in src/main/webapp
Hi Peter, From the above snippet it seems you are trying to use a relative path, however this does not work in the rebel.xml. One option is to prepend the maven property ${project.baseDir} to...
View ArticleReply To: JRebel Plugin Configuration Tab is missing
Hi Daniel, I have been talking with the PM for the IDE plugins. We are at least going to update the plugin information to make it a little more clear on exactly how to add JRebel plugins through CLI,...
View ArticleXRebel is disabled for this servlet context
Hello, I’m trying to run the XRebel standalone UI on my tomcat 8 server. I’m getting the following error when i point my browser to /xrebel: {“error”:”XRebel is disabled for this servlet context....
View ArticleReply To: JRebel does not reload changes
The same here. Are there a patch or a solution for this?
View ArticleReply To: spring-boot project never reload the jsp in src/main/webapp
sorry not working, even I use absolute path, it just can’t work <configuration> <web> <resources> <resource>...
View ArticleReply To: spring-boot project never reload the jsp in src/main/webapp
I know the problem cause, because the spring boot project is a jar project, my pom.xml defined <packaging>jar</packaging>, so how can I add src/main/webapp ?
View ArticleReply To: Hybris commerce + custom backoffice extension : JREBEL Runtime error
Hi, I’m Risto, one of the engineers here at ZeroTurnaround. In order to further investigate this issue we would need to see the full log file. Could you please send us a trace level jrebel.log file to...
View ArticleReply To: spring-boot project never reload the jsp in src/main/webapp
css can reload, but tsp just can’t.
View Articleorg.springframework.boot.env.YamlPropertySourceLoader could not be processed
Hi guys, I got this stacktrace if I start an app with spring-boot 2.0.0.BUILD-SNAPSHOT … 2017-04-26 23:31:37 JRebel: ERROR Class ‘org.springframework.boot.env.YamlPropertySourceLoader’ could not be...
View ArticleReply To: org.springframework.boot.env.YamlPropertySourceLoader could not be...
Hi, thank you for letting us know. Indeed I’ve managed to reproduce the error right away. I highly recommend not to use snapshot builds with JRebel. We are constantly updating our integration with...
View Articlenetbeans , a suggestion
not a good idea to install jrebel into “user installed pluging” category, if i want to reinstall jrebel, first i need to remove all plugins in that category.
View Articlecorrect way to make jrebel work for spring boot project in netbeans
correct way to make jrebel work for spring boot project in netbeans http://peter.quantr.hk/?p=2311
View Article