Yeah, I found the problem :-) For the record, the problem was caused by a missing DynamicImport-Package in my gwt application, which cause the serialization mechanism to fail. GWT serialization relies on Class.forName() to find custom serializers.
On Nov 24, 2007 1:29 PM, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > Yeah, I'm already doing that using pax-web-extender / pax-web-service. > So I can start my GWT application and it works fine. The problems I have > happen while calling a server-side service using GWT RPC mechanism. The > servlet is called, the service is invoked (I had to hack a bit the servlet > for classloader problems), but when the data comes back to the client, the > client throws an exception. I have found no way to see what's happening on > the client side because the code is generated and it's a bit difficult to > hack or debug it :-( > > > On Nov 24, 2007 12:40 PM, Peter Neubauer <[EMAIL PROTECTED]> wrote: > > > Guillaume, > > thi swas just a small spike and I am not sure how far I got in terms > > of chopping up components into bundles, but at least I could start GWT > > from within a bundle with teh HttpService. I remember that I saw > > another project that was trying to do this, let me research and get > > back to you on the status of things ... > > > > /peter > > > > On Nov 24, 2007 11:08 AM, Guillaume Nodet < [EMAIL PROTECTED]> wrote: > > > I'm trying to use GWT in OSGi and I came across a problem when using > > RPC. > > > For a reason I haven't identified, the returned data can not be > > deserialized > > > on the client side. Trying to google a bit around that, I found that > > there > > > was a gwt-osgi project in the sandbox [1]. Any idea where this > > project is > > > now ? > > > > > > [1] > > > https://scm.ops4j.org/repos/ops4j/laboratory/users/peter/gwt-osgi/ > > > > > > -- > > > Cheers, > > > Guillaume Nodet > > > ------------------------ > > > Blog: http://gnodet.blogspot.com/ > > > _______________________________________________ > > > general mailing list > > > general@lists.ops4j.org > > > http://lists.ops4j.org/mailman/listinfo/general > > > > > > > > > > > > > > -- > > GTalk: neubauer.peter > > Skype peter.neubauer > > ICQ 18762544 > > GTalk neubauer.peter > > Phone +46704 106975 > > Mail [EMAIL PROTECTED] > > LinkedIn http://www.linkedin.com/in/neubauer > > > > http://www.neo4j.org - New Energy for Data - the Netbase. > > http://www.ops4j.org - New Energy for OSS Communities - Open > > Participation Software. > > http://www.qi4j.org - New Energy for Java - Domain Driven > > Development. > > > > _______________________________________________ > > general mailing list > > general@lists.ops4j.org > > http://lists.ops4j.org/mailman/listinfo/general > > > > > > -- > > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
_______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general