[JBoss-user] [JBoss Portal] - Re: How to passing session varibles from Portlet to Servlet

2006-06-28 Thread halversp
If you're trying to use a servlet to handle portlet requests, you might want to take a look at the Apache Portals Bridges project, which provides various mechanisms to address the differences between a portlet request context and the more general servlet request context. For example, there's a

[JBoss-user] [JBoss Portal] - Migrating portal objects between instances

2006-06-28 Thread halversp
Is there a defined approach for copying portal content between two separate instances of JBP? (e.g. between a test/staging instance and a production instance) I'm referring to items like portal instances, windows, pages, etc. While I can create an initial set of deployments through an *-object.

[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-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