- This topic has 8 replies, 5 voices, and was last updated 16 years, 3 months ago by
Steve Olson.
-
AuthorPosts
-
dnedrowMemberIs there a mechanism for adding EclipseLink as a JPA provider for MyEclipse projects and reverse engineering? Can I just replace the toplink essentials libraries in the setup?
-David
July 14, 2008 at 7:18 am #287078
Loyal WaterMemberI have never tried using EclipseLink with MyEclipse. I’ll check with my team.
Can I just replace the toplink essentials libraries in the setup?
You can go to Windows > Preferences > MyEclipse Enterprise Workbench > Project Capabilities > JPA > TopLink and replace the libraries there.
December 5, 2008 at 11:40 am #291691
Brian LeathemMemberI have never tried using EclipseLink with MyEclipse. I’ll check with my team.
Any update on using EclipseLink with MyEclipse?
December 5, 2008 at 11:45 am #291694
Brian LeathemMemberFrom the Oracle Toplink Homepage:
the use of TopLink Essentials has been replaced with EclipseLink JPA.
December 8, 2008 at 12:40 pm #291760
Brian FernandesModeratorAs Nipun mentioned above, you can always replace our Toplink libraries with EclipseLink libraries, but persistence.xml will need manual conversion to work with EclispeLink. EclipseLink support is definitely on the cards for MyEclipse, a timeline for this has not yet been established, but we expect to support it in early 2009.
Hope this helps
December 8, 2008 at 4:20 pm #291762
Brian LeathemMemberEclipseLink support is definitely on the cards for MyEclipse, a timeline for this has not yet been established, but we expect to support it in early 2009.
Good to know, thanks!
March 31, 2009 at 4:30 pm #297053
Steve OlsonMemberAny update on the timeline for EclipseLink support? I’m interested in using EclipseLink, but not losing the nice JPA tools in MyEclipse.
In the meantime is the easiest approach still to use the Toplink support and then massage the persistence.xml file? I looked at the Eclipse Dali project briefly but it looks like there’s conflicts between the MyEclipse pluging requirements and the current Dali requirements so I bailed on that. I’m on MyEclipse 7.1…
March 31, 2009 at 5:43 pm #297056
Brian FernandesModeratorskolson,
MyEclipse 7.1 does have EclipseLink support. We include EclipseLink 1.0.2 libraries and you can select EclipseLink when creating a new JPA project. If you already have an existing project, I suggest you create a new dummy project and copy in the persistence.xml file from there (we will improve this in the future). You would also need to add the EclipseLink container to your project.
Hope this helps.
April 1, 2009 at 3:38 pm #297129
Steve OlsonMemberAwesome, I didn’t even notice that. Thanks! I’ll try tweaking the lib def to update to the EclipseLink 1.1.0 jars and see how it goes. Thanks!!
-
AuthorPosts