-
1. Re: Source not found for exception stack trace
jscalio Jun 16, 2004 10:32 AM (in response to jscalio)I forgot to include some of the required information:
- Operating system - Windows XP Professional
- Java version - JDK 1.4.2_03-b02
- Eclipse version - 3.0RC1
- JBoss-IDE version - 1.2.430
- JBoss version - 3.2.0
I am running JBoss via the launcher provided with the JBoss/IDE plugin. When I click on an exception stack trace in the console view I am receiving a "Source not found" information dialog.
I retraced my steps of installing the plugin, creating my project, configuring the launcher, but I am still not able to figure out why this is not working. This was working before I recently upgraded the JBoss/IDE to 1.2.430 and Eclipse from 3.0M8 to 3.0RC1.
In addition, I have searched the JBoss/IDE forum as well as read all of the associated JBoss/IDE documentation and FAQs.
Has anyone else experienced this problem?
Does anyone know of an acceptable solution or work-around?
Any/all feedback is greatly appreciated.
Thanks! -
2. Re: Source not found for exception stack trace
chuuch Jun 23, 2004 5:02 PM (in response to jscalio)I've experienced the exact same behavior since Eclipse 3.0 M8 (though I don't use JBoss).
Have you found a solution?
Do you use Ant to run your application? My only theory is that somehow that confuses Eclipse in its attempt to find the source. -
3. Re: Source not found for exception stack trace
wdrai Jun 23, 2004 5:20 PM (in response to jscalio)I don't think it is a problem with the Eclipse version.
JBoss-IDE 1.2.330 in Eclipse 3.0RC3 does not have this behaviour and works perfectly.
It is certainly a bug in JBoss-IDE 1.2.430. -
4. Re: Source not found for exception stack trace
sschmidt Jun 24, 2004 4:47 PM (in response to jscalio)Jim -
Based on the other posts I got this working by extracting the xerces plugin from the M8 version and hacking jboss-ide 1.2.330 into the updater. Don't know yet whether this caused anything to stop working, but it does know where to to find the project's source code now. -
5. Re: Source not found for exception stack trace
borg Jul 30, 2004 4:26 AM (in response to jscalio)i'm having a similar problem:
i'd like to debug a session bean deployed on jboss. therefore i wrote a simple main()-testmethods which just gets an interface of the bean and calls the method i want to debug, but the source of the bean cannot be found :(
in the source tab the whole project (containing the bean's source and the test class) is included (by default!).
i'm using the following software:
windows 2000 sp4.....
eclipse 3.0RC3
jboss ide 1.3
jboss 3.2.2
(jdk 1.4.2 and j2ee sdk 1.3.1)