Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] spring vendor support and dialect for eclipselink?

Doug,

Thanks for the pointers. I've since rolled back to using toplink essentials for now, but really want to go back to eclipselink before people start pushing a move to hibernate :) Once I get my project working properly and have more time, I'll take a look at those two classes so I can test with eclipselink. It would be great if a future version of Spring shipped with elipselink support out of the box.

Best
Nate


Doug Clarke wrote:
Nate,

I have a working prototype but it needs to be fully tested and then contributed to the Spring project. This effort needs to get rolling soon. If you want to get started on your own you should be able to take the TopLink Essentials JPA vendor adapter and dialect and modify them to use EclipseLink.

The classes that are shipped in Spring 2.X are:

\tiger\src\org\springframework\orm\jpa\vendor\TopLinkJpaDialect.java
\tiger\src\org\springframework\orm\jpa\vendor\TopLinkJpaVendorAdapter.java

I will see what we can do to schedule getting this addressed in the Spring Framework in the near future.

Doug

-----Original Message-----
From: eclipselink-users-bounces@xxxxxxxxxxx
[mailto:eclipselink-users-bounces@xxxxxxxxxxx]On Behalf Of natjohns
Sent: Friday, January 18, 2008 12:01 PM
To: EclipseLink User Discussions
Subject: [eclipselink-users] spring vendor support and dialect for
eclipselink?


Hi all

I'm trying to get eclipselink to work with spring.  On this page:

http://wiki.eclipse.org/EclipseLink/Examples/JPA/Spring

It says:

"EclispeLinkJpaDialect is derived from the TopLinkJpaDialect shipped in
the Spring Framework 2.0.4. Customized for EclipseLink package names.
EclipseLinkJpaVendorAdapter is derived from TopLinkJpaVendorAdapter."

Those classes are not in any spring jars that I can find.  I've looked
in spring versions 2.0.4 through 2.5.1.

Anyone know where I might find them?

Thanks!
Nate
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users

--
Nathaniel A. Johnson                           Voice: 812.855.9905
Principal Systems Analyst                        Fax: 812.856.9046
Systems Integration Team, Enterprise Software   Indiana University


Back to the top