Hi experts! I need an ejb3 entity which is not "tied" to one database schema (in Oracle term - Oracle schema). I want to set that database schema at runtime. The reason I need this is the project structure of the database. I have multiply Oracle DB schema with the same structured tables. Every oracle schema represent a project (different data, same structure). Can I set schema in ejb3 entityManager* or anywhere in the session context causing ejb3 persistence manager to generate SQL like: select|update|insert from|to SPECIFIED_SCHEMA.table? Now I'm using jboss & bmp and wondering upgrade to ejb3 persistence (jboss 4.0.4). Any help will be appreciated!
--- Kirill Mikhailov SurgutNIPIneft Tyumen =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".