Is the SystemDatasource only intended for the internal use of Geronimo and associated components (e.g. Geronimo's "timertasks" table, ActiveMQ's tables ) and not intended for direct use by J2EE applications? I am guessing some reasons for this could be:
* safety - we don't want J2EE apps playing with our internal tables or have any table name conflicts with J2EE apps * performance? Does anyone know of any other tables that will be placed in the SystemDatasource? some notes for future reference... Geronimo's "timertasks" table creation statements are in geronimo\modules\timer\src\java\org\apache\geronimo\timer\jdbc\JDBCWorkerPersistence.java ActiveMQ's table creation statements are in the getCreateSchemaStatments (..) method in activemq\modules\core\src\java\org\activemq\store\jdbc\adapter\DefaultStatementProvider.java John This e-mail message and any attachments may contain confidential, proprietary or non-public information. This information is intended solely for the designated recipient(s). If an addressing or transmission error has misdirected this e-mail, please notify the sender immediately and destroy this e-mail. Any review, dissemination, use or reliance upon this information by unintended recipients is prohibited. Any opinions expressed in this e-mail are those of the author personally.
