From: artemgolubev <nu...@jb...> - 2005-05-31 05:51:24
|
I downloaded and installed JBoss 4.0.2 binaries and source code. When I downloaded JBossIDE 1.5M1. Created JavaProject there and set source code for the project as JBoss souce codes. Then swiched to debug and started JBoss in debug mode. Then I set breakpoint in the JBoss source code (Container.invoke) and deployed my bean and called it's method. But code did not stoped on my breakpoint. Could you please tell me why? What did I do incorrectly? Then I made raise an exceptoin in my bean I see in call stack that Container.invoke is called then I call method of my bean. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879489#3879489 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879489 |