Hi, I just started with Portofino 4.2.1 and tried to setup the user and roles and user_roles tables. When I try to refresh the data, the tables.xml files get generated, but they don't show in the list, see attached files. Even a fresh connection provider or reload model did not help. Second problem ist that the user_roles table is not mapped. I think it is a consecutive fault: I tried to edit securit.groovy to select the roles_users table and edited the query, but I always get the following exceptions: org.hibernate.hql.internal.ast.QuerySyntaxException: roles_users is not mapped [ select distinct g.rolesid from roles g, roles_users ug, users u where g.id = ug.roles_id and ug.user_id = u.id and u.id = :userId ] Where are the mapped entities defined? What could be wrong here? Thank you very much for your help! Sylvie