[ http://jira.jboss.com/jira/browse/JBAS-1311?page=history ]
     
Scott M Stark resolved JBAS-1311:
---------------------------------

    Resolution: Done

The simple A, B table names were conflicting with the same names from previous 
tests so making the tables unqiue resolved the problem.

> org.jboss.test.cmp2.cmrtree.test.CascadeDeleteUnitTestCase Failure
> ------------------------------------------------------------------
>
>          Key: JBAS-1311
>          URL: http://jira.jboss.com/jira/browse/JBAS-1311
>      Project: JBoss Application Server
>         Type: Bug
>   Components: CMP service
>     Versions:  JBossAS-3.2.7 Final
>  Environment: [EMAIL PROTECTED] testsuite]$ java -version
> java version "1.4.2_05"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
> Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
>     Reporter: Scott M Stark
>     Assignee: Alexey Loubyansky
>     Priority: Blocker
>      Fix For:  JBossAS-3.2.7 Final

>
>
> When I run the full cmp2 tests, the CascadeDeleteUnitTestCase is showing the 
> following failure. When I run the individual test this runs fine.
> [EMAIL PROTECTED] testsuite]$ ant -Dtest=cmp2 -Dnojars=t test
> Buildfile: build.xml
> test:
>    [delete] Deleting: C:\cvs\JBoss3.2\jboss-3.2\testsuite\output\log\test.log
>     [junit] Running org.jboss.test.cmp2.audit.test.AuditUnitTestCase
>     [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 3.422 sec
>     [junit] Running 
> org.jboss.test.cmp2.cacheinvalidation.test.CacheInvalidation
> UnitTestCase
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.562 sec
>     [junit] Running 
> org.jboss.test.cmp2.cacheinvalidation.test.JDBC2PmCacheInvalidationUnitTestCase
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.609 sec
>     [junit] Running 
> org.jboss.test.cmp2.cmr.test.CMRPostCreatesWrittenUnitTestCa
> se
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.875 sec
>     [junit] Running org.jboss.test.cmp2.cmrstress.CMRStressTestCase
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.562 sec
>     [junit] Running 
> org.jboss.test.cmp2.cmrtransaction.test.CMRTransactionUnitTestCase
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.953 sec
>     [junit] Running org.jboss.test.cmp2.cmrtree.test.CascadeDeleteUnitTestCase
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.234 sec
> ...
>   <testcase 
> classname="org.jboss.test.cmp2.cmrtree.test.CascadeDeleteUnitTestCase" 
> name="testCascadeDelete" time="0.36">
>     <error message="Error checking if entity exists:java.sql.SQLException: 
> Column not found: MAJORID in statement [SELECT COUNT(*) FROM A WHERE 
> majorId=? AND minorId=?]" 
> type="net.sourceforge.junitejb.RemoteTestException">javax.ejb.CreateException:
>  Error checking if entity exists:java.sql.SQLException: Column not found: 
> MAJORID in statement [SELECT COUNT(*) FROM A WHERE majorId=? AND minorId=?]
>       at 
> org.jboss.ejb.plugins.cmp.jdbc.JDBCInsertPKCreateCommand.beforeInsert(JDBCInsertPKCreateCommand.java:92)
>       at 
> org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractCreateCommand.execute(JDBCAbstractCreateCommand.java:136)
>       at 
> org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.createEntity(JDBCStoreManager.java:572)
>       at 
> org.jboss.ejb.plugins.CMPPersistenceManager.createEntity(CMPPersistenceManager.java:211)
>       at 
> org.jboss.resource.connectionmanager.CachedConnectionInterceptor.createEntity(CachedConnectionInterceptor.java:270)
>       at 
> org.jboss.ejb.EntityContainer.createLocalHome(EntityContainer.java:573)
>       at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at 
> org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:1066)
>       at 
> org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:88)
>       at 
> org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:204)
>       at 
> org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:215)
>       at 
> org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:88)
>       at 
> org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:97)
>       at 
> org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:61)
>       at 
> org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:28)
>       at 
> org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:88)
>       at 
> org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:317)
>       at 
> org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:130)
>       at 
> org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:85)
>       at 
> org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:121)
>       at 
> org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
>       at 
> org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:478)
>       at org.jboss.ejb.Container.invoke(Container.java:729)
>       at 
> org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:347)
>       at 
> org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:110)
>       at $Proxy151.create(Unknown Source)
>       at 
> org.jboss.test.cmp2.cmrtree.ejb.FacadeSessionBean.setup(FacadeSessionBean.java:44)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at 
> org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:683)
>       at 
> org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:186)
>       at 
> org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:72)
>       at 
> org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
>       at 
> org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:366)
>       at 
> org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:150)
>       at 
> org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:111)
>       at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
>       at 
> org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
>       at 
> org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessionContainer.java:331)
>       at org.jboss.ejb.Container.invoke(Container.java:709)
>       at sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at 
> org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
>       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
>       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
>       at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
>       at 
> org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:198)
>       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
>       at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:97)
>       at 
> org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:115)
>       at 
> org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:101)
>       at 
> org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
>       at 
> org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
>       at 
> org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:100)
>       at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:91)
>       at $Proxy158.setup(Unknown Source)
>       at 
> org.jboss.test.cmp2.cmrtree.test.CascadeDeleteUnitTestCase.testCascadeDelete(CascadeDeleteUnitTestCase.java:37)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at net.sourceforge.junitejb.EJBTestCase.runBare(EJBTestCase.java:133)
>       at 
> net.sourceforge.junitejb.EJBTestRunnerBean.runTestCase(EJBTestRunnerBean.java:102)
>       at 
> net.sourceforge.junitejb.EJBTestRunnerBean.run(EJBTestRunnerBean.java:44)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at 
> org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:683)
>       at 
> org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:186)
>       at 
> org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
>       at 
> org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:144)
>       at 
> org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:62)
>       at 
> org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:72)
>       at 
> org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:111)
>       at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
>       at 
> org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
>       at 
> org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessionContainer.java:331)
>       at org.jboss.ejb.Container.invoke(Container.java:709)
>       at sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at 
> org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
>       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
>       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
>       at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
>       at 
> org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:198)
>       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
>       at 
> org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:360)
>       at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
>       at sun.rmi.transport.Transport$1.run(Transport.java:148)
>       at java.security.AccessController.doPrivileged(Native Method)
>       at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
>       at 
> sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
>       at 
> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
>       at java.lang.Thread.run(Thread.java:534)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to