[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1245) Fix CCE in "reference21_30" Tests
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Sun Mar 30 01:22:41 EDT 2008
Fix CCE in "reference21_30" Tests
---------------------------------
Key: EJBTHREE-1245
URL: http://jira.jboss.com/jira/browse/EJBTHREE-1245
Project: EJB 3.0
Issue Type: Sub-task
Components: core
Reporter: Andrew Lee Rubinger
Assigned To: Andrew Lee Rubinger
Priority: Critical
Fix For: AS 5.0.0.CR1
Regression introduced by fixes for EJBTHREE-1222; interfaces for business stubs no longer implement EJBObject/EJBLocalObject. These must be obtained via Home.create<METHOD>(). Ensure all Local/Remote views have defined home, and remote/local views are obtained properly.
Example Stacktrace:
java.lang.ClassCastException: $Proxy6
at org.jboss.ejb3.test.reference21_30.unit.ReferenceTestCase.testStatefulSessionHome30(ReferenceTestCase.java:144)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.extensions.TestSetup.run(TestSetup.java:27)
--
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list