OKay let me step this problem back to the root issue.
The root of the problem is that I am trying to step into a JBoss server file so that I can debug some security setup issues, but since this is a server jar file I can’t have it put in the ear. I can’t attach the source to debug unless I have the jar file attached to the project in some way.
I do have other libraries that I do want included in my ear, so I can’s just uncheck the MyEclipse –> Java Enterprise Project –> Web Project –> Deployment (tab) –> “Jars in Web Project’s user libraries” setting.
Any suggestions on the best way to attach a jar file to a project that you want to debug into but that you don’t want ultimatly in your projects ear?