adding gwt-validation-2.1.jar library, hibernate doesn't works. NullPointerException

2012-07-12 Thread silvio.troia
hi, i'm new in GWT, i've added a gwt-validation library, error appears when hibernate have to do merge /* * (non-Javadoc) * @see org.skyway.spring.util.dao.JpaDao#store(java.lang.Object) */ @Transactional public T store(T toStore) { if (canBeMerged(toStore)) { return merge(toStore);

Re: adding gwt-validation-2.1.jar library, hibernate doesn't works. NullPointerException

2012-07-12 Thread silvio.troia
i don't have a stacktrace. all calls to db doesn't work in debug mode i see only java.lang.reflect.InvocationTargetException with target NullPonterExceptions in AopUtils.Class Il giorno giovedì 12 luglio 2012 13:05:20 UTC+2, silvio.troia ha scritto: hi, i'm new in GWT, i've added a gwt

Re: adding gwt-validation-2.1.jar library, hibernate doesn't works. NullPointerException

2012-07-12 Thread silvio.troia
it doesn't work when copy a gwt-validation library into a folder on my project it's very strange -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: adding gwt-validation-2.1.jar library, hibernate doesn't works. NullPointerException

2012-07-12 Thread silvio.troia
ok tnx Il giorno giovedì 12 luglio 2012 17:06:50 UTC+2, Jens ha scritto: Maybe you should ask again at https://groups.google.com/forum/?fromgroups#!forum/gwt-validation -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Re: adding gwt-validation-2.1.jar library, hibernate doesn't works. NullPointerException

2012-07-12 Thread silvio.troia
this is my new post https://groups.google.com/forum/?fromgroups#!topic/gwt-validation/YQ-fxHTDofQ Il giorno giovedì 12 luglio 2012 17:17:49 UTC+2, silvio.troia ha scritto: ok tnx Il giorno giovedì 12 luglio 2012 17:06:50 UTC+2, Jens ha scritto: Maybe you should ask again at https

my application doesn't compile

2012-04-20 Thread silvio.troia
when i try to compile my GWT application, this is what i have The following problems were detected [WARN] Line 1 column 12: encountered _. Was expecting one of: } + - , ; / STRING IDENT NUMBER URL PERCENTAGE PT MM CM PC IN PX EMS EXS DEG RAD GRAD MS SECOND HZ KHZ DIMEN HASH

Re: GWT data grid isn't presented

2012-04-20 Thread silvio.troia
i've done a work around putting a flowPanel container on that widget something like this g:FlowPanel ui:field=fpzonacategoria width=100% height=100% b:DataGrid ui:field=zonacategoria focus=true title=Zona/Categoria width=100% height=100%/ /g:FlowPanel tell me if it works. bye Il giorno