February 2005

Rosalia Tamer Helmy Salama

I’ve always wanted to post some personal stuff on this blog, so, as a very good start, and a wonderful addition to the blog, introducing Rosalia, my wonderful daughter. [image] Rosy was born on 31 December 2002 at 11:59 AM in Boston, Massachusetts, USA, at this hospital. On that great night, we went to see this movie, after a...

JRoller W.Bloggar Comments Problem

It seems that when posting with w.bloggar (version 3.x at least) all my comments settings were adjusted to “Allow comments for 7 day” on the postings. When checking with the JRoller editor, comments setting were defaulted to “allow comments for unlimited days” Had a quick look on w.bloggar’s forums, but was not mentioned. Any suggestions?

DB2/400 and Hibernate Order By

I Hate DB2/400 (iSeries) or at least V5R1 SEVERE: SQLException occurred<br>java.sql.SQLException: [SQL0208] ORDER BY column WRID or expression not in result table. Discovered that was because Hibernate “auto generated” alias for any column in its select clause is not used in the ORDER BY clause (real column name is used instead).A DB2/400 deficiency as many other databases understands the...