[jboss-jira] [JBoss JIRA] (SECURITY-705) DatabaseServerLoginModule has regression for the option transactionManagerJndiName
Tom Fonteyne (JIRA)
jira-events at lists.jboss.org
Thu Nov 15 09:24:21 EST 2012
[ https://issues.jboss.org/browse/SECURITY-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tom Fonteyne resolved SECURITY-705.
-----------------------------------
Resolution: Done
Fixed in trunk
> DatabaseServerLoginModule has regression for the option transactionManagerJndiName
> ----------------------------------------------------------------------------------
>
> Key: SECURITY-705
> URL: https://issues.jboss.org/browse/SECURITY-705
> Project: PicketBox
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: PicketBox
> Affects Versions: JBossSecurity_2.0.5.Final
> Reporter: Tom Fonteyne
> Assignee: Tom Fonteyne
> Fix For: JBossSecurity_2.0.6.Final
>
>
> line 127:
> String jname = (String) options.get("TRANSACTION_MANAGER_JNDI_NAME");
> should be:
> String jname = (String) options.get(TRANSACTION_MANAGER_JNDI_NAME);
--
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