You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Arnaud MERGEY (JIRA)" <ji...@apache.org> on 2011/09/01 17:36:09 UTC

[jira] [Created] (GERONIMO-6138) JDBC 4 API is not supported

JDBC 4 API is not supported 
----------------------------

                 Key: GERONIMO-6138
                 URL: https://issues.apache.org/jira/browse/GERONIMO-6138
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
    Affects Versions: 3.0-M1
            Reporter: Arnaud MERGEY


I try to deploy an application that uses some JDBC 4 API like java.sql.ResultSet.isClosed()
This calls fails with following error

java.lang.AbstractMethodError: org.tranql.connector.jdbc.ResultSetHandle.isClosed()Z

According to JEE 6 specifications, JDBC 4 API should be supported in Geronimo 3, and it seems not.







--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GERONIMO-6138) JDBC 4 API is not supported

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13095888#comment-13095888 ] 

Rex Wang commented on GERONIMO-6138:
------------------------------------

ResultSet adds some new APIs since 1.6, but tranql-connector is built from java 1.5. So some APIs are not implemented...

Seems TCK did not cover these changes.. I think we need reopen this jira.

-Rex

> JDBC 4 API is not supported 
> ----------------------------
>
>                 Key: GERONIMO-6138
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6138
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0-M1
>            Reporter: Arnaud MERGEY
>             Fix For: 3.0
>
>
> I try to deploy an application that uses some JDBC 4 API like java.sql.ResultSet.isClosed()
> This calls fails with following error
> java.lang.AbstractMethodError: org.tranql.connector.jdbc.ResultSetHandle.isClosed()Z
> According to JEE 6 specifications, JDBC 4 API should be supported in Geronimo 3, and it seems not.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GERONIMO-6138) JDBC 4 API is not supported

Posted by "Arnaud MERGEY (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462614#comment-13462614 ] 

Arnaud MERGEY commented on GERONIMO-6138:
-----------------------------------------

Any news on this, Geronimo release claim to Support SUN's Java Enterprise Edition 6.0 Full Profile specification
But is still not supporting JDBC4, according to this http://www.oracle.com/technetwork/java/javaee/tech/index-jsp-142185.html,
I believe it should
                
> JDBC 4 API is not supported 
> ----------------------------
>
>                 Key: GERONIMO-6138
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6138
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0-M1, 3.0
>            Reporter: Arnaud MERGEY
>             Fix For: 3.0
>
>
> I try to deploy an application that uses some JDBC 4 API like java.sql.ResultSet.isClosed()
> This calls fails with following error
> java.lang.AbstractMethodError: org.tranql.connector.jdbc.ResultSetHandle.isClosed()Z
> According to JEE 6 specifications, JDBC 4 API should be supported in Geronimo 3, and it seems not.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (GERONIMO-6138) JDBC 4 API is not supported

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-6138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Forrest Xia updated GERONIMO-6138:
----------------------------------

    Fix Version/s:     (was: 3.0.0)
                   3.0.1
    
> JDBC 4 API is not supported 
> ----------------------------
>
>                 Key: GERONIMO-6138
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6138
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0-M1, 3.0.0
>            Reporter: Arnaud MERGEY
>             Fix For: 3.0.1
>
>
> I try to deploy an application that uses some JDBC 4 API like java.sql.ResultSet.isClosed()
> This calls fails with following error
> java.lang.AbstractMethodError: org.tranql.connector.jdbc.ResultSetHandle.isClosed()Z
> According to JEE 6 specifications, JDBC 4 API should be supported in Geronimo 3, and it seems not.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (GERONIMO-6138) JDBC 4 API is not supported

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-6138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang updated GERONIMO-6138:
-------------------------------

    Affects Version/s: 3.0

> JDBC 4 API is not supported 
> ----------------------------
>
>                 Key: GERONIMO-6138
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6138
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0-M1, 3.0
>            Reporter: Arnaud MERGEY
>             Fix For: 3.0
>
>
> I try to deploy an application that uses some JDBC 4 API like java.sql.ResultSet.isClosed()
> This calls fails with following error
> java.lang.AbstractMethodError: org.tranql.connector.jdbc.ResultSetHandle.isClosed()Z
> According to JEE 6 specifications, JDBC 4 API should be supported in Geronimo 3, and it seems not.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GERONIMO-6138) JDBC 4 API is not supported

