[jboss-jira] [JBoss JIRA] Commented: (JBAS-3863) Need to properly test the PooledInvoker for scoped invocations
Tom Elrod (JIRA)
jira-events at jboss.com
Wed Jan 3 23:12:27 EST 2007
[ http://jira.jboss.com/jira/browse/JBAS-3863?page=comments#action_12349545 ]
Tom Elrod commented on JBAS-3863:
----------------------------------
Following test files added to testsuite for:
https://svn.jboss.org/repos/jbossas/branches/Branch_4_0
https://svn.jboss.org/repos/jbossas/branches/Branch_4_2
https://svn.jboss.org/repos/jbossas/trunk
Modified:
branches/Branch_4_0/testsuite/imports/test-jars.xml
Added:
branches/Branch_4_0/testsuite/imports/sections/scoped.xml
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/ejb/
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/ejb/a/
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/ejb/a/SessionAEJB.java
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/ejb/b/
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/ejb/b/SessionBEJB.java
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/interfaces/
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/interfaces/a/
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/interfaces/a/SessionA.java
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/interfaces/a/SessionAHome.java
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/interfaces/b/
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/interfaces/b/SessionB.java
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/interfaces/b/SessionBHome.java
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/interfaces/dto/
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/interfaces/dto/SimpleRequestDTO.java
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/interfaces/dto/SimpleResponseDTO.java
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/test/
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/test/ScopedUnitTestCase.java
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/readme.txt
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/interfaces/dto/SimpleResponseDTO.java
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/test/ScopedBUnitTestCase.java
branches/Branch_4_0/testsuite/src/main/org/jboss/test/scoped/test/ScopedUnitTestCase.java
branches/Branch_4_0/testsuite/src/resources/scoped/
branches/Branch_4_0/testsuite/src/resources/scoped/a/
branches/Branch_4_0/testsuite/src/resources/scoped/a/ear/
branches/Branch_4_0/testsuite/src/resources/scoped/a/ear/META-INF/
branches/Branch_4_0/testsuite/src/resources/scoped/a/ear/META-INF/application.xml
branches/Branch_4_0/testsuite/src/resources/scoped/a/ear/META-INF/jboss-app.xml
branches/Branch_4_0/testsuite/src/resources/scoped/a/ejb/
branches/Branch_4_0/testsuite/src/resources/scoped/a/ejb/META-INF/
branches/Branch_4_0/testsuite/src/resources/scoped/a/ejb/META-INF/ejb-jar.xml
branches/Branch_4_0/testsuite/src/resources/scoped/a/ejb/META-INF/jboss.xml
branches/Branch_4_0/testsuite/src/resources/scoped/b/
branches/Branch_4_0/testsuite/src/resources/scoped/b/ear/
branches/Branch_4_0/testsuite/src/resources/scoped/b/ear/META-INF/
branches/Branch_4_0/testsuite/src/resources/scoped/b/ear/META-INF/application.xml
branches/Branch_4_0/testsuite/src/resources/scoped/b/ear/META-INF/jboss-app.xml
branches/Branch_4_0/testsuite/src/resources/scoped/b/ejb/
branches/Branch_4_0/testsuite/src/resources/scoped/b/ejb/META-INF/
branches/Branch_4_0/testsuite/src/resources/scoped/b/ejb/META-INF/ejb-jar.xml
branches/Branch_4_0/testsuite/src/resources/scoped/b/ejb/META-INF/jboss.xml
> Need to properly test the PooledInvoker for scoped invocations
> --------------------------------------------------------------
>
> Key: JBAS-3863
> URL: http://jira.jboss.com/jira/browse/JBAS-3863
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Remoting
> Affects Versions: JBossAS-4.0.5.CR1
> Reporter: Adrian Brock
> Fix For: JBossAS-4.2.0.CR1, JBossAS-4.0.5.SP1 , JBossAS-5.0.0.Beta2
>
>
> Since the above task shows that even the most basic marshalling of the return type is not present
> in the PooledInvoker code, there are clearly no serious tests of the PooledInvoker in scoped environments.
> These tests need to be written and any broken behaviour fixed.
--
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