[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Help: Explanation on how Hot Swap works

2005-03-04 Thread lowhm
Hi, I'm interested in knowing how the hotswap in java platform debugging architecture works. I'd appreciate if anyone can explain or point to me any documents, url, etc on how the hot swap works. From what I observe, it seem like it's swapping the new compiled class bytecode with the class

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: incompatible stream classdesc serialVersionUID

2005-03-04 Thread lowhm
Hi, This is likely due to the problem that the version of class on your client is different from server. E.g. You call the EJB from a servlet, thus servlet is client. On your servlet, you will have some class of your EJB. If you make some changes to your EJB and redeploy your EJB, but didn't

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: Step debugging JSP pages

2005-03-04 Thread lowhm
Hi, I have just posted a reply on the JBoss-IDE user group http://www.jboss.org/index.html?module=bbop=viewforumf=201 You may want to check out that message. Cheers. Han Ming View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868755#3868755 Reply to the post :

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Hot swap fail when adding/removing methods

2005-03-03 Thread lowhm
Hi, I'd appreciate some help on the following problem. I have successfully configure Eclipse to run with the interactive debugger and hot swap enable when I change some of the code during debugging. However, if I add a method to the code I'm currently debugging, it pop up an error window Hot