I am trying to reverse engineer my tables in Oracle 11g tables. I created OSGI bundle for the Oracle driver and I am able to connect to the database.
When I execute introspect Roo is writing out all my table information to XML file correctly
But when I execute the reverse engineer command with same schema name, I get schema does not exist error. Am I missing something? How do I get this to work?Code:roo> database introspect --schema TIBDEV --file db_metadata.xml Database metadata written to file C:\.....\db_metadata.xml
RegardsCode:roo> database reverse engineer --schema TIBDEV --package ~.domain --includeTables "<<LIST OF MY TABLES>>" --testAutomatically Schema(s) 'TIBDEV' do no exist or does not have any tables. Note that the schema names of some databases are case-sensitive


Reply With Quote
