persistence@glassfish.java.net

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

From: Peter Krogh <peter.krogh_at_oracle.com>
Date: Fri, 28 Oct 2005 09:22:24 -0400

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