
| Key: |
UP-1606
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Naddy Lee
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
Oracle 9i 2
|
|
|
The class org.jasig.portal.channels.cusermanager.provider.DefaultDataHandlerImpl uses java.sql.Statement directly to execute sql strings which formated by java.text.MessageFormat, this causes a SQLException while I used Oracle as my database to change user's password in the Password Management channel with the error message: ORA-01843 : Invalid month, since Oracle 9i should use to_date function but not directly a string.
|
|
Description
|
The class org.jasig.portal.channels.cusermanager.provider.DefaultDataHandlerImpl uses java.sql.Statement directly to execute sql strings which formated by java.text.MessageFormat, this causes a SQLException while I used Oracle as my database to change user's password in the Password Management channel with the error message: ORA-01843 : Invalid month, since Oracle 9i should use to_date function but not directly a string. |
Show » |
| There are no comments yet on this issue.
|
|