[jboss-jira] [JBoss JIRA] Commented: (JBAS-5023) org.jboss.test.jca.test

Jeff Zhang (JIRA) jira-events at lists.jboss.org
Fri May 9 03:30:32 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBAS-5023?page=comments#action_12412275 ] 
            
Jeff Zhang commented on JBAS-5023:
----------------------------------

Since this change make other jca testcase fail, I will continue to look inside. I will not commit code change until all test pass.

So far, I think this change should be right and maybe these testcase need to be taken care.

In BaseConnectionManager2:startService()
      if (securityDomainJndiName != null)
         securityDomain = (SubjectSecurityManager) new InitialContext().lookup(SECURITY_MGR_PATH
               + securityDomainJndiName);

currently in this code "securityDomainJndiName" always be null and securityDomain can't be get

> org.jboss.test.jca.test
> -----------------------
>
>                 Key: JBAS-5023
>                 URL: http://jira.jboss.com/jira/browse/JBAS-5023
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: Test Suite
>            Reporter: Shelly McGowan
>         Assigned To: Jeff Zhang
>             Fix For: JBossAS-5.0.0.CR1
>
>         Attachments: ds.patch
>
>
> Failing tests:
> org.jboss.test.jca.test.SecurityContextUnitTestCase(tests-security-basic-unit).testRunAsIdentityPropagationFS
> org.jboss.test.jcaprops.test.JBossRaXmlOverrideUnitTestCase.testJBossRaXmlOverride

-- 
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