Patch #2383
closedRedmine, glassfish and Oracle working!
0%
Description
Hi!
After some investigation, I finally could have redmine in glassfish working in 0.7.3 with jndi/jdbc.
To have it working in Oracle there are two things it must be changed in the migrate files:
Table "ATTACHMENTS", don't know why but there is a field missing here: DESCRIPTION, type string (db/migrate/001_setup.rb)
Table "USERS", there is some problem in Oracle with the empty strings, some fields like "LOGIN","HASHED_PASSWORD", "FIRST_NAME,"LASTNAME" AND "MAIL" should be nullable.
Related issues
Updated by Jean-Baptiste Barth over 13 years ago
- Status changed from New to Closed
Wow, this report is old, sorry no one answered. Oracle is not officially supported. If someone has the ability to test Juan's advices on the latest stable release (1.2.0), we could adapt the migrations it they don't break anything on supported SQL servers. I close the ticket for now, re-open if you're interested.