Mike 4.12.2012

  • Usual server backups
  • My firewall change request was approved but not implemented yet
  • Still working on connection Hibernate and MySQL through a RequestFactory, lots of dependency issues.  A few notes:
    • As of GWT 2.4, in order to use RequestFactories a 3rd part validator must be run as part of the build process: link
    • There’s a class loader issue with Hibernate 4.0+ and the GWT jetty dev server.  There are a few workarounds:
      • Revert to Hibernate 3.6
      • Don’t use the dev server and simply deploy to something like tomcat or jboss
  • It works, doesn’t use best practices, but it works.