Rainy Holiday !

Guitar - 1 Comment » - Posted on March, 29 at 11:33 pm

I was experimenting arpeggiating some chords this weekend and put together this song. It came out pretty well in the end.

Read More..>>

Posted in Guitar | 1 Comment »

JBoss 4.0 Classloader Problems with Commons-Logging

Java - No Comments » - Posted on March, 9 at 4:11 pm

“Log4JLogger does not implement Log” .. this happens because commons logging is bound to the JBoss system classloader, however the application classloader is trying to associate it to itself. The best way to resolve this error is to remove all references to commons-logging and utilize the one that is packaged with JBoss. For more information [...]

Read More..>>

Posted in Java | No Comments »

Exporting existing mail to Gmail

Uncategorized - 2 Comments » - Posted on March, 5 at 9:58 pm

I used Mark Lyon’s Gmail Loader to import my existing mail from thunderbird to gmail. If you have existing mail in yahoo try using Yahoo! Pops to download the mail using thunderbird and then exporting to gmail.

Read More..>>

Posted in Uncategorized | 2 Comments »