[jboss-jira] [JBoss JIRA] Commented: (JBAS-1429) Reauthentication Support
Vicky Kak (JIRA)
jira-events at lists.jboss.org
Mon Jun 15 04:35:56 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12472044#action_12472044 ]
Vicky Kak commented on JBAS-1429:
---------------------------------
Few things to be considered here are
1) The MySqlReauthenticationMechanism will not work unless changeUser(..) method is added to com.mysql.jdbc.jdbc2.optional.ConnectionWrapper class,
*************************************************************************
public void changeUser(String userName, String newPassword) throws SQLException {
checkClosed();
try {
this.mc.changeUser(userName,newPassword);
} catch (SQLException sqlException) {
checkAndFireConnectionError(sqlException);
}
}
*************************************************************************
2) The unit tests for this change needs to be incorporated.
> Reauthentication Support
> ------------------------
>
> Key: JBAS-1429
> URL: https://jira.jboss.org/jira/browse/JBAS-1429
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: JCA service
> Affects Versions: JBossAS-4.0.1 Final
> Reporter: Andrew Oliver
> Assignee: Vicky Kak
> Attachments: JBAS-1429, MySqlReauthenticationMechansimImpl.java, ReauthenticationMechansim.java
>
>
> Add support for the reauthentication support (in particular MySQLChangeUser)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list