gwt-maven-plugin deploy problem

2010-06-09 Thread fazie
Hi, I'm quite new in GWT. I built gwt app using Spring, Hibernate and GXT. It works fine in hosted mode (jetty), but when i build war (maven install) then war file is generated. WAR itsefl looks good, but when i navigate to deployed App in my browser pop-up is showed. gwt module my module may need

Re: SerializationException, Hibernate, no sets

2010-06-09 Thread fazie
i've resolved problem creating new DTO on the server from this creating by hibernate; On 5 Cze, 14:57, fazie d.rabi...@gmail.com wrote: Hi, I've got problem using GWT+Spring+Hibernate+Maven App. The SerializationException occurs when I use class including another class (DTO). public class

SerializationException, Hibernate, no sets

2010-06-05 Thread fazie
= mypackage.model.address...@847468 at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serialize(ServerSerializationStreamWriter.java: 610) Any idea? Thank you in advance! fazie -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Source code from other package into client app

2010-05-24 Thread fazie
Hey, I'm new in GWT and I'm building my first app using spring+gwt. I get problem with source code from another package and used by client side of gwt app. I've got two packages: x.y.dao x.y.web.gwt.client configuration of gwt module tells gwt to look up source under client/ directory: !--