Archive for August, 2009

Microsoft fires most of Yahoo staff

Sunday, August 16th, 2009

Microsoft fired guy waiting for heart transplant

Sunday, August 16th, 2009

AuditTheFed.com

Thursday, August 13th, 2009

EclipseLink JPA in Eclipse dumb error message

Tuesday, August 11th, 2009

Sometimes you’re developing an app along with a new database schema to go with it, but you get this: Schema "null" cannot be resolved for table "XXXX".

Window -> Preferences -> Validation, JPA Validator, turn off for Build.

This probably shouldn’t be on by default anyhow, people are most likely going to build new apps from scratch than build new apps to fit old databases; and even if they do build from old, Eclipse’s JPA Tools has a build entities from tables function.