On Tue, Mar 11, 2008 at 2:37 PM, John Langan <[EMAIL PROTECTED]> wrote: > Thanks for the help and now I've got a working copy. > You were correct that the 'creator' field was missing from the 'website' > table, but I didn't notice any errors when the Roller tables were created. > I think this is because they were created using the Oracle version of the > scripts that came with the Roller 4 download on > http://roller.apache.org/downloads.html. > I checked the scripts and the 'creator' field is not included in the 'create > table website' script. > > There are no Oracle version scripts with the current download from the > roller/tag/roller_4.0 - final Roller 4.0 release in the repositry at > http://cwiki.apache.org/confluence/display/ROLLER/Roller+Source+Code
The Oracle DB create script (and all others too) is generated by the build process. Run the build and check in build/webapp/WEB-INF/classes/dbscripts - Dave
