Re: GWT2.4 RequestFactory and Hibernate validator 4.2 problem

2013-06-07 Thread CM

Hi Thomas

Thanks for the link!!

Cheers

Chris

On Thursday, 6 June 2013 01:42:01 UTC+1, Thomas Broyer wrote:
>
> You might be interested by 
> https://code.google.com/p/google-web-toolkit/issues/detail?id=7661
>
> On Wednesday, June 5, 2013 11:07:51 PM UTC+2, CM wrote:
>>
>> HI 
>>
>> thank you for your post, this fixed it for me.
>>
>> Cheers
>>
>> Chris
>>
>> On Tuesday, 20 December 2011 20:48:05 UTC, Jesus Urenda wrote:
>>>
>>> I was able to fix this issue in my environment but I'm not 100% sure
>>> why.  Basically all I did was to remove the hibernate jar out of the
>>> WEB-INF/lib but made sure it was still part of the projects build
>>> path.
>>>
>>> Contents of WEB-INF/lib
>>> appengine-api-1.0-sdk-1.6.0.jar
>>> appengine-api-labs-1.6.0.jar
>>> appengine-jsr107cache-1.6.0.jar
>>> apps-marketplace.jar
>>> datanucleus-appengine-1.0.10.final.jar
>>> datanucleus-core-1.1.5.jar
>>> datanucleus-jpa-1.1.5.jar
>>> geronimo-jpa_3.0_spec-1.1.1.jar
>>> geronimo-jta_1.1_spec-1.1.1.jar
>>> gwt-servlet-deps.jar
>>> gwt-servlet.jar
>>> jdo2-api-2.3-eb.jar
>>> jsr107cache-1.1.jar
>>> objectify-3.1.jar
>>> requestfactory-apt.jar
>>> requestfactory-server.jar
>>> slf4j-api-1.6.1.jar
>>> slf4j-log4j12-1.6.1.jar
>>> validation-api-1.0.0.GA.jar
>>>
>>> I hope this helps.
>>>
>>> On Dec 10, 9:39 am, Ruben Leal  wrote:
>>> > Hello guys,
>>> >
>>> > I'm trying to test gwt2.4 RequestFactory technology with Hibernate
>>> > validator 4.2. After adding libs to my WEB-INF/lib I have this 
>>> exception
>>> > when I try to call persist of a simple object in the client side.
>>> >
>>> > I have this exception executing in local mode:
>>> >
>>> > java.lang.NoSuchMethodError: org.slf4j.Logger.isTraceEnabled()Z
>>> >
>>> > Deploying to app engine servers I have this exception:
>>> >
>>> > java.lang.IllegalAccessError: tried to access field
>>> > org.slf4j.impl.StaticLoggerBinder.SINGLETON from class
>>> > org.slf4j.LoggerFactory
>>> >
>>> > I search on google about similar errors and people speak about slf4j
>>> > library versions. I tried to use different old versions with same 
>>> hibernate
>>> > validator version and same errors.
>>> >
>>> > Please some solution to my problem?
>>> >
>>> > this is the list of files in my WEB-INF/lib folder:
>>> >
>>> > /identidad/war/WEB-INF/lib/appengine-api-1.0-sdk-1.6.0.jar
>>> > /identidad/war/WEB-INF/lib/appengine-api-labs-1.6.0.jar
>>> > /identidad/war/WEB-INF/lib/appengine-jsr107cache-1.6.0.jar
>>> > /identidad/war/WEB-INF/lib/apps-marketplace.jar
>>> > /identidad/war/WEB-INF/lib/datanucleus-appengine-1.0.10.final.jar
>>> > /identidad/war/WEB-INF/lib/datanucleus-core-1.1.5.jar
>>> > /identidad/war/WEB-INF/lib/datanucleus-jpa-1.1.5.jar
>>> > /identidad/war/WEB-INF/lib/geronimo-jpa_3.0_spec-1.1.1.jar
>>> > /identidad/war/WEB-INF/lib/geronimo-jta_1.1_spec-1.1.1.jar
>>> > /identidad/war/WEB-INF/lib/gwt-servlet-deps.jar
>>> > /identidad/war/WEB-INF/lib/gwt-servlet.jar
>>> > /identidad/war/WEB-INF/lib/hibernate-validator-4.2.0.Final.jar
>>> > /identidad/war/WEB-INF/lib/jdo2-api-2.3-eb.jar
>>> > /identidad/war/WEB-INF/lib/joda-time-1.6.jar
>>> > /identidad/war/WEB-INF/lib/jsoup-1.5.2.jar
>>> > /identidad/war/WEB-INF/lib/jsr107cache-1.1.jar
>>> > /identidad/war/WEB-INF/lib/log4j-1.2.16.jar
>>> > /identidad/war/WEB-INF/lib/requestfactory-server.jar
>>> > /identidad/war/WEB-INF/lib/slf4j-api-1.6.1.jar
>>> > /identidad/war/WEB-INF/lib/slf4j-log4j12-1.6.1.jar
>>> > /identidad/war/WEB-INF/lib/validation-api-1.0.0.GA.jar
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT2.4 RequestFactory and Hibernate validator 4.2 problem

