Possible Duplicate:
I get “Source not found” when debugging my Java code in Eclipse
I`m using Eclipse Juno, Glassfish and I try to debug a JSF webapp. I start the server in debug mode, I enter a page, I do an action to enter an action method. The debug starts, the class name in the class tab is correct but with .method (ex. LoginForm.loginAction()), the icon near the name is the icon of the stack trace and in the content, where my sources should be, I get a Source not found... but I can see the variables correctly, the line number in the stack trace, but no source...
I debuged JSF, but with previous versions of Eclipse. This is very strange...