CSPACE-1345 refactored role into roles.xsd, added roles_list and role
CSPACE-1346 refactored permission-config to permissions.xsd, removed parent-child relationship between perm and role...made it association, permission-action has parent child rel added id, etc., added list
CSPACE-1347 refactored users_roles into users_roles.xsd, added list
cleaned up persistence.xml, removed list classes if not used in persistence
test: authz gen_ddl, create_db, gentest, seedtest, mvn test at the service level
M services/JaxRsServiceProvider/src/main/resources/META-INF/persistence.xml
M services/account/pstore/src/test/resources/META-INF/persistence.xml
_M services/authorization
M services/authorization/service/src/test/java/org/collectionspace/services/authorization/test/AuthorizationSeedTest.java
A services/authorization/service/src/test/java/org/collectionspace/services/authorization/test/AbstractAuthorizationTestImpl.java
A services/authorization/service/src/test/java/org/collectionspace/services/authorization/test/AuthorizationGenTest.java
M services/authorization/service/src/test/resources/test-data/test-permissions.xml
A services/authorization/service/src/test/resources/test-data/test-permissions-roles.xml
M services/authorization/service/src/main/java/org/collectionspace/services/authorization/AuthZ.java
D services/authorization/jaxb/src/test/resources/META-INF/persistence.xml
D services/authorization/jaxb/src/test/resources/hibernate.cfg.xml
A + services/authorization/jaxb/src/main/resources/roles.xsd
A services/authorization/jaxb/src/main/resources/users_roles.xsd
D services/authorization/jaxb/src/main/resources/authorization_provider.xsd
A services/authorization/jaxb/src/main/resources/permissions.xsd
A services/authorization/jaxb/src/main/resources/permissions_roles.xsd
M services/authorization/pstore/src/test/resources/META-INF/persistence.xml
M services/authorization/pstore/src/main/resources/db/mysql/authorization_index.sql
M services/authorization/pstore/src/main/resources/db/mysql/authorization.sql