- This topic has 1 reply, 2 voices, and was last updated 16 years ago by Loyal Water.
-
AuthorPosts
-
Ron CourtrightMemberFirst the installation details:
*** Date:
Tuesday, October 28, 2008 4:15:21 PM GMT-08:00** System properties:
OS=Linux
OS version=2.6.26.6-79.fc9.x86_64
Java version=1.5.0_15*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.5.1 GA
Build id: 6.5.1-GA-20080715*** Eclipse details:
Fedora Eclipse PlatformVersion: 3.3.2
Based on build id: M20080221-1800Eclipse Graphical Editing Framework
Version: 3.3.2.v20080129
Build id: 20080221-1602Eclipse Platform
Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800Eclipse Java Development Tools
Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800Eclipse RCP
Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800Eclipse startup command=-os
linux
-ws
gtk
-arch
x86_64
-showsplash
-launcher
/usr/lib64/eclipse/eclipse
-name
Eclipse
–launcher.library
/usr/lib64/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.3.R33x_v20080118/eclipse_1023.so
-startup
/usr/share/eclipse/startup.jar
-exitdata
1260014
-vm
/usr/bin/java
Here is the problem: From time to time I may lose my database connection because of a flaky VPN connection. If I submit a database query whilst unbeknownst to me my connection got reset, the DBExplorer just hangs.
Worse, it displays a modal dialog advising me an “Operation is in progress…” and that dialog cannot be dismissed. After several minutes control is returned to me, but the inability to carry on with other tasks whilst the DB explorer sorts itself out is not acceptable.
Is there a workaround? Our Java projects are enormous and I fear that if I just kill the eclipse process I will be stymied by a long rebuild as the IDE refreshes the project and its build state after a forced termination.
Thank you for your support on this matter.
Loyal WaterMembergrowltiger ,
You could go to Windows > Prefs > MyEclipse > Database Explorer and change “Reconnect when Database Connection is lost” to Always Reconnect. Does that help? -
AuthorPosts