I guess I have found the problem: the column RESOURCE_BUNDLE doesn't exist in
the table PORTLET_DEFINITION created by the jetspeed2:db.create goal (Fusion). 
II don't find this column in Jetspeed2 either.  So I guess there must be
something wrong...

Caused by: java.sql.SQLException: Column not found: RESOURCE_BUNDLE in
statement
[INSERT INTO PORTLET_DEFINITION
(ID,PORTLET_IDENTIFIER,NAME,CLASS_NAME,APPLICATION_ID,EXPIRATION_CACHE,RESOURCE_BUNDLE,PREFERENCE_VALIDATOR)
VALUES
(1,'HelloPortlet','HelloPortlet','org.apache.jetspeed.portlet.helloworld.HelloWorld',1,'-1',NULL,NULL)
]
        at org.hsqldb.Trace.getError(Unknown Source)
        at org.hsqldb.jdbcResultSet.<init>(Unknown Source)
        at org.hsqldb.jdbcConnection.executeStandalone(Unknown Source)
        at org.hsqldb.jdbcConnection.execute(Unknown Source)
        at org.hsqldb.jdbcStatement.fetchResult(Unknown Source)
        at org.hsqldb.jdbcStatement.executeUpdate(Unknown Source)
        at org.hsqldb.jdbcPreparedStatement.executeUpdate(Unknown Source)
        at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
        ... 31 more


Quoting Jaq Marit <[EMAIL PROTECTED]>:

> 
> thanks for the input.  but i need to know if there are any differences
> between
> the db schema of Fusion and J2.  The problem seems to be in the OJB (broker)
> tables.  I have already checked both but I don't see any differences between
> the set of table definitions.
> 


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to