Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Won't Fix
    • 1.4.3
    • 1.4.3
    • Other
    • None
    • WildFly 8.2.1 (Java 7)

    Description

      We use the MariaDB connector on WildFly 8.2.1 and during the startup process I see this message on the console and I was wondering why it would report that:

      2016-04-22 10:42:46,075 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010404: Deploying non-JDBC-compliant driver class org.mariadb.jdbc.Driver (version 1.4)
      

      Is it true that the current version of the driver is not 100% JDBC compliant?

      Attachments

        Activity

          diego dupin Diego Dupin added a comment -

          driver is jdbc 1.4.0 compliant, but not completely support 1.4.1, 1.4.2.
          I'm checking why that is happening.

          diego dupin Diego Dupin added a comment - driver is jdbc 1.4.0 compliant, but not completely support 1.4.1, 1.4.2. I'm checking why that is happening.
          diego dupin Diego Dupin added a comment -

          Jboss use Driver.jdbcCompliant() ( https://docs.oracle.com/javase/7/docs/api/java/sql/Driver.html#jdbcCompliant() ) to display this message.
          This means driver is JDBC compliant AND database support SQL 92 Entry Level compliance.
          Driver is JDBC 1.4.0 compliant, but since MariaDB cannot claim to be fully SQL 92 compliant, we cannot set this jdbcCompliant flag to true.

          diego dupin Diego Dupin added a comment - Jboss use Driver.jdbcCompliant() ( https://docs.oracle.com/javase/7/docs/api/java/sql/Driver.html#jdbcCompliant( ) ) to display this message. This means driver is JDBC compliant AND database support SQL 92 Entry Level compliance. Driver is JDBC 1.4.0 compliant, but since MariaDB cannot claim to be fully SQL 92 compliant, we cannot set this jdbcCompliant flag to true.

          Ok I guess you can close this ticket! Thanks for looking at it

          cbourque Christian Bourque added a comment - Ok I guess you can close this ticket! Thanks for looking at it

          People

            diego dupin Diego Dupin
            cbourque Christian Bourque
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.