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-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);
>
> }
>
> else {
>
> return persist(toStore);
>
> }
> }
>
> some helps?
>
>
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/jp9vtGL1Wp8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.