Classpath, Enterprise JavaBeans, Output Path: BUG
The ouptut path is loaded into the classpath when debuggin starts. This is killer when trying to debug EJB's using a HotDeploy (I'm using JRun4.0), because recompiled classes will not properly get reloaded.
I removed the line in the .ipr file that adds it which says.
This seems to fix my problem for reloading, but makes MORE problems when I try to run local client tests.
root type="output" /
Anyone know a way around this? Am I doing something wrong in intellij?
Thanks,
Newt
Please sign in to leave a comment.