-
Feature Request
-
Resolution: Done
-
Major
-
JBossAS-4.0.4.GA
-
None
-
Documentation (Ref Guide, User Guide, etc.), Compatibility/Configuration
The TIMER service does not allow the name of the table to be used by the timer service to be overriden.
To check is the table already exists the following is called: -
rs = dmd.getTables(catalog, schema, tableName, null);
return rs.next();
For the timer service no schema is specified so this returns the TIMER tables for all schemas so we do not create the table for the current schema even though it is not available.
If the table name is specified as SCHEMA_NAME.TABLE_NAME then the search will be restricted to the schema so will prevent tables from other schemas being picked up.
- blocks
-
JBAS-2113 Tables creation problem on Oracle
- Closed