persistence@glassfish.java.net

Re: What are the TopLink specific properties user can specifyinsidepersistence.xml?

From: Marina Vatkina <Marina.Vatkina_at_Sun.COM>
Date: Fri, 28 Oct 2005 12:54:33 -0700

Peter,

This text has even more problems! :)

In the code the string doesn't have "database" in it:

public class EntityManagerFactoryProvider ...
    TOPLINK_PLATFORM_PROPERTY = "toplink.platform.class.name";

:)

thanks,
-marina

Peter Krogh wrote:

> 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