filmskakespeare.org

STATUS

April 30th, 2007

The upload piece is not working as expected, so we'll be adding the functionality as we work through the issues.

Inserts into the database are not working...

Code is using Statement.RETURN_GENERATED_KEYS to return row ids after inserts. Perhaps the javax classes on GoDaddy are not that current.

May 2nd, 2007

Added inserts that do not use RETURN_GENERATED_KEYS.

Inserts into the database are still not working...

New administrative console does not allow access to JAVA logs.

May 5th, 2007

Added Error table in SQL will try to write errors there once Tomcat is recycled in the morning.

May 7th, 2007

Errors are not making in into mySQL.

Will change code to throw Exceptions all the way to the browser -- Yuck.

May 15th, 2007

Upload is working now. Apparently Tomcat was upgraded and the web.xml file no longer checked out against the dtd/schema that was expected.

Need to work on documentation, then application will be made available.