[jboss-jira] [JBoss JIRA] (AS7-6525) org.jboss.as.test.integration.jca.moduledeployment.TwoRaJarTestCase.testConnection2 fails with NullPointerException

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Thu Mar 7 13:31:42 EST 2013


     [ https://issues.jboss.org/browse/AS7-6525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry updated AS7-6525:
----------------------------------

    Fix Version/s: 8.0.0.Alpha1
                       (was: 7.2.0.CR1)

    
> org.jboss.as.test.integration.jca.moduledeployment.TwoRaJarTestCase.testConnection2 fails with NullPointerException
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: AS7-6525
>                 URL: https://issues.jboss.org/browse/AS7-6525
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Test Suite
>    Affects Versions: 7.2.0.Alpha1
>            Reporter: Vladimir Rastseluev
>            Assignee: Vladimir Rastseluev
>             Fix For: 8.0.0.Alpha1
>
>
> Description of problem:
> The test fails with java.lang.NullPointerException at org.jboss.as.test.integration.jca.moduledeployment.TwoRaFlatTestCase.testConnection2(TwoRaFlatTestCase.java:193)
> Analysis:
> When running the child's test inherited from parent, ModuleAcDeploymentTestCaseSetup is resolved as parent's nested static class TwoRaFlatTestCase.ModuleAcDeploymentTestCaseSetup and not child's TwoRaJarTestCase.ModuleAcDeploymentTestCaseSetup. 
> Nested static class in child should be renamed and the test testConnection2() which uses it should be in child overridden.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list