$ junit

junit
.......F..................................
...............E......E.E...................
.............................E............
............E.............................
.........................................
.........................................
.........................................
.........................................
.........................................
...............
Time: 586,313
There were 5 errors:
1) testRemovePkNonExistentInTx(org.objectweb.jonas.jtests.clients.entity.F_AdvancedHomeInterface)
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: 
	javax.transaction.TransactionRolledbackException: System exception in business method
javax.transaction.TransactionRolledbackException: System exception in business method
	at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245)
	at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
	at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:354)
	at org.objectweb.jonas.rmifilters.SecurityRemoteStub.invoke(Unknown Source)
	at org.objectweb.jonas.jtests.beans.annuaire.JOnASPersonneECHome_Stub.remove(JOnASPersonneECHome_Stub.java:316)
	at org.objectweb.jonas.jtests.clients.entity.F_AdvancedHomeInterface.testRemovePkNonExistentInTx(Unknown Source)
	at org.objectweb.jonas.jtests.clients.suite.C_suite.main(Unknown Source)
2) testDuplicateKeyTx(org.objectweb.jonas.jtests.clients.entity.F_AdvancedHomeInterface)
javax.ejb.CreateException: java.sql.SQLException: Invalid argument value: Duplicate entry 'Philippe Durieux' for key 1
	at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245)
	at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
	at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:354)
	at org.objectweb.jonas.rmifilters.SecurityRemoteStub.invoke(Unknown Source)
	at org.objectweb.jonas.jtests.beans.annuaire.JOnASPersonneECHome_Stub.create(JOnASPersonneECHome_Stub.java:48)
	at org.objectweb.jonas.jtests.clients.entity.F_AdvancedHomeInterface.testDuplicateKeyTx(Unknown Source)
	at org.objectweb.jonas.jtests.clients.suite.C_suite.main(Unknown Source)
3) testDuplicateKey(org.objectweb.jonas.jtests.clients.entity.F_AdvancedHomeInterface)
javax.ejb.CreateException: java.sql.SQLException: Invalid argument value: Duplicate entry 'Philippe Durieux' for key 1
	at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245)
	at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
	at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:354)
	at org.objectweb.jonas.rmifilters.SecurityRemoteStub.invoke(Unknown Source)
	at org.objectweb.jonas.jtests.beans.annuaire.JOnASPersonneECHome_Stub.create(JOnASPersonneECHome_Stub.java:86)
	at org.objectweb.jonas.jtests.clients.entity.F_AdvancedHomeInterface.testDuplicateKey(Unknown Source)
	at org.objectweb.jonas.jtests.clients.suite.C_suite.main(Unknown Source)
4) testApplicationRemovePkUserTx(org.objectweb.jonas.jtests.clients.exception.F_CatcherEC)
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: 
	javax.transaction.TransactionRolledbackException: System exception in business method
javax.transaction.TransactionRolledbackException: System exception in business method
	at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245)
	at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
	at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:354)
	at org.objectweb.jonas.rmifilters.SecurityRemoteStub.invoke(Unknown Source)
	at org.objectweb.jonas.jtests.beans.beanexc.JOnASAccountECHome_Stub.remove(JOnASAccountECHome_Stub.java:393)
	at org.objectweb.jonas.jtests.clients.exception.A_CatcherEntity.testApplicationRemovePkUserTx(Unknown Source)
	at org.objectweb.jonas.jtests.clients.suite.C_suite.main(Unknown Source)
5) testApplicationRemovePkUserTx(org.objectweb.jonas.jtests.clients.exception.F_CatcherEB)
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: 
	javax.transaction.TransactionRolledbackException: System exception in business method
javax.transaction.TransactionRolledbackException: System exception in business method
	at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245)
	at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
	at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:354)
	at org.objectweb.jonas.rmifilters.SecurityRemoteStub.invoke(Unknown Source)
	at org.objectweb.jonas.jtests.beans.beanexc.JOnASAccountEBHome_Stub.remove(JOnASAccountEBHome_Stub.java:393)
	at org.objectweb.jonas.jtests.clients.exception.A_CatcherEntity.testApplicationRemovePkUserTx(Unknown Source)
	at org.objectweb.jonas.jtests.clients.suite.C_suite.main(Unknown Source)
There was 1 failure:
1) testIso1(org.objectweb.jonas.jtests.clients.distribution.F_Cluster)junit.framework.AssertionFailedError
	at org.objectweb.jonas.jtests.clients.distribution.F_Cluster.testIso1(Unknown Source)
	at org.objectweb.jonas.jtests.clients.suite.C_suite.main(Unknown Source)

FAILURES!!!
Tests run: 384,  Failures: 1,  Errors: 5

.......F...............
Time: 0,981
There was 1 failure:
1) testLocalBusinessMethod1(org.objectweb.jonas.jtests.clients.local.F_ClientViewSL)junit.framework.AssertionFailedError: NoSuchObjectLocalException must be raised
	at org.objectweb.jonas.jtests.clients.local.A_ClientView.testLocalBusinessMethod1(Unknown Source)
	at org.objectweb.jonas.jtests.beans.remoterunner.RemoteRunnerSL.run(Unknown Source)
	at org.objectweb.jonas.jtests.beans.local.JOnASEntrySLRemote.run(JOnASEntrySLRemote.java:94)
	at org.objectweb.jonas.jtests.beans.local.JOnASEntrySLRemote_Skel.dispatch(JOnASEntrySLRemote_Skel.java:120)
	at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:319)
	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:187)
	at sun.rmi.transport.Transport$1.run(Transport.java:152)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.rmi.transport.Transport.serviceCall(Transport.java:148)
	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:465)
	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:706)
	at java.lang.Thread.run(Thread.java:484)

FAILURES!!!
Tests run: 22,  Failures: 1,  Errors: 0