Re: Issues calling RPC with GWT 2.8 RC1

2016-08-28 Thread nishantarya4
I did not try Rc2 yet. Is this issue fixed in Rc2, if you know ?

Thanks,
Nishant

On Thursday, August 25, 2016 at 6:06:51 PM UTC+7, Juan Pablo Gardella wrote:
>
> Did you try 2.8 rc2? Which error are you seeing?
>
> On Thu, 25 Aug 2016 at 07:16  wrote:
>
>> Hi,
>>
>> From our application whenever we make RPC calls, we reach to our remote 
>> service and when we return any object successfully back, we get back in 
>> onFailure method of "AsyncCallback". The same code use to work with gwt 2.7 
>> and we are trying to migrate our application from 2.7 to 2.8 RC1. Does any 
>> one had similar issue with 2.8 RC1 ? Has something chnaged with the way RPC 
>> has to be made in 2.8 RC1 ? I'd appreciate any kind of help/suggestion.
>>
>> Thanks,
>> Nishant Arya
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "GWT Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to google-web-toolkit+unsubscr...@googlegroups.com .
>> To post to this group, send email to google-we...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/google-web-toolkit.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Issues calling RPC with GWT 2.8 RC1

2016-08-28 Thread nishantarya4
I am using gwt-servlet-2.8 RC1 jar on server too. I get 500 Internal Server 
Error in Throwable. Also I have not tried Gwt 2.8 RC2, I just updated to 
Rc1 for now. Is this issue fixed in Rc2 ? Also I just discovered that issue 
goes away if I stop using gwt jackson library which I have started using 
after upgrading the gwt version. We are using gwt-jackson, because we wnat 
to serialize/deserialize the objects to be used in local storage, this is 
the code that I have in one of my DTO(bean) :
public class ResourceBundleBean implements LocallyStorable {

private String someString;

public interface ResourceBundleBeanMapper extends 
ObjectMapper {};
@Override
public ObjectMapper getMapper() {
if(resourceBundleBeanMapper == null) {
resourceBundleBeanMapper = GWT.create( ResourceBundleBeanMapper.class );
}
return resourceBundleBeanMapper;
}
}


I get exception when the above class "ResourceBundleBean" is returned from 
RPC call, and I get "500 Internal Server Error". If I remove the code of 
"ResourceBundleBeanMapper " and the getMapper method from this class, then 
it starts working and I get the response correctly from RPC call without 
any issue. But I need the above code for serialization as I said above. So 
I am not sure, why gwt-jackson code is causing the RPC to tjrow 500 
Internal server error. Any suggestion would be of great help to me to nail 
down this issue. Thanks so much for your response.

Thanks,
Nishant

On Thursday, August 25, 2016 at 6:12:11 PM UTC+7, Thomas Broyer wrote:
>
> What Throwable do you get in onFailure? Did you update the gwt-servlet.jar 
> on server-side too?
> And to answer your question, yes, there have been changes to RPC since 
> 2.7; the protocol should be backwards-compatible but there have also been 
> changes to CustomerFieldSerializers and objects, to the serialization 
> policies wouldn't be the same. But if you use the same version of both GWT 
> and your own code on both client and server sides, then it should work.
>
> On Thursday, August 25, 2016 at 12:17:06 PM UTC+2, nishan...@gmail.com 
> wrote:
>>
>> Hi,
>>
>> From our application whenever we make RPC calls, we reach to our remote 
>> service and when we return any object successfully back, we get back in 
>> onFailure method of "AsyncCallback". The same code use to work with gwt 2.7 
>> and we are trying to migrate our application from 2.7 to 2.8 RC1. Does any 
>> one had similar issue with 2.8 RC1 ? Has something chnaged with the way RPC 
>> has to be made in 2.8 RC1 ? I'd appreciate any kind of help/suggestion.
>>
>> Thanks,
>> Nishant Arya
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


remove annotation in gwt compiler process ?

2016-08-28 Thread 'Marian S' via GWT Users
Hi, 

Im write a annotation processor for  shared package and need remove this in 
gwt compilation process ?
Im try with "super source"  but I take only error  ..  ( have maybe 
someone example project for "super source " ?) 
e.g. expected package not the same like .
Im using gwt 2.8 from eclipse !
For moment I comment this for compilation but this is not really solution ! 
I miss preprocessor like in C or C++ 

Have someone a ideea ? or solution better as my ?

Greeting
Marian


-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Meta validation

2016-08-28 Thread Predrag Remark

In our recent blog post we have discussed data validation. Discussion is 
about the types of validation and common limitations in widget libraries 
and how to overcome those limitations.

You can find it here: http://www.codeless.solutions/#!blog/mtaac and watch 
the video that illustrates this discussion here: 
https://www.youtube.com/watch?v=8deSiwXIh5w



-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: gwt-material 1.6.0 is now available

2016-08-28 Thread Ed
Great Job.

Does this work with gwt 2.7?

I use 2.7 with 1.5.

When i swapped out the jars to 1.53 the browser froze and the process had
to be terminated.

I was looking for migration notes but did not find.

Ed

On Sat, Aug 27, 2016 at 1:50 PM, Rodrigue Lagoué Rodrigue  wrote:

> great work
>
> On Sat, 27 Aug 2016 at 07:22 maticpetek  wrote:
>
>> Thank you. Really good work
>>
>>
>> On Friday, August 26, 2016 at 7:30:43 AM UTC+2, mark kevin ringor wrote:
>>>
>>> Hi everyone,
>>>
>>> Here comes the release of 1.6.0 on gwt-material projects:
>>>
>>> #gwt-material  release notes:
>>> https://github.com/GwtMaterialDesign/gwt-material/releases/tag/gwt-
>>> material-1.6.0
>>>
>>> #gwt-material-addins 
>>> release notes:
>>> https://github.com/GwtMaterialDesign/gwt-material-addins/releases/tag/
>>> gwt-material-addins-1.6.0
>>>
>>> #gwt-material-themes 
>>> release notes:
>>> https://github.com/GwtMaterialDesign/gwt-material-themes/releases/tag/
>>> gwt-material-themes-1.6.0
>>>
>>> #Central  Repository
>>> http://search.maven.org/#search%7Cga%7C1%7Cgwt-material
>>>
>>> #1.6.0 Demo showcase
>>> http://gwtmaterialdesign.github.io/gwt-material-demo/
>>>
>>>
>>> 
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "GWT Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-web-toolkit+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-web-toolkit@googlegroups.com.
>> Visit this group at https://groups.google.com/group/google-web-toolkit.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Gwt JSNI error

2016-08-28 Thread Dhinakar Reddy Pothireddi
Thank you. It worked.

On Sunday, August 28, 2016 at 5:24:41 AM UTC+5:30, Jens wrote:
>
> Your method is static but your are using "this.@" in your JSNI code which 
> will not point to TestProj. If you want to keep it static then you have to 
> provide a TestProj instance as second parameter and call 
> "testProjParam.@". Otherwise just make it an instance method by 
> removing "static".
>
> -- J.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.