Questions tagged [bytecode-hot-swap]

4 questions
1
vote
0 answers

how to use Spring-Loaded with jboss?

How to use spring-loaded project with jboss 4. As far as I've found that we need to interact with java agent in order to hot swap *.class but how to use it for jboss or how to interact with jboss java-agent?
manojsingh
  • 61
  • 6
1
vote
0 answers

hotswap java code using java 7,spring framework 4.0, eclipselink, oracle 11 db, websphere 7 server

I worked on play framework and got to know the best feature of it that you dont need to build and publish the code changes to reflect it on UI.You just save the changes and refresh the page you will find your changes on web page.Now i am using…
Pradip Karad
  • 1,377
  • 2
  • 9
  • 8
0
votes
1 answer

How to unload an invalid class from a class loader (ByteBuddy related)?

I've a read a couple of questions related to the general problem of unloading/reloading a class at runtime and it seems to be a tricky and somewhat fishy issue. I wonder however what is the case of classes which where explicitly instrumented in the…
0
votes
1 answer

Bytecode Hotswap - perplex

I have no idea anymore. Since today 14pm the hot-code replace does not work anymore. I had jdk8_74x64 installed on win10x64. I test it using this code in a simple project (without maven and without dependencies): public class Test{ public static…
Grim
  • 1,938
  • 10
  • 56
  • 123