[JBoss-user] [Beginners Corner] - Re: Source Not Found

2006-03-26 Thread IQBALA79
UPDATE: Well I have pointed the source to "jboss-client.jar", and now seems to run fine in java perspective in Eclipse. However in debug mode when i step through I still get the message of Source not found attach source. Any ideas why this is?..for now im ignoring this but i dont want it to be

[JBoss-user] [Beginners Corner] - Re: Source not found message

2006-01-09 Thread JavaBob
OK I've got it working. 1.) The "Source not found" message is not an error. Eclipse is running the deployed files but has had a problem. By pointing to where the source files are it can highlight the problem lines. 2.) This then allowed me to step into the JBoss classes where I had problems.