-
Hi,
I'm not at all sure this is a capsule-daemon issue and not a result of my erroneous configuration, or an issue with `us.kirchmeier.capsule`, however I'm a bit stuck so any advice would be great.
T…
roded updated
8 years ago
-
Comments for https://www.endpointdev.com/blog/2017/10/hot-deploy-java-classes-and-assets-in/
By Piotr Hankiewicz
To enter a comment:
1. Log in to GitHub
2. Leave a comment on this issue.
-
Hi!
I am struggling with a following exception:
```
Caused by: java.lang.ClassCastException: org.hotswap.agent.plugin.spring.getbean.HotswapSpringInvocationHandler cannot be cast to org.apache.cxf.…
-
Hello there. On Ubuntu Linux 18.04, I have `java -jar GameController.jar` working on master, but not the TeamCommunicationMonitor, it just exits.
Any ideas?
```
pzrq@rbox:~/Projects/GameContro…
-
I recently found that the when unpacking a lot of files into the extra-classpath directory, FileWatcher can sometimes skip the events for random files **completely**, and only catch it randomly after …
-
Investigate the possibility of using [HotswapAgent](http://hotswapagent.org/) to support hot reload in DWCJ projects.
-
I am trying to use HowswapAgent with DCEVM 1.8 and Spring, I get
`java.lang.IllegalArgumentException: Protected method: getXxx()Lcom/xx/entity/Xxx`
when visiting the site.
I have AaaController ex…
-
Dear Team,
Java verson: jdk1.8.0_191
DCEVM - 181 version
Hotswap-agent- 1.4 snapshot.jar
Issue:
1. Creating boolean variable in Model java class.
private boolean sampletest;
publi…
-
I am using open jdk 1.7 and the plugin works fine with modifying methods, new methods and new class fields. However, when I add a new class and then refer to it from an existing class, the new class d…
-
As discussed in #65 and #182 it would be nice to have a hot swap feature in order to replace plugins and let pf4j automagically stop and start/restart them.
The only project I know of which already…