Posted by "Arnaud MERGEY (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13095799#comment-13095799 ] 

Arnaud MERGEY commented on GERONIMO-6138:
-----------------------------------------

I have tried geronimo-tomcat7-javaee6-web-3.0-20110901.085007-314-bin and the issue is still there 

"java.lang.AbstractMethodError: org.tranql.connector.jdbc.ResultSetHandle.isClosed()Z" by calling java.sql.ResultSet.isClosed()
 

> JDBC 4 API is not supported 
> ----------------------------
>
>                 Key: GERONIMO-6138
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6138
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0-M1
>            Reporter: Arnaud MERGEY
>             Fix For: 3.0
>
>
> I try to deploy an application that uses some JDBC 4 API like java.sql.ResultSet.isClosed()
> This calls fails with following error
> java.lang.AbstractMethodError: org.tranql.connector.jdbc.ResultSetHandle.isClosed()Z
> According to JEE 6 specifications, JDBC 4 API should be supported in Geronimo 3, and it seems not.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Comment Edited] (GERONIMO-6138) JDBC 4 API is not supported

Posted by "Arnaud MERGEY (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462614#comment-13462614 ] 

Arnaud MERGEY edited comment on GERONIMO-6138 at 9/25/12 8:54 PM:
------------------------------------------------------------------

Any news on this ?
Geronimo release claim to Support SUN's Java Enterprise Edition 6.0 Full Profile specification
But is still not supporting JDBC4, according to this http://www.oracle.com/technetwork/java/javaee/tech/index-jsp-142185.html,
I believe it should
                
      was (Author: amergey):
    Any news on this, Geronimo release claim to Support SUN's Java Enterprise Edition 6.0 Full Profile specification
But is still not supporting JDBC4, according to this http://www.oracle.com/technetwork/java/javaee/tech/index-jsp-142185.html,
I believe it should
                  
> JDBC 4 API is not supported 
> ----------------------------
>
>                 Key: GERONIMO-6138
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6138
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0-M1, 3.0
>            Reporter: Arnaud MERGEY
>             Fix For: 3.0
>
>
> I try to deploy an application that uses some JDBC 4 API like java.sql.ResultSet.isClosed()
> This calls fails with following error
> java.lang.AbstractMethodError: org.tranql.connector.jdbc.ResultSetHandle.isClosed()Z
> According to JEE 6 specifications, JDBC 4 API should be supported in Geronimo 3, and it seems not.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Reopened] (GERONIMO-6138) JDBC 4 API is not supported

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-6138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang reopened GERONIMO-6138:
--------------------------------


> JDBC 4 API is not supported 
> ----------------------------
>
>                 Key: GERONIMO-6138
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6138
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0-M1
>            Reporter: Arnaud MERGEY
>             Fix For: 3.0
>
>
> I try to deploy an application that uses some JDBC 4 API like java.sql.ResultSet.isClosed()
> This calls fails with following error
> java.lang.AbstractMethodError: org.tranql.connector.jdbc.ResultSetHandle.isClosed()Z
> According to JEE 6 specifications, JDBC 4 API should be supported in Geronimo 3, and it seems not.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (GERONIMO-6138) JDBC 4 API is not supported

Posted by "Kevan Miller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-6138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevan Miller closed GERONIMO-6138.
----------------------------------

       Resolution: Duplicate
    Fix Version/s: 3.0

Thanks! If I recall correctly, 3.0-M1 did not support JDBC4. But current trunk and upcoming beta do/will.


> JDBC 4 API is not supported 
> ----------------------------
>
>                 Key: GERONIMO-6138
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6138
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0-M1
>            Reporter: Arnaud MERGEY
>             Fix For: 3.0
>
>
> I try to deploy an application that uses some JDBC 4 API like java.sql.ResultSet.isClosed()
> This calls fails with following error
> java.lang.AbstractMethodError: org.tranql.connector.jdbc.ResultSetHandle.isClosed()Z
> According to JEE 6 specifications, JDBC 4 API should be supported in Geronimo 3, and it seems not.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira