|
From: Stephane B. <ste...@be...> - 2004-06-04 18:00:21
|
I'm a bit confused about the schema: In Authorization, the Entity bean AdminGroupDataBean defines a schema-name AdminGroupDataBean finders do perform queries on AdminGroupDataBean In the session bean however, I can see a sql query that work on 'AdminGroupData'. ps: On a related note, naming convention implies that the schema name associated to <component-name>Bean should be <component-name> which is semantically more correct than a table named xxxBean, once everything will be somewhat clean, it means that we would need to write a migration script. Stephane |