dnouls

Results 9 issues of dnouls

I'm trying to implement a custom serializer/deserializer for a project specific object type that uses a generic parameter. we have a class FilterCriteria Defined like this: ` class FilterCriteria {...

See the pull request: [Pull Request](https://github.com/nmorel/gwt-jackson/pull/71) This contains a GWT test case that uses gwt-jackson and an identical regular testcase that uses jackson. With jackson this works, with gwt-jackson it...

bug

I'm using a project structure based on the tbroyer multi-module archetype. I have the facet project properties configured to launch super dev mode, but I always get the following error...

bug

I have a large maven project with lots of modules. Many of them are of type gwt-lib and 2 are gwt-app. When I try to launch the SDM CodeServer with...

I'm trying to apply the DRY approach for reusing my jaxrs services using the gwtp-rest-delegated. The problem is that I am using the Response object as a return value since...

Suggestion

I'm using rest services which uses @Suspended AsyncResponse to make the rest service into an asynchronous one. It would be nice if there was some support in GWTP to handle...

Suggestion

I am trying to create a test where I have a @UseModules on a test mode to setup a dependency different from other test methods. But as a consequence objects...

It would be nice if this were integrated with you own gwt maven plugin. I guess you are not interested in working on that given your opinion of maven ?...

According to the documentation we should use version 1.0.2 in combination with GWT 2.10.0, but this gave me a lot of errors about @JsNonNull not being found. I switched to...