persistence@glassfish.java.net

Re: Initial Derby support integrated

From: Sanjeeb Kumar Sahoo <Sanjeeb.Sahoo_at_Sun.COM>
Date: Thu, 01 Dec 2005 08:39:05 +0530

Very good question. I am hoping this requirement will be soon removed.

Thanks,
Sahoo

Marina Vatkina wrote:

>Mitesh,
>
>Why do you need to specify DerbyPlatform if it is Derby database?
>
>thanks,
>-marina
>
>Mitesh Meswani wrote On 11/30/05 15:51,:
>
>
>>Initial support for running against Derby will be available with today's
>>nightly. If you plan to run against Derby, please use DerbyPlatform in
>>your persistence.xml as shown below.
>>
>><?xml version="1.0" encoding="UTF-8"?>
>><persistence ..... >
>> <persistence-unit name ="em" >
>> <properties>
>> <property name="toplink.platform.class.name"
>>value="oracle.toplink.essentials.platform.database.DerbyPlatform"/>
>> .
>> .
>> </properties>
>> .
>> .
>> </persistence-unit>
>></persistence>
>>
>>
>>Thanks,
>>Mitesh
>>
>>
>
>
>