Hello, I've isolated the root cause of my problem. But turning debugging on, I saw all the SQL OJB was generating in my JBoss log file.
OJB generates SQL for SELECT and INSERT. But for UPDATE, no SQL is generated - it assumes it has an Updatable Cursor. But my driver cursor does not support update. Q: How do I tell OJB to use SQL to update instead of updating through a Cursor? I tried setting JDBC level to 1.0 in repository_database.xml, but this didn't work. Thanks in advance! Alex --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
