Hey, Building the 2.2b3 TDK, and running against an Oracle database demonstrates a bug in the current code. Every time you 'Logout' of the flux app, an exception gets thrown as the User.perm data is persisted to the database. I found the problem on the Torque mailing list. The TURBINE_USER.OBJECTDATA field is currently defined as a BLOB data type. This doesn't work with Oracle (for whatever reason). This needs to be changed to LONG RAW to get it to work. I've made the change locally, and everything works fine. Unfortunately, every time I ant init (to modify my schema), the database gets set back to BLOB.
Can someone with the appropriate know-how/permissions modify the code (probably XSLT script) that is specifying BLOB for Oracle, and have it spit out LONG RAW instead? Of course, I'm assuming (hoping) that this code is separate for each database vendor. -Mitch
<<attachment: winmail.dat>>
-- To unsubscribe, e-mail: <mailto:turbine-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org>
