- This topic has 23 replies, 5 voices, and was last updated 20 years, 6 months ago by
Riyad Kalla.
-
AuthorPosts
-
Riyad KallaMemberAnd what happens when you hit “Attach source” when in the class editor and point it back at your project?
maxacmeMemberThere is no “Attach Source” button on my class editor when this bug happens. It’s very wierd.
Riyad KallaMemberAnother user is having as similar problem and we are looking into this. Try rebuilding your project and closing/reopening it. I’ve seen this 2 other timse where the Eclipse source locator seems to forget where the source is.
dervoelkelMemberI work with MyEclipse 2.7.1 and JBoss 3.2.3 and have the same problem. The workaround I made was to start JBoss at the command line in debug mode and then attach an Eclipse “Remote Java Application” Debug configuration to it so I could set the source in the debug configuration. This solutions works but is not according to the approach of MyEclipse!
Riyad KallaMemberdervoelkel,
Can you verify that your JBoss 3 connector settings are able to start JBoss correctly in debug mode? If so, when you launch it from within ME to debug the SAME file, is the source always lost and only works if you start it externally?Does a full project rebuild fix the issue? This problem is very elsuive and so far we haven’t been able to run it down consistently with any user.
dervoelkelMemberIt works even if I create a new debug configuration within ME, because also in this case I can configure the source paths of the configuration. The only mode where it does not work, is when I press the button “Start/Stop Servers” which starts up JBoss 3. The only point I found where I can configure JBoss 3 (Window->Preferences->appservers->jboss3) has no options for adding sources.
My Project contains a webapp project (client) and a ejb project (server side in the ejb container). The funny thing is that I can step into the a Delegate class in my webapp (there the source is found!) but not step into the EJB this Delegate class calls, there I get the same “source not found” message (without the “Attach Source” Button) as as maxacme.I hope this could bring light into your bug search,
Dave
Riyad KallaMemberDave,
The only mode where it does not work, is when I press the button “Start/Stop Servers” which starts up JBoss 3.
What is the error you see in the console? Can you copy-paste it here for me to see?
My Project contains a webapp project (client) and a ejb project (server side in the ejb container). The funny thing is that I can step into the a Delegate class in my webapp (there the source is found!) but not step into the EJB this Delegate class calls, there I get the same “source not found” message (without the “Attach Source” Button)
Neither myself or another developer can reproduce this problem with the EJB component, are you able to create a small sample EAP project that exhibits this behavior and send it to support@genuitec.com with a reference to this thread?
vinodhtsMember@support-rkalla wrote:
Dave,
The only mode where it does not work, is when I press the button “Start/Stop Servers” which starts up JBoss 3.
What is the error you see in the console? Can you copy-paste it here for me to see?
My Project contains a webapp project (client) and a ejb project (server side in the ejb container). The funny thing is that I can step into the a Delegate class in my webapp (there the source is found!) but not step into the EJB this Delegate class calls, there I get the same “source not found” message (without the “Attach Source” Button)
Neither myself or another developer can reproduce this problem with the EJB component, are you able to create a small sample EAP project that exhibits this behavior and send it to support@genuitec.com with a reference to this thread?
Im experiencing similar problem.I also not able to see the source while debugging.Still debugger will get launched but It will say no source attached to it.I tried redeploying enitire project and do all clean up for previous deployment.Still problem exists.Any help is really appreciated.
Thanks,
Vinodh
Riyad KallaMemberCan you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
-
AuthorPosts