CAS 3.3 Services Management Oracle10gDialect Question
Chuck Pearson
CPearson at its.msstate.edu
Tue Sep 30 15:23:15 EDT 2008
I'm really new to CAS and Service Management but can someone tell me how to use the Oracle10gDialect. I am attempting to add my first service and I get these errors when attempting to create Oracle database tables.
I can create the REGISTEREDSERVICEIMPL, SERVICETICKET, & TICKETGRANTINGTICKET tables just fine, but my table name is too long for.
"
2008-09-30 14:16:27,376 DEBUG [org.hibernate.tool.hbm2ddl.SchemaUpdate] - <create table RegisteredServiceImpl_allowedAttributes (RegisteredServiceImpl_id number(19,0) not null, element varchar2(255 char), allowed_attribute_id number(10,0) not null, primary key (RegisteredServiceImpl_id, allowed_attribute_id))>
2008-09-30 14:16:27,391 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] - <Unsuccessful: create table RegisteredServiceImpl_allowedAttributes (RegisteredServiceImpl_id number(19,0) not null, element varchar2(255 char), allowed_attribute_id number(10,0) not null, primary key (RegisteredServiceImpl_id, allowed_attribute_id))>
2008-09-30 14:16:27,391 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] - <ORA-00972: identifier is too long
"
I was expecting the table name to be just " RegisteredServiceImpl " but it seems to default to the above longer name which is greater than 30 characters.
Thanks for any and all suggestions.
Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas/attachments/20080930/7822cc14/attachment.html
More information about the cas
mailing list