I'm using the tapestry5-acegi module (v 1.0.2, Tapestry v 5.0.7), and I get an 
error when Hibernate tries to create tables in Oracle 9i:

14:09:42.234 ERROR! [main] 
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:155) >55> 
Unsuccessful: create table UserDetailsBean_GrantedAuthorityBean 
(UserDetailsBean_id number(19,0) not null, grantedAuthorities_id number(19,0) 
not null, unique (grantedAuthorities_id))
14:09:42.234 ERROR! [main] 
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:156) >55> 
ORA-00972: identifier is too long

Am I out of luck?  Surely people have run Acegi on Oracle 9i before, so I 
presume this error relates to tapestry5-acegi, not Acegi in general.


Reply via email to