Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gemini-dev] Gemini DBAccess - JDBC 4.1 getParentLogger

Hi Nepomuk,

 

Have you managed to look at  the suggested Java 7 enhancement?

 

If you confirm that [1] below solves your problem, please let me know. I would then release another  milestone.

 

Best Regards,

  Juergen

 

 

 

From: gemini-dev-bounces@xxxxxxxxxxx [mailto:gemini-dev-bounces@xxxxxxxxxxx] On Behalf Of Kissner, Juergen
Sent: Mittwoch, 20. Juni 2012 23:46
To: Gemini and sub-projects developer discussions
Subject: Re: [gemini-dev] Gemini DBAccess - JDBC 4.1 getParentLogger

 

Hi Nepomuk,

 

thanks for the comment.

Indeed, the method cited below has been introduced with JDBC 4.1 (Java 7).

 

I opened a bug [1] to add Java 7 compliance.

I also submitted a patch that is already available in the master branch and the update site [2].

 

However, some JDBC drivers not yet support JDBC 4.1 (Java 7), for example the MySQL connectors  [3].

 

-Juergen

 

 

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=383156

[2] https://hudson.eclipse.org/hudson/job/gemini-dbaccess/lastSuccessfulBuild/artifact/gemini.dbaccess.updatesite/target/site/

[3] http://dev.mysql.com/doc/refman/5.6/en/connector-j-versions-java.html

 

 

 

 

From: gemini-dev-bounces@xxxxxxxxxxx [mailto:gemini-dev-bounces@xxxxxxxxxxx] On Behalf Of Nepomuk Seiler
Sent: Dienstag, 5. Juni 2012 10:44
To: gemini-dev@xxxxxxxxxxx
Subject: [gemini-dev] Gemini DBAccess - JDBC 4.1 getParentLogger

 

Hi,

I found the new release of Gemini DBAccess and be really happy
to  see MySQL shipped :)

However there's a compilation error on all DataSource because
this method is not implemented:

    public Logger getParentLogger() throws SQLFeatureNotSupportedException

This seems to be a new method in CommonDataSource interface.

I'm using Eclipse 4.2M6 with javax.persistence version 2.0.4. When will
this be updated?

cheers,
Muki

--
Nepomuk Seiler
Java/Scala Developer
Email: nepomuk.seiler@xxxxxxxx
Homepage: www.mukis.de
Github: github/muuki88
Twitter: twitter/muuki88


Back to the top