persistence@glassfish.java.net

RE: What are the TopLink specific properties user can specify insidepersistence.xml?

From: Peter Krogh <peter.krogh_at_oracle.com>
Date: Fri, 28 Oct 2005 15:44:57 -0400

Yes - plataform sounds like some furry duck billed mammal :)

-----Original Message-----
From: Marina.Vatkina_at_Sun.COM [mailto:Marina.Vatkina_at_Sun.COM]On Behalf Of
Marina Vatkina
Sent: Friday, October 28, 2005 3:08 PM
To: persistence_at_glassfish.dev.java.net
Subject: Re: What are the TopLink specific properties user can specify
insidepersistence.xml?


Peter,

I just ran spellchecker on the text and found a typo (or is it an error?):

Peter Krogh wrote:

> Marina has the list and it is on the feature website I believe...
> EntityManagerFactoryProvider.JDBC_DRIVER_PROPERTY = "jdbc.driver";
> EntityManagerFactoryProvider.JDBC_CONNECTION_STRING_PROPERTY = "jdbc.connection.string";
> EntityManagerFactoryProvider.JDBC_USER_PROPERTY = "jdbc.user";
> EntityManagerFactoryProvider.JDBC_PASSWORD_PROPERTY = "jdbc.password";
> EntityManagerFactoryProvider.TOPLINK_PLATFORM_PROPERTY = "toplink.database.plataform.class.name";

Should be ...platform.... right? (no extra "a" between 't' and 'f').

thanks,
-marina

>
> EntityManagerFactoryProvider.TOPLINK_SERVER_PLATFORM_PROPERTY = "toplink.server.platform.class.name";
> EntityManagerFactoryProvider.TOPLINK_EXTERNAL_TRANSACTION_CONTROLLER_PROPERTY = "toplink.external.transaction.controller.class.name";
> EntityManagerFactoryProvider.TOPLINK_LOGGING_LEVEL = "toplink.logging.level";
>
> -----Original Message-----
> From: Sanjeeb Kumar Sahoo [mailto:Sanjeeb.Sahoo_at_Sun.COM]
> Sent: Thursday, October 27, 2005 4:36 PM
> To: persistence_at_glassfish.dev.java.net
> Subject: What are the TopLink specific properties user can specify
> inside persistence.xml?
>
> Hi Peter, Tom, Gordon,
> what are the TopLink Essential specific properties that user can
> specify using <properties> tag in persistence.xml? What are the legal
> values for all of them?
>
> Thanks,
> Sahoo