Here is what my environment is:
bea weblogic 8.1SP1 (or 3 — tried both, exactly the same behavior)
eclipse 3.0 release
myeclipse 2.8 beta
jdk1.4.2_05 (also tried 1.4.1, 1.4.2_02 — the same results)
When i change some java class while bea is running the application breaks (it does not give me classNotFound, rather a bunch of nullPointerExceptions, looks like it looses the app/session context some how) — i have to restart the server to get it back to working mode and pick resent changes as well.
It looks like the classpath gets screwed up some how. I’m wondering how it works in lomboz. Actually i would get the same behaviour with lomboz unless i turn off “use system classpath” option in lomboz configuration. I would imagine if it works with lomboz it should work with myeclipse — myeclipse is much better j2ee environment (i think). I also searched this forum for the answer, people seem to have a lot of problems with hot-redeploy overall, unfortunately i could not get definate answer if there is solution to this problem or not.
Please help.