2013-06-05 Thread Thomas Broyer
You might be interested 
by https://code.google.com/p/google-web-toolkit/issues/detail?id=7661

On Wednesday, June 5, 2013 11:07:51 PM UTC+2, CM wrote:
>
> HI 
>
> thank you for your post, this fixed it for me.
>
> Cheers
>
> Chris
>
> On Tuesday, 20 December 2011 20:48:05 UTC, Jesus Urenda wrote:
>>
>> I was able to fix this issue in my environment but I'm not 100% sure
>> why.  Basically all I did was to remove the hibernate jar out of the
>> WEB-INF/lib but made sure it was still part of the projects build
>> path.
>>
>> Contents of WEB-INF/lib
>> appengine-api-1.0-sdk-1.6.0.jar
>> appengine-api-labs-1.6.0.jar
>> appengine-jsr107cache-1.6.0.jar
>> apps-marketplace.jar
>> datanucleus-appengine-1.0.10.final.jar
>> datanucleus-core-1.1.5.jar
>> datanucleus-jpa-1.1.5.jar
>> geronimo-jpa_3.0_spec-1.1.1.jar
>> geronimo-jta_1.1_spec-1.1.1.jar
>> gwt-servlet-deps.jar
>> gwt-servlet.jar
>> jdo2-api-2.3-eb.jar
>> jsr107cache-1.1.jar
>> objectify-3.1.jar
>> requestfactory-apt.jar
>> requestfactory-server.jar
>> slf4j-api-1.6.1.jar
>> slf4j-log4j12-1.6.1.jar
>> validation-api-1.0.0.GA.jar
>>
>> I hope this helps.
>>
>> On Dec 10, 9:39 am, Ruben Leal  wrote:
>> > Hello guys,
>> >
>> > I'm trying to test gwt2.4 RequestFactory technology with Hibernate
>> > validator 4.2. After adding libs to my WEB-INF/lib I have this exception
>> > when I try to call persist of a simple object in the client side.
>> >
>> > I have this exception executing in local mode:
>> >
>> > java.lang.NoSuchMethodError: org.slf4j.Logger.isTraceEnabled()Z
>> >
>> > Deploying to app engine servers I have this exception:
>> >
>> > java.lang.IllegalAccessError: tried to access field
>> > org.slf4j.impl.StaticLoggerBinder.SINGLETON from class
>> > org.slf4j.LoggerFactory
>> >
>> > I search on google about similar errors and people speak about slf4j
>> > library versions. I tried to use different old versions with same 
>> hibernate
>> > validator version and same errors.
>> >
>> > Please some solution to my problem?
>> >
>> > this is the list of files in my WEB-INF/lib folder:
>> >
>> > /identidad/war/WEB-INF/lib/appengine-api-1.0-sdk-1.6.0.jar
>> > /identidad/war/WEB-INF/lib/appengine-api-labs-1.6.0.jar
>> > /identidad/war/WEB-INF/lib/appengine-jsr107cache-1.6.0.jar
>> > /identidad/war/WEB-INF/lib/apps-marketplace.jar
>> > /identidad/war/WEB-INF/lib/datanucleus-appengine-1.0.10.final.jar
>> > /identidad/war/WEB-INF/lib/datanucleus-core-1.1.5.jar
>> > /identidad/war/WEB-INF/lib/datanucleus-jpa-1.1.5.jar
>> > /identidad/war/WEB-INF/lib/geronimo-jpa_3.0_spec-1.1.1.jar
>> > /identidad/war/WEB-INF/lib/geronimo-jta_1.1_spec-1.1.1.jar
>> > /identidad/war/WEB-INF/lib/gwt-servlet-deps.jar
>> > /identidad/war/WEB-INF/lib/gwt-servlet.jar
>> > /identidad/war/WEB-INF/lib/hibernate-validator-4.2.0.Final.jar
>> > /identidad/war/WEB-INF/lib/jdo2-api-2.3-eb.jar
>> > /identidad/war/WEB-INF/lib/joda-time-1.6.jar
>> > /identidad/war/WEB-INF/lib/jsoup-1.5.2.jar
>> > /identidad/war/WEB-INF/lib/jsr107cache-1.1.jar
>> > /identidad/war/WEB-INF/lib/log4j-1.2.16.jar
>> > /identidad/war/WEB-INF/lib/requestfactory-server.jar
>> > /identidad/war/WEB-INF/lib/slf4j-api-1.6.1.jar
>> > /identidad/war/WEB-INF/lib/slf4j-log4j12-1.6.1.jar
>> > /identidad/war/WEB-INF/lib/validation-api-1.0.0.GA.jar
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT2.4 RequestFactory and Hibernate validator 4.2 problem

