[jboss-jira] [JBoss JIRA] Commented: (JBAS-5712) Add JDBC4 support to Branch_4_2

Dimitris Andreadis (JIRA) jira-events at lists.jboss.org
Mon Jul 14 08:08:30 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBAS-5712?page=comments#action_12421158 ] 
            
Dimitris Andreadis commented on JBAS-5712:
------------------------------------------

Jesper, I think you need to take care of the testsuite building issues, too:

http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-4.2.x-TestSuite-sun16-sun16/1/console

compile-classes-only:
    [javac] Compiling 2659 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun16-sun16/Branch_4_2/testsuite/output/classes
    [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun16-sun16/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/matrix/MatrixTestContainer.java:196: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Class for a varargs call
    [javac] cast to java.lang.Class[] for a non-varargs call and to suppress this warning
    [javac]             method = clazz.getMethod("suite", null);
    [javac]                                               ^
    [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun16-sun16/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/matrix/MatrixTestContainer.java:204: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac]             return (Test) method.invoke(null, null);
    [javac]                                               ^
    [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun16-sun16/Branch_4_2/testsuite/src/main/org/jboss/test/jca/adapter/MockedXADataSource.java:123: org.jboss.test.jca.adapter.MockedXADataSource.MockedXAConnection is not abstract and does not override abstract method removeStatementEventListener(javax.sql.StatementEventListener) in javax.sql.PooledConnection
    [javac]    public class MockedXAConnection
    [javac]           ^
    [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun16-sun16/Branch_4_2/testsuite/src/main/org/jboss/test/jca/adapter/MockedXADataSource.java:153: org.jboss.test.jca.adapter.MockedXADataSource.MockedXAConnection.MockedConnection is not abstract and does not override abstract method createStruct(java.lang.String,java.lang.Object[]) in java.sql.Connection
    [javac]       class MockedConnection
    [javac]       ^
    [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun16-sun16/Branch_4_2/testsuite/src/main/org/jboss/test/jca/jdbc/TestConnection.java:45: org.jboss.test.jca.jdbc.TestConnection is not abstract and does not override abstract method createStruct(java.lang.String,java.lang.Object[]) in java.sql.Connection
    [javac] public class TestConnection implements Connection {
    [javac]        ^
    [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun16-sun16/Branch_4_2/testsuite/src/main/org/jboss/test/jca/jdbc/TestStatement.java:41: org.jboss.test.jca.jdbc.TestStatement is not abstract and does not override abstract method isPoolable() in java.sql.Statement
    [javac] public class TestStatement
    [javac]        ^
    [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun16-sun16/Branch_4_2/testsuite/src/main/org/jboss/test/jca/jdbc/TestPreparedStatement.java:47: org.jboss.test.jca.jdbc.TestPreparedStatement is not abstract and does not override abstract method setNClob(int,java.io.Reader) in java.sql.PreparedStatement
    [javac] public class TestPreparedStatement extends TestStatement
    [javac]        ^
    [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun16-sun16/Branch_4_2/testsuite/src/main/org/jboss/test/jcaprops/test/GoodrarUnitTestCase.java:207: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Class<?> for a varargs call
    [javac] cast to java.lang.Class<?>[] for a non-varargs call and to suppress this warning
    [javac]             Method method = PropertyTestAdminObject.class.getMethod(getter, null);
    [javac]                                                                             ^
    [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun16-sun16/Branch_4_2/testsuite/src/main/org/jboss/test/jcaprops/test/GoodrarUnitTestCase.java:208: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac]             Object value = method.invoke(ao, null); 
    [javac]                                              ^
    [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun16-sun16/Branch_4_2/testsuite/src/main/org/jboss/test/jcaprops/test/UpperGoodrarUnitTestCase.java:207: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Class<?> for a varargs call
    [javac] cast to java.lang.Class<?>[] for a non-varargs call and to suppress this warning
    [javac]             Method method = PropertyTestAdminObject.class.getMethod(getter, null);
    [javac]                                                                             ^
    [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun16-sun16/Branch_4_2/testsuite/src/main/org/jboss/test/jcaprops/test/UpperGoodrarUnitTestCase.java:208: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac]             Object value = method.invoke(ao, null); 
    [javac]                                              ^
    [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-4.2.x-TestSuite-sun16-sun16/Branch_4_2/testsuite/src/main/org/jboss/test/security/test/LoginModulesUnitTestCase.java:361: org.jboss.test.security.test.LoginModulesUnitTestCase.TestDS is not abstract and does not override abstract method isWrapperFor(java.lang.Class<?>) in java.sql.Wrapper
    [javac]    static class TestDS implements DataSource, Serializable
    [javac]           ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 6 errors
    [javac] 6 warnings


> Add JDBC4 support to Branch_4_2
> -------------------------------
>
>                 Key: JBAS-5712
>                 URL: http://jira.jboss.com/jira/browse/JBAS-5712
>             Project: JBoss Application Server
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: JCA service
>            Reporter: Jesper Pedersen
>         Assigned To: Jesper Pedersen
>            Priority: Critical
>             Fix For: JBossAS-4.2.3.GA
>
>
> Add JDBC4 support to Branch_4_2 based on the code living in trunk.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list