Wednesday, May 23, 2007

Take this career and shove it

As catching as the above title is, I cannot take credit for it because its shamelessly stolen from this blog entry. I actually have had some of the same thoughts (a while ago :-) ) but in my humble opinion this guy have found something.... to think about.. and wonder about.


... working in companies where the only real advancement is moving into management.


Doesn't this seems like a lousy deal to you??

later

Monday, May 07, 2007

Hibernate on OS390

... is broken. Well not hibernate itself but the schema tool / dialect has a problem since you need to explicit create a unique index on the primary key column. "Now - how did you discover this" you might ask... THE HARD WAY, thank you very much... ;-)

Quote from IBM doc at found here:

"When you create a table that contains a primary key, you must create a unique index for that table on the primary key. DB2 marks the table as unavailable until the explicit creation of the required indexes."

Bug: http://opensource.atlassian.com/projects/hibernate/browse/HB-1028