- This topic has 6 replies, 2 voices, and was last updated 16 years, 6 months ago by Loyal Water.
-
AuthorPosts
-
A. Rick AndersonParticipantI have a JPA implementation using MyEclipse and Hibernate. However, if I install the updates for “Eclipse Rich Client Platform”, it totally hoses up the entire project and I am forced to do a total re-install.
Is this a known problem, and is there a workaround for it?
Loyal WaterMemberWhat version of MyEclipse are you working with ? Can you go to MyEclipse > Installation Summary > Installation Details and paste the infromation here for me.
A. Rick AndersonParticipantI’ve gotten it to work by creating a creating a new project, adding JPA and copying all the source code over.
My concern is the classic problem, if I don’t know why it failed, I don’t know for sure that I can fix it the next time.
But either way, the fact that updating my installation with the project code from “http://eclipsercp.com/update” would corrupt things at all is disturbing!
*** Date:
Tuesday, May 13, 2008 3:05:41 PM EDT** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.6.0_05*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.0.1 GA
Build id: 6.0.1-GA-200710Eclipse Project SDK
Version: 3.3.1.R33x_r20070802-7M7J78_mu1mnlRa7A4Ns52XeZ6D0
Build id: M20070921-1145Eclipse Platform
Version: 3.3.1.R33x_r20070911-_19UEkpF-B7Uh2hKy75y
Build id: M20070921-1145Eclipse Plug-in Development Environment
Version: 3.3.1.R33x_r20070802-7N7M3D1VIA_52JsDFsEC
Build id: M20070921-1145Eclipse RCP
Version: 3.3.1.R33x_r20070802-8y8eE8sEV3Fz0z0GlHJrXvTAUS
Build id: M20070921-1145Eclipse Java Development Tools
Version: 3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL
Build id: M20070921-1145Eclipse Graphical Editing Framework
Version: 3.3.1.v20070814
Build id: 20070814-1555Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 6.0\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.1.R33x_v20070828\eclipse_1020.dll
-startup
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-vm
C:\Program Files\Java\jre1.6.0_05\bin\client\jvm.dll
Loyal WaterMemberMaybe your worskapce got corrupted while updating or you had some plugin that went bad. You can try using the -clean command to fix such issues incase you run into them in the future:-
https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/
A. Rick AndersonParticipantClean didnt’ do it, but copying the project code to a new JPA project did. Then I deleted the original project, and renamed the new project back to the original project name. Strange Juju!
Loyal WaterMemberI would like to try reproducing this at my end. Can you give me the name of the patch (as it shows up on the updates window under Help > Software Updates).
Loyal WaterMemberThis is what I just tried:-
1. Create a new Java Project.
2. Add JPA capabilities to it (persistence provider Hibernate)
3. Check the project to see if everything works fine
4. Applying the Eclipse 3.3.1 RCP patch 1,2 and 3.
5. Check if the project runs into issues. It didn’t give me any problems.Are you referring to any other update ?
-
AuthorPosts