2013-06-05 Thread CM
HI 

thank you for your post, this fixed it for me.

Cheers

Chris

On Tuesday, 20 December 2011 20:48:05 UTC, Jesus Urenda wrote:
>
> I was able to fix this issue in my environment but I'm not 100% sure
> why.  Basically all I did was to remove the hibernate jar out of the
> WEB-INF/lib but made sure it was still part of the projects build
> path.
>
> Contents of WEB-INF/lib
> appengine-api-1.0-sdk-1.6.0.jar
> appengine-api-labs-1.6.0.jar
> appengine-jsr107cache-1.6.0.jar
> apps-marketplace.jar
> datanucleus-appengine-1.0.10.final.jar
> datanucleus-core-1.1.5.jar
> datanucleus-jpa-1.1.5.jar
> geronimo-jpa_3.0_spec-1.1.1.jar
> geronimo-jta_1.1_spec-1.1.1.jar
> gwt-servlet-deps.jar
> gwt-servlet.jar
> jdo2-api-2.3-eb.jar
> jsr107cache-1.1.jar
> objectify-3.1.jar
> requestfactory-apt.jar
> requestfactory-server.jar
> slf4j-api-1.6.1.jar
> slf4j-log4j12-1.6.1.jar
> validation-api-1.0.0.GA.jar
>
> I hope this helps.
>
> On Dec 10, 9:39 am, Ruben Leal  wrote:
> > Hello guys,
> >
> > I'm trying to test gwt2.4 RequestFactory technology with Hibernate
> > validator 4.2. After adding libs to my WEB-INF/lib I have this exception
> > when I try to call persist of a simple object in the client side.
> >
> > I have this exception executing in local mode:
> >
> > java.lang.NoSuchMethodError: org.slf4j.Logger.isTraceEnabled()Z
> >
> > Deploying to app engine servers I have this exception:
> >
> > java.lang.IllegalAccessError: tried to access field
> > org.slf4j.impl.StaticLoggerBinder.SINGLETON from class
> > org.slf4j.LoggerFactory
> >
> > I search on google about similar errors and people speak about slf4j
> > library versions. I tried to use different old versions with same 
> hibernate
> > validator version and same errors.
> >
> > Please some solution to my problem?
> >
> > this is the list of files in my WEB-INF/lib folder:
> >
> > /identidad/war/WEB-INF/lib/appengine-api-1.0-sdk-1.6.0.jar
> > /identidad/war/WEB-INF/lib/appengine-api-labs-1.6.0.jar
> > /identidad/war/WEB-INF/lib/appengine-jsr107cache-1.6.0.jar
> > /identidad/war/WEB-INF/lib/apps-marketplace.jar
> > /identidad/war/WEB-INF/lib/datanucleus-appengine-1.0.10.final.jar
> > /identidad/war/WEB-INF/lib/datanucleus-core-1.1.5.jar
> > /identidad/war/WEB-INF/lib/datanucleus-jpa-1.1.5.jar
> > /identidad/war/WEB-INF/lib/geronimo-jpa_3.0_spec-1.1.1.jar
> > /identidad/war/WEB-INF/lib/geronimo-jta_1.1_spec-1.1.1.jar
> > /identidad/war/WEB-INF/lib/gwt-servlet-deps.jar
> > /identidad/war/WEB-INF/lib/gwt-servlet.jar
> > /identidad/war/WEB-INF/lib/hibernate-validator-4.2.0.Final.jar
> > /identidad/war/WEB-INF/lib/jdo2-api-2.3-eb.jar
> > /identidad/war/WEB-INF/lib/joda-time-1.6.jar
> > /identidad/war/WEB-INF/lib/jsoup-1.5.2.jar
> > /identidad/war/WEB-INF/lib/jsr107cache-1.1.jar
> > /identidad/war/WEB-INF/lib/log4j-1.2.16.jar
> > /identidad/war/WEB-INF/lib/requestfactory-server.jar
> > /identidad/war/WEB-INF/lib/slf4j-api-1.6.1.jar
> > /identidad/war/WEB-INF/lib/slf4j-log4j12-1.6.1.jar
> > /identidad/war/WEB-INF/lib/validation-api-1.0.0.GA.jar
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT2.4 RequestFactory and Hibernate validator 4.2 problem

