Hide
Hello ! ;)
I have problem during build EasyBeans from SVN and RC2 at JVM 1.6
At JVM 1.5 all build ok, but emerge errors after start container, for example:
VerifyError and so on (
1. java -version
----------------------
java version "1.6.0_04"
Java(TM) SE Runtime Environment (build 1.6.0_04-b12)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)
----------------------
2. Error, appear during build (in easybeans home folder type: mvn install):
-----------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building EasyBeans: Components
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing /home/myjava/eclipse_pr/svn_external/easybeans/modules/components/pom.xml to /home/jee/repository/org/ow2/easybeans/easybeans-components/1.0.0.RC3-SNAPSHOT/easybeans-components-1.0.0.RC3-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building EasyBeans: Components :: JDBC Pool
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 6 source files to /home/myjava/eclipse_pr/svn_external/easybeans/modules/components/component-jdbcpool/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/myjava/eclipse_pr/svn_external/easybeans/modules/components/component-jdbcpool/src/main/java/org/ow2/easybeans/component/jdbcpool/JManagedConnection.java:[56,7] org.ow2.easybeans.component.jdbcpool.JManagedConnection is not abstract and does not override abstract method removeStatementEventListener(javax.sql.StatementEventListener) in javax.sql.PooledConnection
/home/myjava/eclipse_pr/svn_external/easybeans/modules/components/component-jdbcpool/src/main/java/org/ow2/easybeans/component/jdbcpool/JStatement.java:[57,7] org.ow2.easybeans.component.jdbcpool.JStatement is not abstract and does not override abstract method setNClob(int,java.io.Reader) in java.sql.PreparedStatement
/home/myjava/eclipse_pr/svn_external/easybeans/modules/components/component-jdbcpool/src/main/java/org/ow2/easybeans/component/jdbcpool/ConnectionManager.java:[61,7] org.ow2.easybeans.component.jdbcpool.ConnectionManager is not abstract and does not override abstract method isWrapperFor(java.lang.Class<?>) in java.sql.Wrapper
/home/myjava/eclipse_pr/svn_external/easybeans/modules/components/component-jdbcpool/src/main/java/org/ow2/easybeans/component/jdbcpool/JConnection.java:[49,7] org.ow2.easybeans.component.jdbcpool.JConnection is not abstract and does not override abstract method createStruct(java.lang.String,java.lang.Object[]) in java.sql.Connection
-----------------------
Please, correct this issue ! )
Show
Hello ! ;)
I have problem during build EasyBeans from SVN and RC2 at JVM 1.6
At JVM 1.5 all build ok, but emerge errors after start container, for example:
VerifyError and so on (
1. java -version
----------------------
java version "1.6.0_04"
Java(TM) SE Runtime Environment (build 1.6.0_04-b12)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)
----------------------
2. Error, appear during build (in easybeans home folder type: mvn install):
-----------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building EasyBeans: Components
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing /home/myjava/eclipse_pr/svn_external/easybeans/modules/components/pom.xml to /home/jee/repository/org/ow2/easybeans/easybeans-components/1.0.0.RC3-SNAPSHOT/easybeans-components-1.0.0.RC3-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building EasyBeans: Components :: JDBC Pool
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 6 source files to /home/myjava/eclipse_pr/svn_external/easybeans/modules/components/component-jdbcpool/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/myjava/eclipse_pr/svn_external/easybeans/modules/components/component-jdbcpool/src/main/java/org/ow2/easybeans/component/jdbcpool/JManagedConnection.java:[56,7] org.ow2.easybeans.component.jdbcpool.JManagedConnection is not abstract and does not override abstract method removeStatementEventListener(javax.sql.StatementEventListener) in javax.sql.PooledConnection
/home/myjava/eclipse_pr/svn_external/easybeans/modules/components/component-jdbcpool/src/main/java/org/ow2/easybeans/component/jdbcpool/JStatement.java:[57,7] org.ow2.easybeans.component.jdbcpool.JStatement is not abstract and does not override abstract method setNClob(int,java.io.Reader) in java.sql.PreparedStatement
/home/myjava/eclipse_pr/svn_external/easybeans/modules/components/component-jdbcpool/src/main/java/org/ow2/easybeans/component/jdbcpool/ConnectionManager.java:[61,7] org.ow2.easybeans.component.jdbcpool.ConnectionManager is not abstract and does not override abstract method isWrapperFor(java.lang.Class<?>) in java.sql.Wrapper
/home/myjava/eclipse_pr/svn_external/easybeans/modules/components/component-jdbcpool/src/main/java/org/ow2/easybeans/component/jdbcpool/JConnection.java:[49,7] org.ow2.easybeans.component.jdbcpool.JConnection is not abstract and does not override abstract method createStruct(java.lang.String,java.lang.Object[]) in java.sql.Connection
-----------------------
Please, correct this issue ! )
I will close the issue when you will confirm on your side.