- This topic has 8 replies, 3 voices, and was last updated 17 years, 3 months ago by Greg.
-
AuthorPosts
-
freecouchMemberI’m running MyEclipse 6.0 (Version: 6.0.0.zmyeclipse60020070820, Build id: 6.0.0-GA-200708) on Kubuntu 7.04. When I try to create a Spring/JPA enabled project by following this tutorial:
http://www.myeclipseide.com/documentation/quickstarts/jpaspring/
… I get as far as “Figure 2. Adding Spring-JPA Capabilities” before running into a problem. The “Add Spring-JPA support” checkbox next to “Spring version” is missing. This prevents me from going beyong “Figure 3”, since the “Next >” button is greyed out on that screen.
yvon
Loyal WaterMemberCan you switch to a new workspace and try following this tutorial again ? In the mean time, ill get this tested by some one on Linux.
freecouchMemberThe same happens when I switch to a new workspace.
Let me know if I can provide more details about my environment.
Loyal WaterMemberYes. Please paste your installation details here for me. The posting guidelines thread can be found at the top of the forum.
freecouchMemberInstead of repeating “the posting guidelines thread can be found at the top of the forum.” in a thousand different threads, you should paste a link to the posting guidelines. I still have no idea where they are…
But here are my installation details…
*** Date:
Thursday, September 6, 2007 3:45:16 o’clock PM GMT-05:00** System properties:
OS=Linux
OS version=2.6.20-16-generic
Java version=1.5.0_12*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.0 GA
Build id: 6.0.0-GA-200708*** Eclipse details:
Eclipse SDKVersion: 3.3.0
Build id: I20070625-1500Eclipse Platform
Version: 3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G
Build id: I20070625-1500Eclipse Java Development Tools
Version: 3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR
Build id: I20070625-1500Eclipse Project SDK
Version: 3.3.0.v20070607-7M7J-BIolz-OcxWxvWAPSfLPqevO
Build id: I20070625-1500Eclipse RCP
Version: 3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG
Build id: I20070625-1500Eclipse Plug-in Development Environment
Version: 3.3.0.v20070607-7N7M-DUUEF6Ez0H46IcCC
Build id: I20070625-1500Eclipse Graphical Editing Framework
Version: 3.3.0.v20070620
Build id: 20070620-1021Eclipse startup command=-os
linux
-ws
gtk
-arch
x86_64
-showsplash
-launcher
/usr/local/java/eclipse/eclipse-3.3-europa/eclipse
-name
Eclipse
–launcher.library
/usr/local/java/eclipse/eclipse-3.3-europa/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.0.v20070606/eclipse_1017a.so
-startup
/usr/local/java/eclipse/eclipse-3.3-europa/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
-exitdata
1538020
-vm
/usr/local/java/jdk/jdk1.5.0_12/bin/java
GregMemberHello yvon,
Have you added JPA capabilities to your project before you are trying to add Spring capabilities? The tutorial you linked to assumes that you have previously added JPA capabilities to your project. If you have then when you add Spring caps… you will see a option for adding Spring-JPA support.
Also, we do support going the other direction. If you add Spring capabilities first to your project, then if you add JPA capabilities later, you will see the JPA caps… wizard has a new checkbox option for enabling Spring-JPA support as well.
So either way Spring + JPA or JPA + Spring, it should work for you.
Let me know if you did add JPA and it still doesn’t seem to work and we can try to help out.
freecouchMemberThanks, that’s exactly what I overlooked. Sorry to have wasted your time.
freecouchMemberBy the way, the “MyEclipse JPA Tutorial” link in the introduction of the JPA and Spring Tutorial is broken.
GregMemberGlad to hear you are able to get things configured. We will take a look at that bad link, sorry for the confusion.
-
AuthorPosts