My testing indicates 1.7 break's EJB/CMP2 while other hsqldb related test's passes fine, maybe just some standardjbosscmp-jdbc.xml mapping in-between 1.6.1 and 1.7.x ?

Class org.jboss.test.bank.test.BankEJB20StressTestCase
Name Tests Errors Failures Time(s)
BankEJB20StressTestCase 10 10 0 12.339

Class org.jboss.test.bank.test.BankStressTestCase
Name Tests Errors Failures Time(s)
BankStressTestCase 10 0 0 41.563

Can somebody please have a look :

*** Start of {hsqldb}/doc/hsqlSyntax.html

Datatypes: The types on the same line are equivalent.

INTEGER | INT "int" | "java.lang.Integer"
DOUBLE [PRECISION] | FLOAT "double" | "java.lang.Double"
VARCHAR "java.lang.String"
VARCHAR_IGNORECASE "java.lang.String"
CHAR | CHARACTER "java.lang.String"
LONGVARCHAR "java.lang.String"
DATE "java.sql.Date"
TIME "java.sql.Time"
TIMESTAMP | DATETIME "java.sql.Timestamp"
DECIMAL "java.math.BigDecimal"
NUMERIC "java.math.BigDecimal"
BIT "boolean" | "java.lang.Boolean"
TINYINT "byte" | "java.lang.Byte"
SMALLINT "short" | "java.lang.Short"
BIGINT "long" | "java.lang.Long"
REAL "double" | "java.lang.Double"
BINARY "byte[]"
VARBINARY "byte[]"
LONGVARBINARY "byte[]"
OTHER | OBJECT "java.lang.Object"

*** END of {hsqldb}/doc/hsqlSyntax.html

testTeller(org.jboss.test.bank.test.BankStressTestCase) Error Could not get customer for Marc

org.jboss.test.bank.interfaces.BankException: Could not get customer for Marc, Cause:javax.ejb.CreateException: Could not create entity:java.sql.SQLException: Serialization failure in statement [INSERT INTO CUSTOMER (id, name, accounts) VALUES ('5678.1034946822781', 'Marc', 'aced0005737200246f72672e6a626f73732e696e766f636174696f6e2e4d61727368616 c6c656456616c7565eacce0d1f44ad0990c00007870773e0000003aaced0005737200136 a6176612e7574696c2e41727261794c6973747881d21d99c7619d03000149000473697a6 578700000000077040000000a7878')]
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRem oteCall.java:240)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:215 )
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:117)
at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown Source)
at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvoker Proxy.java:138)
at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:9 2)
at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.jav a:77)
at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:80)
at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionI nterceptor.java:109)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:82)
at $Proxy3.getCustomer(Unknown Source)
at org.jboss.test.bank.test.BankStressTestCase.testTeller(BankStressTestCas e.java:57)
at java.lang.reflect.Method.invoke(Native Method)
at junit.framework.TestCase.runTest(TestCase.java:166)
at junit.framework.TestCase.runBare(TestCase.java:140)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:131)
at junit.framework.TestSuite.runTest(TestSuite.java:173)
at junit.framework.TestSuite.run(TestSuite.java:168)
at junit.framework.TestSuite.runTest(TestSuite.java:173)
at junit.framework.TestSuite.run(TestSuite.java:168)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.extensions.TestSetup.run(TestSetup.java:23)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTe stRunner.java:325)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitT estRunner.java:524)

***

While using a similar Patch as :
http://sourceforge.net/tracker/ index.php?func=detail&aid=587623&group_id=22866&atid=376687

/peter_f



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to