[JBoss-user] [JBoss Portal] - Re: ORA-00972: identifier is too long using Oracle to instal

2006-07-10 Thread bdaw
yep it's fixed. just use sources from cvs head: cvs co jboss-portal-2.4 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956730#3956730 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956730

[JBoss-user] [JBoss Portal] - Re: ORA-00972: identifier is too long using Oracle to instal

2006-07-10 Thread halversp
I worked around it by changing the mapped table name from JBP_OBJECT_NODE_SECURITY_ACTIONS to JBP_OBJ_NODE_SEC_ACTS in the hibernate mapping file. Seemed to work (after I dropped the schema and rebuilt), but I'm surprised it wasn't caught before. pch View the original post : htt

[JBoss-user] [JBoss Portal] - Re: ORA-00972: identifier is too long using Oracle to instal

2006-07-10 Thread halversp
Was this fix incorporated into 2.4? I'm getting the same error: | 2006-07-10 13:20:06,109 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table JBP_OBJECT_NODE_SECURITY_ACTIONS (PK number(19,0) not null, ACTIONS varchar2(255 char)) | 2006-07-10 13:20:06,109 ERROR [org.

[JBoss-user] [JBoss Portal] - Re: ORA-00972: identifier is too long using Oracle to instal

2006-06-25 Thread [EMAIL PROTECTED]
it is fixed in latest CVS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953340#3953340 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953340 Using Tomcat but need to do more? Need to support web services, security? Ge

[JBoss-user] [JBoss Portal] - Re: ORA-00972: identifier is too long using Oracle to instal

2006-06-25 Thread scr1701
I got the exact same error. I tried renaming the table name to <30 chars "JBP_OBJECT_NODE_SECURITY_ACT", however, it failed during execution of an insert statement somewhere that contains a referenct to the old name. Any one got a solution? View the original post : http://www.jboss.com/index.h