
|
If you were logged in you would be able to see more operations.
|
|
|
EasyBeans
Created: 17/Jan/08 07:05 AM
Updated: 29/Jan/08 11:23 AM
|
|
| Component/s: |
None
|
| Affects Version/s: |
EasyBeans 1.0 RC2
|
| Fix Version/s: |
EasyBeans 1.0 RC3
|
|
|
Environment:
|
OS: Gentoo Linux x86 and x86-64
- kernel: 2.6.23-gentoo-r5
JVM: Sun JDK 1.6.0_04-b12 and BEA JRockIt R27.4.0-jdk1.6.0_02
Build engines:
- Apache Ant version 1.7.0 compiled on November 30 2007
- Apache Maven version: 2.0.8
AS: JBoss-4.2.2.GA + test environment at EasyBeans 1.0.0.RC3-SNAPSHOT from SVN !
ORM: Hibernate 3.2.5.GA
IDE: Eclipse-3.3.1.1
OS: Gentoo Linux x86 and x86-64
- kernel: 2.6.23-gentoo-r5
JVM: Sun JDK 1.6.0_04-b12 and BEA JRockIt R27.4.0-jdk1.6.0_02
Build engines:
- Apache Ant version 1.7.0 compiled on November 30 2007
- Apache Maven version: 2.0.8
AS: JBoss-4.2.2.GA + test environment at EasyBeans 1.0.0.RC3-SNAPSHOT from SVN !
ORM: Hibernate 3.2.5.GA
IDE: Eclipse-3.3.1.1
|
|
|
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 ! )
|
|
Description
|
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 » |
|
I will close the issue when you will confirm on your side.