2011-12-20 Thread Jesus Urenda
I was able to fix this issue in my environment but I'm not 100% sure
why.  Basically all I did was to remove the hibernate jar out of the
WEB-INF/lib but made sure it was still part of the projects build
path.

Contents of WEB-INF/lib
appengine-api-1.0-sdk-1.6.0.jar
appengine-api-labs-1.6.0.jar
appengine-jsr107cache-1.6.0.jar
apps-marketplace.jar
datanucleus-appengine-1.0.10.final.jar
datanucleus-core-1.1.5.jar
datanucleus-jpa-1.1.5.jar
geronimo-jpa_3.0_spec-1.1.1.jar
geronimo-jta_1.1_spec-1.1.1.jar
gwt-servlet-deps.jar
gwt-servlet.jar
jdo2-api-2.3-eb.jar
jsr107cache-1.1.jar
objectify-3.1.jar
requestfactory-apt.jar
requestfactory-server.jar
slf4j-api-1.6.1.jar
slf4j-log4j12-1.6.1.jar
validation-api-1.0.0.GA.jar

I hope this helps.

On Dec 10, 9:39 am, Ruben Leal  wrote:
> Hello guys,
>
> I'm trying to test gwt2.4 RequestFactory technology with Hibernate
> validator 4.2. After adding libs to my WEB-INF/lib I have this exception
> when I try to call persist of a simple object in the client side.
>
> I have this exception executing in local mode:
>
> java.lang.NoSuchMethodError: org.slf4j.Logger.isTraceEnabled()Z
>
> Deploying to app engine servers I have this exception:
>
> java.lang.IllegalAccessError: tried to access field
> org.slf4j.impl.StaticLoggerBinder.SINGLETON from class
> org.slf4j.LoggerFactory
>
> I search on google about similar errors and people speak about slf4j
> library versions. I tried to use different old versions with same hibernate
> validator version and same errors.
>
> Please some solution to my problem?
>
> this is the list of files in my WEB-INF/lib folder:
>
> /identidad/war/WEB-INF/lib/appengine-api-1.0-sdk-1.6.0.jar
> /identidad/war/WEB-INF/lib/appengine-api-labs-1.6.0.jar
> /identidad/war/WEB-INF/lib/appengine-jsr107cache-1.6.0.jar
> /identidad/war/WEB-INF/lib/apps-marketplace.jar
> /identidad/war/WEB-INF/lib/datanucleus-appengine-1.0.10.final.jar
> /identidad/war/WEB-INF/lib/datanucleus-core-1.1.5.jar
> /identidad/war/WEB-INF/lib/datanucleus-jpa-1.1.5.jar
> /identidad/war/WEB-INF/lib/geronimo-jpa_3.0_spec-1.1.1.jar
> /identidad/war/WEB-INF/lib/geronimo-jta_1.1_spec-1.1.1.jar
> /identidad/war/WEB-INF/lib/gwt-servlet-deps.jar
> /identidad/war/WEB-INF/lib/gwt-servlet.jar
> /identidad/war/WEB-INF/lib/hibernate-validator-4.2.0.Final.jar
> /identidad/war/WEB-INF/lib/jdo2-api-2.3-eb.jar
> /identidad/war/WEB-INF/lib/joda-time-1.6.jar
> /identidad/war/WEB-INF/lib/jsoup-1.5.2.jar
> /identidad/war/WEB-INF/lib/jsr107cache-1.1.jar
> /identidad/war/WEB-INF/lib/log4j-1.2.16.jar
> /identidad/war/WEB-INF/lib/requestfactory-server.jar
> /identidad/war/WEB-INF/lib/slf4j-api-1.6.1.jar
> /identidad/war/WEB-INF/lib/slf4j-log4j12-1.6.1.jar
> /identidad/war/WEB-INF/lib/validation-api-1.0.0.GA.jar

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT2.4 RequestFactory and Hibernate validator 4.2 problem

