Phil 3.1.2010

7:30 – 4:30

  • Tried to deploy the new version of VISIBILITY today but the table names didn’t match. It appears that the parsing of the table names was different from what was stored – possibly a space. Added better trimming of names and logging to make sure. Going to burn a new disk and try tomorrow.
  • Back to jython. Adding the facade methods to get to the database and read and write xml – got the facades in place. I think that the code editing app should only be runnable by administrators (or some similar role) as opposed to testing the role of the user (who may not have written the script). Do we need to track the people who have touched a script?
  • Not getting the xml pythin library importing correctly. Going to spend some time with the jython.bat file to see what’s being included. AND HERE’S WHY: You have to setup with the “standalone” install, that has a jar file with everything you need. If you install the default, you’re screwed. Sigh.