Hello castor team, we have one basic design question. Today we have circa 40 databases with the following schemes:
db_a_1 -> table scheme a db_a_2 -> table scheme a db_a_3 -> table scheme a db_b_1 -> table scheme b db_b_1 -> table scheme b db_b_1 -> table scheme b db_c_1 -> table scheme c db_c_1 -> table scheme c db_c_1 -> table scheme c ... ... The table schemes have a lot of tables (ca. 30 tables and average 200 columns per table). Today we create and load for each database a jdomanager configuration and create for each database a castor database instance. The mapping files are very large and the result is a very large memory overhead. In hibernate i can submit a jdbc connection to a session instance, similar is submit a connection to a database instance. Is this possible with castor? How is the best way to implement such a scenario? Thanx --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email