2011-12-20 Thread Jesus Urenda
I just wanted to say that I'm having the same issue.

Any help is greatly appreciated.

Thanks.

On Dec 10, 9:39 am, Ruben Leal  wrote:
> Hello guys,
>
> I'm trying to test gwt2.4 RequestFactory technology with Hibernate
> validator 4.2. After adding libs to my WEB-INF/lib I have this exception
> when I try to call persist of a simple object in the client side.
>
> I have this exception executing in local mode:
>
> java.lang.NoSuchMethodError: org.slf4j.Logger.isTraceEnabled()Z
>
> Deploying to app engine servers I have this exception:
>
> java.lang.IllegalAccessError: tried to access field
> org.slf4j.impl.StaticLoggerBinder.SINGLETON from class
> org.slf4j.LoggerFactory
>
> I search on google about similar errors and people speak about slf4j
> library versions. I tried to use different old versions with same hibernate
> validator version and same errors.
>
> Please some solution to my problem?
>
> this is the list of files in my WEB-INF/lib folder:
>
> /identidad/war/WEB-INF/lib/appengine-api-1.0-sdk-1.6.0.jar
> /identidad/war/WEB-INF/lib/appengine-api-labs-1.6.0.jar
> /identidad/war/WEB-INF/lib/appengine-jsr107cache-1.6.0.jar
> /identidad/war/WEB-INF/lib/apps-marketplace.jar
> /identidad/war/WEB-INF/lib/datanucleus-appengine-1.0.10.final.jar
> /identidad/war/WEB-INF/lib/datanucleus-core-1.1.5.jar
> /identidad/war/WEB-INF/lib/datanucleus-jpa-1.1.5.jar
> /identidad/war/WEB-INF/lib/geronimo-jpa_3.0_spec-1.1.1.jar
> /identidad/war/WEB-INF/lib/geronimo-jta_1.1_spec-1.1.1.jar
> /identidad/war/WEB-INF/lib/gwt-servlet-deps.jar
> /identidad/war/WEB-INF/lib/gwt-servlet.jar
> /identidad/war/WEB-INF/lib/hibernate-validator-4.2.0.Final.jar
> /identidad/war/WEB-INF/lib/jdo2-api-2.3-eb.jar
> /identidad/war/WEB-INF/lib/joda-time-1.6.jar
> /identidad/war/WEB-INF/lib/jsoup-1.5.2.jar
> /identidad/war/WEB-INF/lib/jsr107cache-1.1.jar
> /identidad/war/WEB-INF/lib/log4j-1.2.16.jar
> /identidad/war/WEB-INF/lib/requestfactory-server.jar
> /identidad/war/WEB-INF/lib/slf4j-api-1.6.1.jar
> /identidad/war/WEB-INF/lib/slf4j-log4j12-1.6.1.jar
> /identidad/war/WEB-INF/lib/validation-api-1.0.0.GA.jar

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT2.4 RequestFactory and Hibernate validator 4.2 problem

