Hi Juan,
thank you very much for this fix!
You compiled it with JDK 7.0 and it won't run with JDK 6, which I need to use for Liferay 6.1.x. Could you recompile it with JDK6 and upload it again please?
"java.lang.UnsupportedClassVersionError: org/xmlportletfactory/XMLPortletFactory : Unsupported major.minor version 51.0".
The reported major numbers are (src: http://stackoverflow.com/questions/10382929/unsupported-major-minor-version-51-0):
1J2SE 8 = 52,
2J2SE 7 = 51,
3J2SE 6.0 = 50,
4J2SE 5.0 = 49,
5JDK 1.4 = 48,
6JDK 1.3 = 47,
7JDK 1.2 = 46,
8JDK 1.1 = 45
Martin.