- This topic has 11 replies, 3 voices, and was last updated 21 years, 4 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…
February 2, 2004 at 4:21 pm #202812
support-michaelKeymaster1) What OS and JDK are you using?
2) Is this a new MyEclipse/Eclipse install?
February 2, 2004 at 4:33 pm #202814
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…February 2, 2004 at 4:45 pm #202816
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.
February 2, 2004 at 4:54 pm #202817
pyurevichMemberCorrect, ME suspends execution on ANY uncaught exceptions in an application being debuged.
February 3, 2004 at 8:51 am #202845
support-michaelKeymasterLast question (fingers crossed) what version of JBoss are you using.
February 3, 2004 at 11:20 am #202852
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…February 3, 2004 at 11:38 am #202853
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.
February 10, 2004 at 3:05 pm #203161
pyurevichMemberHi Michael! Do you have any good news?
February 10, 2004 at 6:44 pm #203175
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’. 🙂
February 13, 2004 at 3:55 pm #203307
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?
February 15, 2004 at 5:23 pm #203388
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