persistence@glassfish.java.net

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

From: Gordon Yorke <gordon.yorke_at_oracle.com>
Date: Fri, 28 Oct 2005 10:10:51 -0400

Sahoo,
        All of the properties correspond to strings. As far as legal values go it's better, from a extensibility perspective, to not validate the values of these properties. If TopLink adds a new DatabasePlatform, or server platform, it would be best to not have to update the validation code as well.
--Gordon

-----Original Message-----
From: Peter Krogh [mailto:peter.krogh_at_oracle.com]
Sent: Friday, October 28, 2005 9:22 AM
To: persistence_at_glassfish.dev.java.net
Subject: RE: What are the TopLink specific properties user can specify
inside persistence.xml?


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";
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