Friday, January 21, 2011

Gorenje GN 51203 IW газовая плита


В магазинах цена этой плиты 3000-3200 грн.
а в интернет магазине fotos.com.ua я взял за 2450 грн. (2300 плита + 150 доставка)

Это дешевле на 700 грн. или на 22% от магазинной цены.






Thursday, January 20, 2011

org.hibernate.MappingException: Could not read mapping document from URL: null

If you use tag @hibernate.class for generate hibernate mapping

Don't use commented lines between java doc block and you class declaration.



/**
* Author : Alexey Zavizionov
*
* @hibernate.class table="MY_CLASS"
*/
// <- here it is
public class MyClass {


Regards,
Alexey