Tuesday, September 1, 2009

Mysql server has gone away

in your my.ini

increate your max_allowed_packet

Tuesday, August 25, 2009

Maven 2.0.7 is buggy.

java.lang.IllegalArgumentException: XPP3 pull parser library not present. Specify another driver. For example: new XStream(new DomDriver())


Ive been working on this issue almost 3days but I havent found any solutions. Its really frustrating. I checked everything settings.xml and even redownload all the repository. Asking professionals on how to fix this but they dont have answer. Its really frustrating the time is ticking and I need to work.

Currently I am using maven version 2.0.7, then here comes an idea to replace it with the latest version 2.1.0. After a few minutes of rebuilding my projects everything works perfectly. Thanks for version 2.1.0!!! I will never use maven 2.0.7 again.

I should never wasted 3days!

Hope you find this helpful.