July 2006 - Posts

3
Comments

MySQL java.net.SocketException: Broken pipe - Fixed! by lamia

Hmmmm... During deployment time to our Linux server, I encountered this error that said MySQL java.net.SocketException: Broken pipe It was really becoming frustrating since I couldn't determine where the error was coming. Checked the code, eliminated...
Filed under: ,
0
Comments

Multiple message-resources in struts-config.xml problem - SOLVED! by lamia

Ok, this should have been posted yesterday, but since something went wrong after I typed a very lengthy blog, I'm just gonna post this again now and write everything from the top of my head. So, it would seem that having multiple message-resources in...
Filed under: ,
2
Comments

Internationalization with Struts by lamia

I haven't totally succeeded in internationalizing everything yet. But it was quite a surpirse how easy it was to do this in Java with the help of Struts <bean:write/> tag. All my static contents can now be converted to arabic(and other languages...
Filed under:
0
Comments

SQLServer to MySQL Migration problem... Solved! by lamia

I had no problem migrating to MySQL from SQLServer 2000. SELECTing fields from the tables didn't give any problem except when I tried inserting. I must have misconfigured something in MySQL's migration toolkit and received the following errors while INSERTing...
Filed under:
0
Comments

Flash Plugin installation for Mozilla browser on Solaris 10(x86) by lamia

Ok, apparently there was an easier way to install flash plugin for mozilla browser under Solaris 10. First, follow the link below... http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash save the file anywhere in your drive...
Filed under:
0
Comments

More on Mono by lamia

I'm really a fan of mono project. Too bad I don't have my Linux box here yet to try it out (on Linux of course). Perhaps when I get the time, I will get to try this very cool thing. I also stumbled two great articles, I haven't finished reading it but...
Filed under:
0
Comments

I finally found the mozilla plugin directory... by lamia

While having a quarrel with my sister on yahoo(using GAIM), I was searching again for the mozilla flash player plug-in. It's been pretty annoying since I always get the browser to ask me to install it everytime I visit a flash-enabled website. The directory...
Filed under:
0
Comments

Java hosting problem... by lamia

Ok... So all these times I was developing a Java app for my company because I thought they could afford the Windows hosting with SQLServer 2000. I was confident to use opensource frameworks and other plug-ins because of that. But now I am having this...
Filed under: