Running junit test : session/C_session
.........................................
Time: 2.721
OK (41 tests)
Running junit test : entity/C_BasicHomeInterface
.........................................
.........................................
Time: 8.003
OK (82 tests)
Running junit test : entity/C_AdvancedHomeEC
.........E........E.E.............E........E.E.
...
Time: 14.205
There were 6 errors:
1) testRemovePkNonExistentInTx(org.objectweb.jonas.jtests.clients.entity.F_AdvancedHomeEC)
javax.transaction.RollbackException
at org.objectweb.jonas_tm.TransactionImpl.commit(TransactionImpl.java:167)
at org.objectweb.jonas_tm.Current.commit(Current.java:241)
at org.objectweb.jonas.jtests.clients.entity.A_AdvancedHomeEC.testRemovePkNonExistentInTx(A_AdvancedHomeEC.java:253)
at org.objectweb.jonas.jtests.clients.entity.C_AdvancedHomeEC.main(C_AdvancedHomeEC.java:52)
2) testDuplicateKeyTx(org.objectweb.jonas.jtests.clients.entity.F_AdvancedHomeEC)
javax.ejb.CreateException: java.sql.SQLException: ERROR: Cannot insert a duplicate key into unique index annuairepersonneec_pkey
<>
3) testDuplicateKey(org.objectweb.jonas.jtests.clients.entity.F_AdvancedHomeEC)
javax.ejb.CreateException: java.sql.SQLException: ERROR: Cannot insert a duplicate key into unique index annuairepersonneec_pkey
<>
4) testRemovePkNonExistentInTx(org.objectweb.jonas.jtests.clients.entity.F_AdvancedHomeEC2)
javax.transaction.RollbackException
at org.objectweb.jonas_tm.TransactionImpl.commit(TransactionImpl.java:167)
at org.objectweb.jonas_tm.Current.commit(Current.java:241)
at org.objectweb.jonas.jtests.clients.entity.A_AdvancedHomeEC.testRemovePkNonExistentInTx(A_AdvancedHomeEC.java:253)
at org.objectweb.jonas.jtests.clients.entity.C_AdvancedHomeEC.main(C_AdvancedHomeEC.java:52)
5) testDuplicateKeyTx(org.objectweb.jonas.jtests.clients.entity.F_AdvancedHomeEC2)
javax.ejb.CreateException: Failed to create bean: ERROR: Cannot insert a duplicate key into unique index jt2_personne__pkey
<>
6) testDuplicateKey(org.objectweb.jonas.jtests.clients.entity.F_AdvancedHomeEC2)
javax.ejb.CreateException: Failed to create bean: ERROR: Cannot insert a duplicate key into unique index jt2_personne__pkey
<>
FAILURES!!!
Tests run: 44, Failures: 0, Errors: 6
Running junit test : entity/C_Etype
.........................................
.........................................
.........................................
.........................................
..................................E.E.E.E.E.E.E.
E.
Time: 21.563
There were 8 errors:
1) testFindByPk(org.objectweb.jonas.jtests.clients.entity.F_EtypeOserEC2)
javax.ejb.ObjectNotFoundException: Object not found in database (ejbFindByPrimaryKey(org.objectweb.jorm.facility.naming.basidir.BasidName@1b196type=1024 / value=pk1))
<>
2) testFindByF1(org.objectweb.jonas.jtests.clients.entity.F_EtypeOserEC2)
javax.ejb.FinderException: An error is occured during the evaluation of the FindByF1 request:Nested Exception
<>
3) testGetF1(org.objectweb.jonas.jtests.clients.entity.F_EtypeOserEC2)
javax.ejb.ObjectNotFoundException: Object not found in database (ejbFindByPrimaryKey(org.objectweb.jorm.facility.naming.basidir.BasidName@1b197type=1024 / value=pk2))
<>
4) testSetF1(org.objectweb.jonas.jtests.clients.entity.F_EtypeOserEC2)
javax.ejb.ObjectNotFoundException: Object not found in database (ejbFindByPrimaryKey(org.objectweb.jorm.facility.naming.basidir.BasidName@1b198type=1024 / value=pk3))
<>
5) testCreate(org.objectweb.jonas.jtests.clients.entity.F_EtypeOserEC2)
javax.ejb.CreateException: Failed to create bean: ERROR: column "f1_" is of type 'bytea' but expression is of type 'integer'
You will need to rewrite or cast the expression
<>
6) testRemove(org.objectweb.jonas.jtests.clients.entity.F_EtypeOserEC2)
javax.ejb.ObjectNotFoundException: Object not found in database (ejbFindByPrimaryKey(org.objectweb.jorm.facility.naming.basidir.BasidName@a2e2e1batype=1024 / value=pktoremove))
<>
7) testGetF1Null(org.objectweb.jonas.jtests.clients.entity.F_EtypeOserEC2)
javax.ejb.ObjectNotFoundException: Object not found in database (ejbFindByPrimaryKey(org.objectweb.jorm.facility.naming.basidir.BasidName@c5365e02type=1024 / value=pknull))
<>
8) testSetF1Null(org.objectweb.jonas.jtests.clients.entity.F_EtypeOserEC2)
javax.ejb.ObjectNotFoundException: Object not found in database (ejbFindByPrimaryKey(org.objectweb.jorm.facility.naming.basidir.BasidName@1a489172type=1024 / value=pkchangenull))
<>
FAILURES!!!
Tests run: 206, Failures: 0, Errors: 8
Running junit test : entity/F_Inherit
....
Time: 1.717
OK (4 tests)
Running junit test : entity/F_IsModified
...
Time: 1.204
OK (3 tests)
Running junit test : entity/C_Isolation
......
Time: 1.732
OK (6 tests)
Running junit test : entity/C_VariousPK
..................
Time: 2.265
OK (18 tests)
Running junit test : entity/F_Relation_oouEC2
............................
Time: 8.253
OK (28 tests)
Running junit test : entity/F_Relation_oobEC2
................................
Time: 11.03
OK (32 tests)
Running junit test : entity/F_Relation_omuEC2
.........................................
........................
Time: 20.597
OK (65 tests)
Running junit test : entity/F_Relation_ombEC2
.........................................
..............................F.
Time: 51.565
There was 1 failure:
1) testResetPkForbidden(org.objectweb.jonas.jtests.clients.entity.F_Relation_ombEC2)junit.framework.AssertionFailedError: IllegalStateException not thrown when a pk value is reset
at org.objectweb.jonas.jtests.clients.entity.F_Relation_ombEC2.testResetPkForbidden(F_Relation_ombEC2.java:1221)
at org.objectweb.jonas.jtests.clients.entity.F_Relation_ombEC2.main(F_Relation_ombEC2.java:1240)
FAILURES!!!
Tests run: 72, Failures: 1, Errors: 0
Running junit test : entity/F_Relation_mouEC2
........................E....
Time: 11.658
There was 1 error:
1) testCohBeanRemoveTxNo(org.objectweb.jonas.jtests.clients.entity.F_Relation_mouEC2)
java.rmi.RemoteException: RuntimeException thrown by an enterprise Bean; nested exception is:
javax.ejb.EJBException: Cannot activate bean
javax.ejb.EJBException: Cannot activate bean
<>
FAILURES!!!
Tests run: 28, Failures: 0, Errors: 1
Running junit test : entity/F_Relation_mnuEC2
..............................F....
Time: 10.84
There was 1 failure:
1) testCohRemoveTxRb(org.objectweb.jonas.jtests.clients.entity.F_Relation_mnuEC2)junit.framework.AssertionFailedError: Bad Initial State: Wrong relation for a2 (expected:[b1, b2, b3], found:[b1, b2])Wrong relation for a3 (expected:[b2, b3, b4], found:[b2, b4])
at org.objectweb.jonas.jtests.clients.entity.A_Relation.checkIsInitialState(A_Relation.java:67)
at org.objectweb.jonas.jtests.clients.entity.F_Relation_mnuEC2._testCohRemove(F_Relation_mnuEC2.java:579)
at org.objectweb.jonas.jtests.clients.entity.F_Relation_mnuEC2.testCohRemoveTxRb(F_Relation_mnuEC2.java:591)
at org.objectweb.jonas.jtests.clients.entity.F_Relation_mnuEC2.main(F_Relation_mnuEC2.java:683)
FAILURES!!!
Tests run: 34, Failures: 1, Errors: 0
Running junit test : entity/F_Relation_mnbEC2
.........................................
Time: 16.188
OK (41 tests)
Running junit test : entity/F_Relation_pkcompEC2
.....
Time: 3.975
OK (5 tests)
Running junit test : jms/C_jms
.....................
Time: 37.777
OK (21 tests)
Running junit test : transaction/C_transaction
.........................................
.........................................
.........................................
.........................................
.........................................
......
Time: 9.842
OK (211 tests)
Running junit test : exception/C_exception
.............................E....E........
.............E....E.....................E...
.E.................
Time: 6.209
There were 6 errors:
1) testApplicationHomeUserTx(org.objectweb.jonas.jtests.clients.exception.F_CatcherEC)
javax.transaction.RollbackException
at org.objectweb.jonas_tm.TransactionImpl.commit(TransactionImpl.java:167)
at org.objectweb.jonas_tm.Current.commit(Current.java:241)
at org.objectweb.jonas.jtests.clients.exception.A_CatcherEntity.testApplicationHomeUserTx(A_CatcherEntity.java:178)
at org.objectweb.jonas.jtests.clients.exception.C_exception.main(C_exception.java:49)
2) testApplicationRemovePkUserTx(org.objectweb.jonas.jtests.clients.exception.F_CatcherEC)
javax.transaction.RollbackException
at org.objectweb.jonas_tm.TransactionImpl.commit(TransactionImpl.java:167)
at org.objectweb.jonas_tm.Current.commit(Current.java:241)
at org.objectweb.jonas.jtests.clients.exception.A_CatcherEntity.testApplicationRemovePkUserTx(A_CatcherEntity.java:271)
at org.objectweb.jonas.jtests.clients.exception.C_exception.main(C_exception.java:49)
3) testApplicationHomeUserTx(org.objectweb.jonas.jtests.clients.exception.F_CatcherEC2)
javax.transaction.RollbackException
at org.objectweb.jonas_tm.TransactionImpl.commit(TransactionImpl.java:167)
at org.objectweb.jonas_tm.Current.commit(Current.java:241)
at org.objectweb.jonas.jtests.clients.exception.A_CatcherEntity.testApplicationHomeUserTx(A_CatcherEntity.java:178)
at org.objectweb.jonas.jtests.clients.exception.C_exception.main(C_exception.java:49)
4) testApplicationRemovePkUserTx(org.objectweb.jonas.jtests.clients.exception.F_CatcherEC2)
javax.transaction.RollbackException
at org.objectweb.jonas_tm.TransactionImpl.commit(TransactionImpl.java:167)
at org.objectweb.jonas_tm.Current.commit(Current.java:241)
at org.objectweb.jonas.jtests.clients.exception.A_CatcherEntity.testApplicationRemovePkUserTx(A_CatcherEntity.java:271)
at org.objectweb.jonas.jtests.clients.exception.C_exception.main(C_exception.java:49)
5) testApplicationHomeUserTx(org.objectweb.jonas.jtests.clients.exception.F_CatcherEB)
javax.transaction.RollbackException
at org.objectweb.jonas_tm.TransactionImpl.commit(TransactionImpl.java:167)
at org.objectweb.jonas_tm.Current.commit(Current.java:241)
at org.objectweb.jonas.jtests.clients.exception.A_CatcherEntity.testApplicationHomeUserTx(A_CatcherEntity.java:178)
at org.objectweb.jonas.jtests.clients.exception.C_exception.main(C_exception.java:49)
6) testApplicationRemovePkUserTx(org.objectweb.jonas.jtests.clients.exception.F_CatcherEB)
javax.transaction.RollbackException
at org.objectweb.jonas_tm.TransactionImpl.commit(TransactionImpl.java:167)
at org.objectweb.jonas_tm.Current.commit(Current.java:241)
at org.objectweb.jonas.jtests.clients.exception.A_CatcherEntity.testApplicationRemovePkUserTx(A_CatcherEntity.java:271)
at org.objectweb.jonas.jtests.clients.exception.C_exception.main(C_exception.java:49)
FAILURES!!!
Tests run: 100, Failures: 0, Errors: 6
Running junit test : security/C_security
....................................
Time: 3.076
OK (36 tests)
Running junit test : distribution/C_distribution
.........F..
Time: 3.651
There was 1 failure:
1) testIso1(org.objectweb.jonas.jtests.clients.distribution.F_Cluster)junit.framework.AssertionFailedError: Both transactions are not serialized expected:<380> but was:<379>
at org.objectweb.jonas.jtests.clients.distribution.F_Cluster.testIso1(F_Cluster.java:210)
at org.objectweb.jonas.jtests.clients.distribution.C_distribution.main(C_distribution.java:53)
FAILURES!!!
Tests run: 11, Failures: 1, Errors: 0