Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Russian locale will not load Oracle driver

Hi Philipp,

It is not clear to me what EclipseLink could do to alleviate this issue. Is this a DriverManager or JDBC driver issue?

If a using a session customizer helps, keep in mind that one can be specified in a way that will be transparent so it will not be used by other persistence providers. (i.e. you provide a persistence unit property that only EclipseLink will look at.)

-Tom

Philipp Kursawe wrote:
On Mon, 01 Dec 2008 17:04:06 +0100, Tom Ware <tom.ware@xxxxxxxxxx> wrote:

Are you using the EclipseLink OSGi bundles that we ship? If so, does the exception you see cause any issues. The reason I ask is the following bug:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=239413

In contrast to the bug, the driver can really not be loaded when the locale is set to russian. German and English works.
Its not a logging issue.



Philipp Kursawe wrote:
On Mon, 01 Dec 2008 16:45:41 +0100, James Sutherland <jamesssss@xxxxxxxxx> wrote:

There is not such property.  How do you set the local manually?

You may be able to set it through using a SessionCustomizer.

I am running inside an OSGi environment (Equinox) and the locale is set from the command line using "-nl ru". However the driver should never be loaded locale dependend. Or at least fall back to "en" locale. Since I am using EclipseLink as an JPA provider I do not want to wrestle around with SessionCustomizer, which is EclipseLink only. I would never be able to switch my JPA implementation later.
 _______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top