- This topic has 11 replies, 3 voices, and was last updated 20 years, 9 months ago by Scott Anderson.
-
AuthorPosts
-
pyurevichMemberME stops execution of JBoss on all exceptions if I have started it from MyEclipse toolbar.
“Windows->Preferences->Java->Debug->Suspend execution on uncaught exceptions” option doesn’t affect on this behavior…I’m using fresh MyEclipse 3.7RC2 & Eclipse 3.0M6
Please help, this issue make my life terrible…
support-michaelKeymaster1) What OS and JDK are you using?
2) Is this a new MyEclipse/Eclipse install?
pyurevichMember1) Windows XP Professional, Sun JDK 1.4.2_03-b02
2) It’s pretty new installation – week or two old without any addition plugins…
support-michaelKeymasterI’m setting up a testcase now. In order to replicate this behavior is it as simple as throwing a runtime exception inside a servlet or other class? Please provide more details if it is more specific than this.
pyurevichMemberCorrect, ME suspends execution on ANY uncaught exceptions in an application being debuged.
support-michaelKeymasterLast question (fingers crossed) what version of JBoss are you using.
pyurevichMemberI tried JBoss 3.2.1, 3.2.2, 3.2.3. I think this is Eclipse/MyEclipse debug subsystem issue rather than JBoss.
It looks like ME configuration failure. So I can try to reset ME configs if You could tell me how…
support-michaelKeymasterActually, what I’m looking into is JDK/Eclipse debug compatibility. We have had several users upgrade to the latest JDK using Sun’s new update mechanism built into the JDK. After the update basic Java debugging was kaput. They were forced to rollback their JDK’s. I’m still looking into this. I’ll post something as soon as I have the info.
pyurevichMemberHi Michael! Do you have any good news?
Scott AndersonParticipantWhile this *could* be a JDK incompatibility issue, it could also be that you’ve told Eclipse to suspend on uncaught exceptions by setting Window > Preferences > Java > Debug > ‘Suspend execution on uncaught exceptions’. 🙂
pyurevichMemberI my first post I marked that
setting Window > Preferences > Java > Debug > ‘Suspend execution on uncaught exceptions’
doesn’t work. That was a trouble.
In any case I have migrated back to the ME Version: 2.6.200 Build id: 200312091200-2.7-RC1. It works ok. I think 3rd version is still too buggy…BTW – On the http://www.myeclipseide.com/index.php you told that ME can “Productivity Wizards – WAR, JAR and EAR import and export.” Could you help me found the “EAR import” wizard?
Scott AndersonParticipantIn any case I have migrated back to the ME Version: 2.6.200 Build id: 200312091200-2.7-RC1. It works ok. I think 3rd version is still too buggy…
We constantly tell people that the 3.0 milestone builds of Eclipse are full of problems and really shouldn’t be used if stability is of critical importance to you. I think you’ll find that the 2.x products, although they contain the same feature set from us, will be much more stable just because Eclipse 2.x is much more stable.
BTW – On the http://www.myeclipseide.com/index.php you told that ME can “Productivity Wizards – WAR, JAR and EAR import and export.” Could you help me found the “EAR import” wizard?
Looks like the web guys took our functionality description and shortened it so it will fit on one line. Unfortunately when they did this, it also became ambiguous. Currently, there isn’t an ‘EAR import wizard’. In fact, such a thing makes very little sense since EAR archives are binary and don’t contain source code anyway.
-
AuthorPosts