Hi, I use JBoss and I need to debug my own Beans, which I get by

InitialContext ctx = new InitialContext();
TestBean test = ctx.lookup("test/TestBean/remote");

I run Jboss in debug mode, next connect eclipse and everything is ok, but if I 
enter (step by step) into TestBean, Eclipse display information about source 
not found (it exist in project).
The tab name is $Proxy107.myMEthod.

DO I have I right thinking that JNDI uses TCP/IP to bind objects?

So, is a possibility to debug jndi objects and how?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980945#3980945

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980945
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to