Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] EclipseLink/Example/JPA

Jose,
Here are some relevant links on using Derby with EclipseLink that may be of assistance - these are container related and not the same as the SE examples in your link.

http://wiki.eclipse.org/EclipseLink/Examples/JPA/Derby
http://wiki.eclipse.org/EclipseLink/Examples/JPA/WebLogic_Web_Tutorial#Derby_JTA_Datasource_Setup
http://wiki.eclipse.org/EclipseLink/Examples/JPA/GlassFishV2_Web_Tutorial#JNDI_Datasource_Setup

   HSQL
http://wiki.eclipse.org/EclipseLink/Examples/JPA/JBoss_Web_Tutorial#HSQL_Hypersonic_Default_Datasource

   Oracle 11
http://wiki.eclipse.org/EclipseLink/Examples/JPA/OC4J_Web_Tutorial


   thank you
   /michael
   www.eclipselink.org


Jose Alvarez de Lara wrote:
Hi,

In general our examples include database configuration code

This is what I was asking.

Thanks a lot,
Jose

--------------------------------------------------
From: "Tom Ware" <tom.ware@xxxxxxxxxx>
Sent: Monday, March 08, 2010 3:15 PM
To: "EclipseLink User Discussions" <eclipselink-users@xxxxxxxxxxx>
Subject: Re: [eclipselink-users] EclipseLink/Example/JPA

In general our examples include database configuration code - it is just a matter of pointing at the database you have chosen. If you need some help with that, just let this mailing list what specific problem you are running into.

Here's an example of how setup will work for one of our examples RCP example. Other examples should be simliiar, and, if anything, less complicated to setup.

http://fisheye2.atlassian.com/browse/eclipselink/trunk/examples/org.eclipse.persistence.example.jpa.rcp.comics/ReadMe.txt?r=2098

If you don't have a database, some good starting points are:

http://www.mysql.com/
http://db.apache.org/derby/
http://www.postgresql.org/

-Tom

Tim Hollosy wrote:
I think he's asking where he can get a copy of the Derby database used
in the comics examples...

./tch



On Mon, Mar 8, 2010 at 8:55 AM, Tom Ware <tom.ware@xxxxxxxxxx> wrote:
Hi Jose,

It is not clear to me what exactly your problem is. EclipseLink should work with most database available today. If you're looking for a free one,
try MySQL, PostGres or Derby.

-Tom

Jose Alvarez de Lara wrote:
Hi,
 I would like to try the examples at
http://wiki.eclipse.org/Category:EclipseLink/Example/JPA
but I do not know where can I get the database for every example.
 Regards,
Jose

------------------------------------------------------------------------

_______________________________________________
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

_______________________________________________
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

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



Back to the top