2011-12-10 Thread Ruben Leal
Hello guys,

I'm trying to test gwt2.4 RequestFactory technology with Hibernate 
validator 4.2. After adding libs to my WEB-INF/lib I have this exception 
when I try to call persist of a simple object in the client side.

I have this exception executing in local mode:

java.lang.NoSuchMethodError: org.slf4j.Logger.isTraceEnabled()Z

Deploying to app engine servers I have this exception:

java.lang.IllegalAccessError: tried to access field 
org.slf4j.impl.StaticLoggerBinder.SINGLETON from class 
org.slf4j.LoggerFactory

I search on google about similar errors and people speak about slf4j 
library versions. I tried to use different old versions with same hibernate 
validator version and same errors.

Please some solution to my problem?

this is the list of files in my WEB-INF/lib folder:

/identidad/war/WEB-INF/lib/appengine-api-1.0-sdk-1.6.0.jar
/identidad/war/WEB-INF/lib/appengine-api-labs-1.6.0.jar
/identidad/war/WEB-INF/lib/appengine-jsr107cache-1.6.0.jar
/identidad/war/WEB-INF/lib/apps-marketplace.jar
/identidad/war/WEB-INF/lib/datanucleus-appengine-1.0.10.final.jar
/identidad/war/WEB-INF/lib/datanucleus-core-1.1.5.jar
/identidad/war/WEB-INF/lib/datanucleus-jpa-1.1.5.jar
/identidad/war/WEB-INF/lib/geronimo-jpa_3.0_spec-1.1.1.jar
/identidad/war/WEB-INF/lib/geronimo-jta_1.1_spec-1.1.1.jar
/identidad/war/WEB-INF/lib/gwt-servlet-deps.jar
/identidad/war/WEB-INF/lib/gwt-servlet.jar
/identidad/war/WEB-INF/lib/hibernate-validator-4.2.0.Final.jar
/identidad/war/WEB-INF/lib/jdo2-api-2.3-eb.jar
/identidad/war/WEB-INF/lib/joda-time-1.6.jar
/identidad/war/WEB-INF/lib/jsoup-1.5.2.jar
/identidad/war/WEB-INF/lib/jsr107cache-1.1.jar
/identidad/war/WEB-INF/lib/log4j-1.2.16.jar
/identidad/war/WEB-INF/lib/requestfactory-server.jar
/identidad/war/WEB-INF/lib/slf4j-api-1.6.1.jar
/identidad/war/WEB-INF/lib/slf4j-log4j12-1.6.1.jar
/identidad/war/WEB-INF/lib/validation-api-1.0.0.GA.jar

-- 
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/-/KyjiLJTsH3AJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.