GPE Error with UI:Binder CodeAssist

2011-05-05 Thread miller
When editing a *.ui.xml file, in WindowBuilder or UI Template Editor, code 
assist will take 20-90 seconds to pop-up and eclipse is frozen.  This 
happens every time.

The error log shows this error sometimes:

Encoded problem type ID is invalid: 420  

 from the com.google.gdt.eclipse.core plug-in.  I am clueless as to the 
problem or a workaround.  Any ideas?

-- 
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: GPE Error with UI:Binder CodeAssist

2011-05-05 Thread Wojciech O.
Yep, I confirm and I have even posted this in the issue tracker here:

http://code.google.com/p/google-web-toolkit/issues/detail?id=6262&sort=-id&colspec=ID%20Type%20Status%20Owner%20Milestone%20Summary%20Stars

star it If you haven't already.

On May 5, 9:01 am, miller  wrote:
> When editing a *.ui.xml file, in WindowBuilder or UI Template Editor, code
> assist will take 20-90 seconds to pop-up and eclipse is frozen.  This
> happens every time.
>
> The error log shows this error sometimes:
>
> Encoded problem type ID is invalid: 420  
>
>  from the com.google.gdt.eclipse.core plug-in.  I am clueless as to the
> problem or a workaround.  Any ideas?

-- 
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.



Explorer 8 and InnerHTML issue

2011-05-05 Thread julio
Hi,

I'm using GWT 2.3 and I came across this issue (although I'm not sure
it's related to GWT directly):

Using IE 8 at some point I have a situation like this:

Document.get().getElementById("someDivId").setInnerHTML("");

few lines below the line:

Element e = Document.get().getElementById("someDivId");

returns e == null

in Firefox and Chrome that doesn't happen

any idea for a workaround?

Thanks
Julio

-- 
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.



Exception in running GWT project - Service implementation URL not specified

2011-05-05 Thread Uri Even-Chen
I receive an exception when running my GWT project (with RPC). I can't
find the reason for this exception. Do you know what is the problem?

Thanks,
Uri.

12:19:41.429 [ERROR] [pazgalaccessjava] Unable to load module entry
point class pazgal.client.PazgalAccessJava (see associated exception
for details)

com.google.gwt.user.client.rpc.ServiceDefTarget
$NoServiceEntryPointSpecifiedException: Service implementation URL not
specified
at
com.google.gwt.user.client.rpc.impl.RemoteServiceProxy.doPrepareRequestBuilderImpl(RemoteServiceProxy.java:
373)
at
com.google.gwt.user.client.rpc.impl.RemoteServiceProxy.doInvoke(RemoteServiceProxy.java:
312)
at
pazgal.shared.PazgalAccessWorkScheduleTableInterface_Proxy.returnWorkScheduleTable(PazgalAccessWorkScheduleTableInterface_Proxy.java:
40)
at
pazgal.client.PazgalAccessJava.onModuleLoad(PazgalAccessJava.java:57)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:
396)
at
com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:
183)
at
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:
510)
at
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:
352)
at java.lang.Thread.run(Unknown Source)

-- 
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: GWT RPC XSRF protection - Invalid RPC token

2011-05-05 Thread Shawn Brown
 Hi,

> com.google.gwt.user.client.rpc.XsrfTokenService.getNewXsrfToken()'
> threw an unexpected exception:
> com.google.gwt.user.client.rpc.RpcTokenException: Invalid RPC token
> (Session cookie is not set or empty! Unable to generate XSRF cookie)


What do these show?  Have you tried logging the error?

>                                        public void onFailure(Throwable 
> caught) {
>                                                try {
>                                                        throw caught;
>                                                } catch (RpcTokenException e) {
>                                                        // Can be thrown for 
> several reasons:
>                                                        // - duplicate session 
> cookie, which may be a sign
>                                                        // of a cookie
>                                                        // overwrite attack
>                                                        // - XSRF token cannot 
> be generated because session
>                                                        // cookie isn't
>                                                        // present
>                                                } catch (Throwable e) {
>                                                        // unexpected
>                                                }
>                                        }
>                                });
>                        }

Do you have gwt-dev.jar in your classpath.  I didn't and was seeing
and unexpected error when it couldn't generate the token for as the
needed class wasn't found.  Not sure if that is your problem or not.

Shawn

-- 
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.



Cell Sampler

2011-05-05 Thread riyaz ahmed
Hi
the cell sampler example in
http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellSampler
is hard to follow and implement for a beginner .. is there a simpler one to
look at and follow



-- 
Riyaz
9916220381

-- 
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.



Aw: Exception in running GWT project - Service implementation URL not specified

2011-05-05 Thread Jens
Have you annotated your rpc service interface with 
@RemoteServiceRelativePath("") ?

-- 
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: RequestFactory Exception in Development Mode: java.lang.AbstractMethodError

2011-05-05 Thread opn
UPDATE:

After switching back to the old deprecated path to RequestFactory
(com.google.gwt.requestfactory.RequestFactory), everything works
again. But i dont like to have the old path everywhere with all the
warnings about deprecation.
Anyone has an idea what i could have forgotten when switching the
imports and inheritances?

I just changed all imports and inheritances in the .gwt.xml files from
com.google.gwt.requestfactory.RequestFactory to
com.google.web.bindery.requestfactory.RequestFactory.

-- 
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: Exception in running GWT project - Service implementation URL not specified

2011-05-05 Thread Uri Even-Chen
You are right. I forgot to annotate my RPC service and define the
servlets in web.xml. Now it works. Thank you!

On May 5, 1:01 pm, Jens  wrote:
> Have you annotated your rpc service interface with 
> @RemoteServiceRelativePath(" url to servlet>") ?

-- 
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: java.lang.NoClassDefFoundError: javax/jdo/spi/Detachable and java.io.IOException CreateProcess error=87, The parameter is incorrect

2011-05-05 Thread Kayode Odeyemi
This solution is peculiar only to Netbeans.

1. Make sure the path to your Java project files is not too long
2. Always cross-check project.properties and GWT property files to see what
the project property values are.
e.g classpath settings, duplicate of added libraries etc.
3. Also, make sure the correct GWT version (>= 2.0) is being used by your
project.

Thanks to Uju (G-Nigeria) and especially Juan Pablo for the pointers.

Regards

On Wed, May 4, 2011 at 12:55 PM, Kayode Odeyemi  wrote:

> No I'm not. I'm using DTO to transfer objects to the client.
>
>
> On Wed, May 4, 2011 at 12:48 PM, Juan Pablo Gardella <
> gardellajuanpa...@gmail.com> wrote:
>
>> You have this exception: Caused by: java.lang.ClassNotFoundException:
>> javax.jdo.spi.Detachable
>>
>> Are you use JDO in client side?
>>
>> 2011/5/4 Kayode Odeyemi 
>>
>>>  Firstly, about 2 weeks ago I started receiving the
>>> exception, CreateProcess error=87, The parameter is incorrect. This occurs
>>> when I try to run my app on devmode on Google App Engine. I have searched
>>> all over the internet and I was able to solve this by
>>> adding useexternalfile="yes" to ant build.xml at the javadoc target. But,
>>> this was solved only when I'm not running in devmode. That is, I'm running
>>> the app directly at http://localhost:/[app-name]. The error is
>>> below;
>>>
>>> java.io.IOException: Cannot run program
>>> "C:\Java\jdk1.6.0_06\jre\bin\java.exe" (in directory
>>> "D:\AllData\netBeans_Projects\Listings"): CreateProcess error=87, The
>>> parameter is incorrect
>>> at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
>>> at java.lang.Runtime.exec(Runtime.java:593)
>>> at
>>> org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:827)
>>> at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:445)
>>> at
>>> org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:459)
>>> at org.apache.tools.ant.taskdefs.Java.fork(Java.java:791)
>>> at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:214)
>>> at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:135)
>>> at org.apache.tools.ant.taskdefs.Java.execute(Java.java:108)
>>> at
>>> org.datanucleus.enhancer.tools.EnhancerTask.execute(EnhancerTask.java:100)
>>> at
>>> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
>>> at sun.reflect.GeneratedMethodAccessor233.invoke(Unknown Source)
>>> at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>
>>> Secondly, I have gotten my app up to advanced stage where I am adding
>>> maps, extensive use of GWT for DOM Manipulation to improve UI etc, but when
>>> I try to build my app, I get the error below;
>>>
>>> [ERROR] Unexpected
>>> java.lang.NoClassDefFoundError: javax/jdo/spi/Detachable
>>> at java.lang.ClassLoader.defineClass1(Native Method)
>>> at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
>>> at
>>> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
>>> at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
>>> at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
>>> at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
>>> at java.security.AccessController.doPrivileged(Native Method)
>>> at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>>>  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>>> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
>>> at java.lang.Class.forName0(Native Method)
>>> at java.lang.Class.forName(Class.java:247)
>>> at
>>> com.google.gwt.dev.javac.TypeOracleMediator.resolveAnnotationValue(TypeOracleMediator.java:710)
>>> at
>>> com.google.gwt.dev.javac.TypeOracleMediator.createAnnotation(TypeOracleMediator.java:442)
>>> at
>>> com.google.gwt.dev.javac.TypeOracleMediator.resolveAnnotation(TypeOracleMediator.java:608)
>>> at
>>> com.google.gwt.dev.javac.TypeOracleMediator.resolveAnnotations(TypeOracleMediator.java:623)
>>> at
>>> com.google.gwt.dev.javac.TypeOracleMediator.resolveClass(TypeOracleMediator.java:768)
>>>  at
>>> com.google.gwt.dev.javac.TypeOracleMediator.addNewUnits(TypeOracleMediator.java:385)
>>> at
>>> com.google.gwt.dev.javac.CompilationState.assimilateUnits(CompilationState.java:165)
>>> at
>>> com.google.gwt.dev.javac.CompilationState.(CompilationState.java:82)
>>> at
>>> com.google.gwt.dev.javac.CompilationStateBuilder.doBuildFrom(CompilationStateBuilder.java:392)
>>> at
>>> com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:275)
>>> at
>>> com.google.gwt.dev.

GEP: Signing in with Google Account vs. Proxy

2011-05-05 Thread csillag
Hi,

I have just upgraded to GWT 2.3, and when I click "Sign in to Google"
in Eclipse's corner the plugin is trying to connect directly to
209.85.149.104, ignoring the proxy settints in Eclipse.

(The GEP and GWT SDK installation succeeded via the proxy, so the
proxy settings are fine.)

Could this be a bug?

Thank you for your help:

 Csillag

-- 
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.



BlackBerry App not loading

2011-05-05 Thread Tej Sarup
Hi there,

We are trying to build a GWT based app which will work on both desktop and 
mobile environments. Using Gin we are able to switch out for the different 
views. This is working fine for iPhone and the Blackberry phones which 
provide 'Gecko' in their user agent string. How ever we are facing a problem 
with the BlackBerry phone which have a user agent string like: 
'BlackBerry8330m/4.5.0.131 
Profile/MIDP-2.0 Configuration/CLDC-1.1 
VendorID/104
'

The problem from what we have understood is in the fact that the 
'user.agent' property comes as unknown which would imply GWT does not know 
which compiled version of the app to load. So as a work around what we did 
was define a new property :
**
*
*
which has its own property provider defined (which is working fine). And 
then we try to use:
**
**
*  *

hoping to force GWT to bootstrap the Gecko version. Now the funny part is 
that when we run it in Dev mode ( on the built in Jetty) it works and the 
mobile version of the app gets loaded for the problematic BB phone. *BUT * when 
we compile to JS and then run it on our server it does not work.

Any help/suggestions/advice would be appreciated! 

What we basically need is to somehow force the 'user.agent' property to 
'gecko' if we detect a BlackBerry phone.

Regards,
Tej

-- 
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: Designer Problems after GWT 2.3 install

2011-05-05 Thread Joe D.
Well, I've come up with a (sad excuse for) workaround. When I reverted to 
2.0.4 I was at least able to get the Designer to come up. 2.2.0 was 
unsuccessful. But that of course generated two other issues:
- Can't use the new cell features -- can live with that for now
- Get the dreaded generic plugin failure when I try to run as a GWT app from 
Eclipse

At the moment they are only sucky inconveniences as I'm not using cells that 
much yet and was able to back them out. And I can still deploy the app via 
Tomcat and it works.

But this is definitely not a reason for the GWT folks to pop open a beer.

Konstantin suggested additional dump info. Frankly I've already toasted a 
day on this and don't have any more time so I'm gonna trudge forward with my 
workaround. But it's extremely easy to reproduce: Fresh Helios-SR2, 1.6.0_24 
jre, fresh install of latest GPE, GWT, and Designer exactly as documented at 
the site. Fresh brand new boilerplate GreetServlet. Bingo - instant 
reproduction. Without even touching my Composite.

While I'm in a whiny mood, I tried to downgrade to the previous GPE but 
could not find it. So another question for the GWT folks -- where is it 
hiding? Or do you suggest doing a full backup of my Eclipse install before a 
seemingly harmless upgrade to the latest GWT? I backup my Workspace hourly, 
but usually save the Eclipse install for anticipated big changes.

GWT is a GREAT product, please keep it the best of breed it is and treat 
this as a Priority 1!

Thanks,
Joe

-- 
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: Designer Problems after GWT 2.3 install

2011-05-05 Thread Konstantin Scheglov


Konstantin suggested additional dump info. Frankly I've already toasted a 
> day on this and don't have any more time so I'm gonna trudge forward with my 
> workaround. But it's extremely easy to reproduce: Fresh Helios-SR2, 1.6.0_24 
> jre, fresh install of latest GPE, GWT, and Designer exactly as documented at 
> the site. Fresh brand new boilerplate GreetServlet. Bingo - instant 
> reproduction. Without even touching my Composite.
>

  I just did the same and it works for me.

0. Java(TM) SE Runtime Environment (build 1.6.0_25-b06);
1. Extract Eclipse IDE for Java Developers 3.6.2;
2. Install GPE from 
http://code.google.com/intl/en/eclipse/docs/download.html with GWT and 
AppEngine SDK;
3. Create New Web Application Project with name test and package 
com.example.myproject;
4. open generated Test.java with GWT Designer editor;
5. no exception.

 

-- 
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: Designer Problems after GWT 2.3 install

2011-05-05 Thread Eric Clayberg
This exception basically tell us that gwt-dev.jar can't be found on
your project classpath. Without additional context, this could be the
result of many different things. Some possibilities:

1) Incomplete installation/update.
2) Multiple versions of GWT on the classpath
3) Old version of GWT Designer still installed
4) Maven problem

As Konstantin mentioned, just posting a stack trace fragment like this
does not tell us much. We need to see the complete error log, project
classpath, Eclipse configuration, etc. The error window includes a
button that will generate a complete error report (ZIP file) with all
the pieces needed to analyze an exception like this. If you don't want
to send that, then we at least need to see the entire
Eclipse .metadata ".log" file (not just a stack fragment) and your
complete Eclipse "Help > About > Installation Details >
Configuration".

In the mean time, here are some things you can try based on 1-4 above:

0) Make sure that gwt-dev.jar appears on your project classpath
1) Do a new install into a new, clean Eclipse environment
2) Check your project classpath and make sure that gwt-user appears
once
3) If you have an old version of GWT Designer installed (v8.1.1 or
earlier), un-install it
4) Copy gwt-dev.jar (with its original name) to the same Maven folder
as gwt-user.jar

On May 4, 4:45 pm, "Joe D."  wrote:
> Hi,
> I upgraded this AM to 2.3, and have not been able to launch the designer
> since. I went as far a reinstalling helios-SR2 and reinstalling the latest
> versions of the plugin and designer. I get this message even with a brand
> new out of the box web app.  I've searched around and can't find any
> references. Woe is me... Any help would be really appreciated! Thanks, Joe
>
> Internal Error
>
> GWT Designer encountered unexpected internal error.
>
> This could be caused by a GWT Designer bug or by a misconfiguration issue,
> conflict, partial update, etc.
>
>  Show stack trace.
> Hide stack trace.
>
>  Stack trace:
>
> java.lang.NullPointerException
>         at java.io.File.(Unknown Source)
>         at 
> com.google.gdt.eclipse.designer.hosted.tdt.HostedModeSupport.getSharedClass 
> Loader(HostedModeSupport.java:225)
>         at 
> com.google.gdt.eclipse.designer.hosted.tdt.HostedModeSupport.createClassLoa 
> ders(HostedModeSupport.java:117)
>         at 
> com.google.gdt.eclipse.designer.hosted.tdt.HostedModeSupport.(HostedM 
> odeSupport.java:66)
>         at 
> com.google.gdt.eclipse.designer.hosted.tdt.HostedModeSupportFactory.create( 
> HostedModeSupportFactory.java:19)
>         at 
> com.google.gdt.eclipse.designer.model.widgets.support.GwtState.getHostedMod 
> eSupport(GwtState.java:1188)
>         at 
> com.google.gdt.eclipse.designer.model.widgets.support.GwtState.initialize0( 
> GwtState.java:234)
>         at 
> com.google.gdt.eclipse.designer.model.widgets.support.GwtState.initialize(G 
> wtState.java:210)
>         at 
> com.google.gdt.eclipse.designer.parser.ParseFactory.getClassLoader(ParseFac 
> tory.java:403)
>         at 
> org.eclipse.wb.internal.core.parser.AbstractParseFactory.initializeClassLoa 
> der(AbstractParseFactory.java:732)
>         at 
> com.google.gdt.eclipse.designer.parser.ParseFactory.getRootContext(ParseFac 
> tory.java:103)
>         at 
> org.eclipse.wb.internal.core.parser.JavaInfoParser.prepareParseContext(Java 
> InfoParser.java:1185)
>         at 
> org.eclipse.wb.internal.core.parser.JavaInfoParser.parse(JavaInfoParser.jav 
> a:244)
>         at 
> org.eclipse.wb.internal.core.parser.JavaInfoParser.access$9(JavaInfoParser. 
> java:240)
>         at 
> org.eclipse.wb.internal.core.parser.JavaInfoParser$1.runObject(JavaInfoPars 
> er.java:153)
>         at 
> org.eclipse.wb.internal.core.parser.JavaInfoParser$1.runObject(JavaInfoPars 
> er.java:1)
>         at 
> org.eclipse.wb.internal.core.utils.execution.ExecutionUtils.runDesignTime(E 
> xecutionUtils.java:153)
>         at 
> org.eclipse.wb.internal.core.parser.JavaInfoParser.parse(JavaInfoParser.jav 
> a:151)
>         at 
> org.eclipse.wb.internal.core.editor.DesignPage.internal_refreshGEF(DesignPa 
> ge.java:463)
>         at 
> org.eclipse.wb.internal.core.editor.DesignPage.access$9(DesignPage.java:455 )
>         at 
> org.eclipse.wb.internal.core.editor.DesignPage$7$1.run(DesignPage.java:388)
>         at 
> org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179)
>         at 
> org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
>         at org.eclipse.swt.widgets.Display.syncExec(Display.java:4584)
>         at 
> org.eclipse.wb.internal.core.editor.DesignPage$7.run(DesignPage.java:385)
>         at 
> org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.ja 
> va:464)
>         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
>         at 
> org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.j 
> ava:507)
>         at 
> org.eclipse.wb.internal.core.editor.Des

GWT Eclipse plugin - ui.xml editor freezes

2011-05-05 Thread Chris Beach
I'm finding the ui.xml editor keeps freezing (sometimes for several
minutes) whenever it tries to autocomplete. Not had this problem with
previous versions of the plugin.

Any suggestions?

Google Plugin for Eclipse 3.6   2.3.0.r36v201104261928

-- 
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: Designer Problems after GWT 2.3 install

2011-05-05 Thread harald
I have the exact same problem. I have created an issue here
http://code.google.com/p/google-web-toolkit/issues/detail?id=6316.
Please go there and vote for it (click at the star).

Joe, please let us know if you find a better workaround :)

Harald

On 5 Maj, 14:13, "Joe D."  wrote:
> Well, I've come up with a (sad excuse for) workaround. When I reverted to
> 2.0.4 I was at least able to get the Designer to come up. 2.2.0 was
> unsuccessful. But that of course generated two other issues:
> - Can't use the new cell features -- can live with that for now
> - Get the dreaded generic plugin failure when I try to run as a GWT app from
> Eclipse
>
> At the moment they are only sucky inconveniences as I'm not using cells that
> much yet and was able to back them out. And I can still deploy the app via
> Tomcat and it works.
>
> But this is definitely not a reason for the GWT folks to pop open a beer.
>
> Konstantin suggested additional dump info. Frankly I've already toasted a
> day on this and don't have any more time so I'm gonna trudge forward with my
> workaround. But it's extremely easy to reproduce: Fresh Helios-SR2, 1.6.0_24
> jre, fresh install of latest GPE, GWT, and Designer exactly as documented at
> the site. Fresh brand new boilerplate GreetServlet. Bingo - instant
> reproduction. Without even touching my Composite.
>
> While I'm in a whiny mood, I tried to downgrade to the previous GPE but
> could not find it. So another question for the GWT folks -- where is it
> hiding? Or do you suggest doing a full backup of my Eclipse install before a
> seemingly harmless upgrade to the latest GWT? I backup my Workspace hourly,
> but usually save the Eclipse install for anticipated big changes.
>
> GWT is a GREAT product, please keep it the best of breed it is and treat
> this as a Priority 1!
>
> Thanks,
> Joe

-- 
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.



Programmatic UI Widget based on UI Meta Data

2011-05-05 Thread PR
I am new to GWT.
Can GWT support the creation of User Interface Widgets dynamically at
run-time based on some UI meta data?  The first call to a page will
build the page UI based on configured UI meta data and subsequent
calls to this page will leverage that from a cache, (instead of
regenerating everytime)?

Any help is appreciated.

-- 
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.



RemoteService referencing another RemoteService

2011-05-05 Thread Benjamin S.
I have multiple RemoteServices in my project. Now I need to call a
method from another RemoteService, so a RemoteService should call
another RemoteService. I tried to create the service with GWT.create,
but this seems only possible on clientside. Is this somehow possible?

-- 
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: GWT Designer Problem

2011-05-05 Thread Raivis Vasilevskis
Yep, I have problems with it as well. It's not generating graphical UI
anymore.

On May 5, 1:03 am, Wandile Chamane  wrote:
> Hi, I updated to 2.3 on tuesday and ever since i have had problems
> with my GWT designer has anyone got a solution to this?

-- 
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.



cell table with empty rows

2011-05-05 Thread Dilli
Hi,
i have one application using celltable, i just want to make a message
whenever the cell table is empty, that should show the message "***"
in center boy of the cell table, and i want to fix height of the cell
table too, like 3-4 empty rows, anyone can help me?.

-- 
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.



GWT pluggable GUIs

2011-05-05 Thread Jaroslav Urban
Hello,

I'm investigating the possibility to use GWT in our project. One of
the requirements is the ability for extensible GUIs and possibly
domain classes. I have the impression that it's not really possible
(e.g. see
http://stackoverflow.com/questions/814647/is-it-possible-to-create-dynamically-pluggable-gwt-widgets-portlets-in-separate-w).

Let me explain our use case in more detail - basically we'd like our
application to be extensible similarly to Eclipse platform. So the
application would define a set of extension points that can be
extended by plugins. One specific example - the application works with
configurable entities that are configured via properties. The
properties are typed (e.g. "file path" property has the type
"fileURL") and each type can have a specific editing GUI (file
selection dialog in case of the file path). We need the ability of
plugins to describe such configurable entities, and define new types
of the properties with possibly new editing GUIs. From the point of
view of the plugin it would register something like "complexType" type
with its editing GUI provided by "ComplexTypeEditor" class.

In effect the application would consist of a set of plugins - we don't
necessarily need the plugins to be loadable at run-time (restart of
the application might be OK). My impression is this is not possible
because the GWT compiler takes all modules of the application and
creates one big JavaScript (for each permutation). This would mean
that kind-of plugin-ability would be possible only at compile time -
the resulting application cannot be freely composed of plugins.

Best regards,
Jaroslav Urban

-- 
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.



Datepicker with multiselect

2011-05-05 Thread Dmitry Tikhomirov
Hi all,

Does anyone know any Datepicker with multiselect support. I need ability to 
select several dates. 

Thanks !

-- 
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.



CSS resources for DockLayoutPanel

2011-05-05 Thread Dieter
Hello,

I'm looking for for a document, which CSS resources are available for
the DockLayoutPanel.

Especially I'm looking for the background color of the slit-bar.

Dieter

-- 
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.



Fail upgrade to GWT 2.3

2011-05-05 Thread Bert
Hi,

I got some errors when I upgrade my application from GWT 2.1.1 to GWT
2.3 in eclipse plugin. I change nothing in my code.

[DEBUG] [erdilverbatimvisualisation] - Validating newly compiled units
[ERROR] [erdilverbatimvisualisation] - Errors in 'jar:file:/C:/
eclipse-jee-helios/eclipse/plugins/
com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-
user.jar!/com/google/gwt/event/shared/EventBus.java'
[ERROR] [erdilverbatimvisualisation] - Line 24: No source code 
is
available for type com.google.web.bindery.event.shared.EventBus; did
you forget to inherit a required module?
[ERROR] [erdilverbatimvisualisation] - Line 28: No source code 
is
available for type
com.google.web.bindery.event.shared.HandlerRegistration; did you
forget to inherit a required module?
[ERROR] [erdilverbatimvisualisation] - Line 28: No source code 
is
available for type
com.google.web.bindery.event.shared.Event.Type; did you forget
to inherit a required module?
[ERROR] [erdilverbatimvisualisation] - Line 48: No source code 
is
available for type com.google.web.bindery.event.shared.Event; did
you forget to inherit a required module?
[ERROR] [erdilverbatimvisualisation] - Line 68: Cannot cast from
GwtEvent to Event
[ERROR] [erdilverbatimvisualisation] - Line 69: No source code 
is
available for type
com.google.web.bindery.event.shared.UmbrellaException; did you forget
to inherit a required module?
[ERROR] [erdilverbatimvisualisation] - Line 76: Cannot cast from
GwtEvent to Event
[ERROR] [erdilverbatimvisualisation] - Errors in 'jar:file:/C:/
eclipse-jee-helios/eclipse/plugins/
com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-
user.jar!/com/google/gwt/event/shared/LegacyHandlerWrapper.java'
[ERROR] [erdilverbatimvisualisation] - Line 19: No source code 
is
available for type
com.google.web.bindery.event.shared.HandlerRegistration; did you
forget to inherit a required module?
[ERROR] [erdilverbatimvisualisation] - Errors in 'jar:file:/C:/
eclipse-jee-helios/eclipse/plugins/
com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-
user.jar!/com/google/gwt/event/shared/ResettableEventBus.java'
[ERROR] [erdilverbatimvisualisation] - Line 27: No source code 
is
available for type
com.google.web.bindery.event.shared.ResettableEventBus; did you forget
to inherit a required module?
[ERROR] [erdilverbatimvisualisation] - Line 49: Cannot cast from
GwtEvent.Type to Event.Type
[ERROR] [erdilverbatimvisualisation] - Line 49: No source code 
is
available for type
com.google.web.bindery.event.shared.Event.Type; did you forget
to inherit a required module?
[ERROR] [erdilverbatimvisualisation] - Line 53: No source code 
is
available for type
com.google.web.bindery.event.shared.HandlerRegistration; did you
forget to inherit a required module?
[ERROR] [erdilverbatimvisualisation] - Line 59: Cannot cast from
GwtEvent.Type to Event.Type
[ERROR] [erdilverbatimvisualisation] - Line 68: No source code 
is
available for type com.google.web.bindery.event.shared.Event; did
you forget to inherit a required module?
[ERROR] [erdilverbatimvisualisation] - Errors in 'jar:file:/C:/
eclipse-jee-helios/eclipse/plugins/
com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-
user.jar!/com/google/gwt/event/shared/SimpleEventBus.java'
[ERROR] [erdilverbatimvisualisation] - Line 27: No source code 
is
available for type com.google.web.bindery.event.shared.SimpleEventBus;
did you forget to inherit a required module?
[ERROR] [erdilverbatimvisualisation] - Line 32: Cannot cast from
GwtEvent.Type to Event.Type
[ERROR] [erdilverbatimvisualisation] - Line 32: No source code 
is
available for type
com.google.web.bindery.event.shared.Event.Type; did you forget
to inherit a required module?
[ERROR] [erdilverbatimvisualisation] - Line 36: No source code 
is
available for type
com.google.web.bindery.event.shared.HandlerRegistration; did you
forget to inherit a required module?
[ERROR] [erdilverbatimvisualisation] - Line 42: Cannot cast from
GwtEvent.Type to Event.Type
[ERROR] [erdilverbatimvisualisation] - Line 51: No source code 
is
available for type com.google.web.bindery.event.shared.Event; did
you forget to inherit a required module?
[ERROR] [erdilverbatimvisualisation] - Errors in 'jar:file:/C:/
eclipse-jee-helios/eclipse/plugins/
com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-
user.jar!/com/google/gwt/event/shared/UmbrellaException.java'
[ERROR] [erdilverbatimvisualisation] - Line 24: No source code 
is
available for type
com.google.web.bindery.event.shared.UmbrellaException; did you forget
to inherit a required module?

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread David Chandler
Thanks for posting the error report in the issue, Harald. We're looking into
it.

/dmc

On Thu, May 5, 2011 at 8:31 AM, harald  wrote:

> I have the exact same problem. I have created an issue here
> http://code.google.com/p/google-web-toolkit/issues/detail?id=6316.
> Please go there and vote for it (click at the star).
>
> Joe, please let us know if you find a better workaround :)
>
> Harald
>
> On 5 Maj, 14:13, "Joe D."  wrote:
> > Well, I've come up with a (sad excuse for) workaround. When I reverted to
> > 2.0.4 I was at least able to get the Designer to come up. 2.2.0 was
> > unsuccessful. But that of course generated two other issues:
> > - Can't use the new cell features -- can live with that for now
> > - Get the dreaded generic plugin failure when I try to run as a GWT app
> from
> > Eclipse
> >
> > At the moment they are only sucky inconveniences as I'm not using cells
> that
> > much yet and was able to back them out. And I can still deploy the app
> via
> > Tomcat and it works.
> >
> > But this is definitely not a reason for the GWT folks to pop open a beer.
> >
> > Konstantin suggested additional dump info. Frankly I've already toasted a
> > day on this and don't have any more time so I'm gonna trudge forward with
> my
> > workaround. But it's extremely easy to reproduce: Fresh Helios-SR2,
> 1.6.0_24
> > jre, fresh install of latest GPE, GWT, and Designer exactly as documented
> at
> > the site. Fresh brand new boilerplate GreetServlet. Bingo - instant
> > reproduction. Without even touching my Composite.
> >
> > While I'm in a whiny mood, I tried to downgrade to the previous GPE but
> > could not find it. So another question for the GWT folks -- where is it
> > hiding? Or do you suggest doing a full backup of my Eclipse install
> before a
> > seemingly harmless upgrade to the latest GWT? I backup my Workspace
> hourly,
> > but usually save the Eclipse install for anticipated big changes.
> >
> > GWT is a GREAT product, please keep it the best of breed it is and treat
> > this as a Priority 1!
> >
> > Thanks,
> > Joe
>
> --
> 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.
>
>


-- 
David Chandler
Developer Programs Engineer, Google Web Toolkit
w: http://code.google.com/
b: http://googlewebtoolkit.blogspot.com/
t: @googledevtools

-- 
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: RemoteService referencing another RemoteService

2011-05-05 Thread Juan Pablo Gardella
In server side is plain Java. Use of DI can help you

2011/5/5 Benjamin S. 

> I have multiple RemoteServices in my project. Now I need to call a
> method from another RemoteService, so a RemoteService should call
> another RemoteService. I tried to create the service with GWT.create,
> but this seems only possible on clientside. Is this somehow possible?
>
> --
> 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.
>
>

-- 
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: Designer Problems after GWT 2.3 install

2011-05-05 Thread Eric Clayberg
Yes, thank you for the report. That should be very helpful. We are
looking at it now.

On May 5, 8:31 am, harald  wrote:
> I have the exact same problem. I have created an issue 
> herehttp://code.google.com/p/google-web-toolkit/issues/detail?id=6316.
> Please go there and vote for it (click at the star).
>
> Joe, please let us know if you find a better workaround :)
>
> Harald
>
> On 5 Maj, 14:13, "Joe D."  wrote:
>
>
>
>
>
>
>
> > Well, I've come up with a (sad excuse for) workaround. When I reverted to
> > 2.0.4 I was at least able to get the Designer to come up. 2.2.0 was
> > unsuccessful. But that of course generated two other issues:
> > - Can't use the new cell features -- can live with that for now
> > - Get the dreaded generic plugin failure when I try to run as a GWT app from
> > Eclipse
>
> > At the moment they are only sucky inconveniences as I'm not using cells that
> > much yet and was able to back them out. And I can still deploy the app via
> > Tomcat and it works.
>
> > But this is definitely not a reason for the GWT folks to pop open a beer.
>
> > Konstantin suggested additional dump info. Frankly I've already toasted a
> > day on this and don't have any more time so I'm gonna trudge forward with my
> > workaround. But it's extremely easy to reproduce: Fresh Helios-SR2, 1.6.0_24
> > jre, fresh install of latest GPE, GWT, and Designer exactly as documented at
> > the site. Fresh brand new boilerplate GreetServlet. Bingo - instant
> > reproduction. Without even touching my Composite.
>
> > While I'm in a whiny mood, I tried to downgrade to the previous GPE but
> > could not find it. So another question for the GWT folks -- where is it
> > hiding? Or do you suggest doing a full backup of my Eclipse install before a
> > seemingly harmless upgrade to the latest GWT? I backup my Workspace hourly,
> > but usually save the Eclipse install for anticipated big changes.
>
> > GWT is a GREAT product, please keep it the best of breed it is and treat
> > this as a Priority 1!
>
> > Thanks,
> > Joe

-- 
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: Datepicker with multiselect

2011-05-05 Thread Juan Pablo Gardella
See multiselect calendar in
jquery
and
see gwtquery  (jquery ported to GWT).
You can try with this to integrate to your application.

2011/5/5 Dmitry Tikhomirov 

> Hi all,
>
> Does anyone know any Datepicker with multiselect support. I need ability to
> select several dates.
>
> Thanks !
>
> --
> 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.
>
>

-- 
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: Designer Problems after GWT 2.3 install

2011-05-05 Thread Eric Clayberg
We are suspecting some weird issue when Eclipse is installed to a path
with spaces in it.

Can you try it using an Eclipse installed into a path w/o spaces and
let us know if it makes any difference?

On May 5, 10:35 am, Eric Clayberg  wrote:
> Yes, thank you for the report. That should be very helpful. We are
> looking at it now.
>
> On May 5, 8:31 am, harald  wrote:
>
>
>
>
>
>
>
> > I have the exact same problem. I have created an issue 
> > herehttp://code.google.com/p/google-web-toolkit/issues/detail?id=6316.
> > Please go there and vote for it (click at the star).
>
> > Joe, please let us know if you find a better workaround :)
>
> > Harald
>
> > On 5 Maj, 14:13, "Joe D."  wrote:
>
> > > Well, I've come up with a (sad excuse for) workaround. When I reverted to
> > > 2.0.4 I was at least able to get the Designer to come up. 2.2.0 was
> > > unsuccessful. But that of course generated two other issues:
> > > - Can't use the new cell features -- can live with that for now
> > > - Get the dreaded generic plugin failure when I try to run as a GWT app 
> > > from
> > > Eclipse
>
> > > At the moment they are only sucky inconveniences as I'm not using cells 
> > > that
> > > much yet and was able to back them out. And I can still deploy the app via
> > > Tomcat and it works.
>
> > > But this is definitely not a reason for the GWT folks to pop open a beer.
>
> > > Konstantin suggested additional dump info. Frankly I've already toasted a
> > > day on this and don't have any more time so I'm gonna trudge forward with 
> > > my
> > > workaround. But it's extremely easy to reproduce: Fresh Helios-SR2, 
> > > 1.6.0_24
> > > jre, fresh install of latest GPE, GWT, and Designer exactly as documented 
> > > at
> > > the site. Fresh brand new boilerplate GreetServlet. Bingo - instant
> > > reproduction. Without even touching my Composite.
>
> > > While I'm in a whiny mood, I tried to downgrade to the previous GPE but
> > > could not find it. So another question for the GWT folks -- where is it
> > > hiding? Or do you suggest doing a full backup of my Eclipse install 
> > > before a
> > > seemingly harmless upgrade to the latest GWT? I backup my Workspace 
> > > hourly,
> > > but usually save the Eclipse install for anticipated big changes.
>
> > > GWT is a GREAT product, please keep it the best of breed it is and treat
> > > this as a Priority 1!
>
> > > Thanks,
> > > Joe

-- 
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.



Custom ValueBoxEditorDecorator

2011-05-05 Thread abby
Any pointers on creating a custom valuebox editor decorator? What is
the easiest approach? It seems simply replacing the decorator won't
work as it is tied at the hip all the way to Valuebox. Any suggestions
are appreciated?

-- 
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: Custom ValueBoxEditorDecorator

2011-05-05 Thread Thomas Broyer
Assuming you want to replicate the HasEditorErrors behavior (otherwise, I 
don't see the point in having the decorator an Editor by itself), it'll 
depends whether you want to decorate a LeafValueEditor or an Editor with 
sub-editors, and/or an IsEditor.
We learned it the hard way this week, so better share our findings than let 
you drive nuts with something that works in some cases and not in others.

For a LeafValueEditor, make your decorator an IsEditor and HasEditorErrors, 
with the asEditor() method returning your wrapped LeafValueEditor. For an 
IsEditor>, you'd have to "unwrap" it (call 
asEditor) yourself (like ValueBoxEditorDecorator does), which presumes the 
editor isn't itself both an IsEditor and an Editor (HasEditorDelegate, 
HasEditorErrors, etc.). Being both IsEditor and Editor is IMO a bad 
practice, but sometimes you don't have the choice.

For a complex Editor (with sub-editors), do not implement IsEditor, but 
instead use a @Path("") sub-editor (typed either as your Editor type or 
IsEditor depending on what you need).

For the rest, you can basically copy from ValueBoxEditorDecorator.

HTH, ask if you need more info.

-- 
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.



Redirect log to Eclipse console ?

2011-05-05 Thread Celinio
Hi,
how do i redirect my logs to the Eclipse console ?
I can display the logs in the DevMode console (when i add &logLevel=SEVERE
to the URL) but not in the Eclipse console.
Here is my XML module configuration :











And in my Java entrypoint class, i import the java.util classes :
import java.util.logging.Level;
import java.util.logging.Logger;

And i create a Logger :
private static  Logger logger = Logger.getLogger("GwtApplication");

and the call is :
logger.log(Level.ALL, "Here we are");


What do i need to do to display the logs in the Eclipse console ?
Am i missing or disabling a parameter ?
Thanks for helping.

-- 
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.



HTMLTable.Cell getCellIndex() messed up in IE

2011-05-05 Thread Thad
I'm trying to check the location of a click event:

if (sender == rootTable) {
HTMLTable.Cell cell = rootTable.getCellForEvent(event);
if (cell != null) {
int row = cell.getRowIndex();
...

All good so far, but when I call cell.getCellIndex(), IE reply does
NOT acknowledge that there are several columns hidden at the start of
the table (display: none).  So while Firefox, Safari, and Chrome can
all tell me the column was the 6th, IE tells me it was column zero.

Has no one seen this before?

-- 
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: Designer Problems after GWT 2.3 install

2011-05-05 Thread Ian Jacobs
Didn't for me.   I installed a clean copy of eclipse to c:\eclipse\ andd 
then installed the gwt plugin 2.3.  Same error came up on my test project.

-- 
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: Redirect log to Eclipse console ?

2011-05-05 Thread SVR
Look for Remote Logging here:

http://code.google.com/webtoolkit/doc/latest/DevGuideLogging.html#Remote_Logging


http://code.google.com/p/gwt-log/wiki/GettingStarted

On Thu, May 5, 2011 at 12:13 PM, Celinio  wrote:

> Hi,
> how do i redirect my logs to the Eclipse console ?
> I can display the logs in the DevMode console (when i add &logLevel=SEVERE
> to the URL) but not in the Eclipse console.
> Here is my XML module configuration :
>
> 
> 
> 
> 
> 
> 
>  />
> 
>  />
>
> And in my Java entrypoint class, i import the java.util classes :
> import java.util.logging.Level;
> import java.util.logging.Logger;
>
> And i create a Logger :
> private static  Logger logger = Logger.getLogger("GwtApplication");
>
> and the call is :
> logger.log(Level.ALL, "Here we are");
>
>
> What do i need to do to display the logs in the Eclipse console ?
> Am i missing or disabling a parameter ?
> Thanks for helping.
>
> --
> 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.
>

-- 
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.



Configuring a GWT application in both hosted mode and Tomcat

2011-05-05 Thread Erel Segal
I have a GWT web application that I run on multiple Tomcat servers. It
happens to need some configuration, such as database username and
password, initialization data, etc. I would like to put all this info
in a configuration file, but, I where should I put the file so that my
application will find it?

* I cannot put the file in a hard-coded absolute path on my computer,
because I run the application on several different servers, some are
Linux and some are Windows, so they don't have the same folders.
* I cannot put the file in a relative path, because this depends on
the "current directory", and the current directory (as I found out)
depends on where exactly I start Tomcat from.
* I tried to use an environment variable to tell me where the file is
located, but, I found out that the environment on Linux depends on who
starts the Tomcat server - if it is started at initialization, it's
the environment of the "root" user, but if I restart it manually, it
uses my personal environment (Windows doesn't have this problem).

I am sure I am not the first one that needs to configure a GWT
application. How do the experts do this?


-- 
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: HTMLTable.Cell getCellIndex() messed up in IE

2011-05-05 Thread Thad
Ah! This is happening in IE8 when Document Mode is set to IE7
Standards mode. However IE8 mode causing other problems. I'm only
concerned with one column at the moment. For now I'll make sure it is
zero regardless how how many are hidden. Guess I do need to look into
what's hanging in 8.  Sigh...

On May 5, 12:40 pm, Thad  wrote:
> I'm trying to check the location of a click event:
>
> if (sender == rootTable) {
>         HTMLTable.Cell cell = rootTable.getCellForEvent(event);
>         if (cell != null) {
>                 int row = cell.getRowIndex();
> ...
>
> All good so far, but when I call cell.getCellIndex(), IE reply does
> NOT acknowledge that there are several columns hidden at the start of
> the table (display: none).  So while Firefox, Safari, and Chrome can
> all tell me the column was the 6th, IE tells me it was column zero.
>
> Has no one seen this before?

-- 
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: Designer Problems after GWT 2.3 install

2011-05-05 Thread Eric Clayberg
Please create a bug report from the error window and append it to this
case...

http://code.google.com/p/google-web-toolkit/issues/detail?id=6316

Also note that this error can occur for other reasons (see earlier in
this thread).

On May 5, 12:49 pm, Ian Jacobs  wrote:
> Didn't for me.   I installed a clean copy of eclipse to c:\eclipse\ andd
> then installed the gwt plugin 2.3.  Same error came up on my test project.

-- 
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: Configuring a GWT application in both hosted mode and Tomcat

2011-05-05 Thread Juan Pablo Gardella
The simple way that I recommend use
http://tomcat.apache.org/tomcat-6.0-doc/jndi-resources-howto.html. Then you
must configure each server access to database. In your source code you
doesn't need the information to access to database or other resources. Is
the standard form. If your architecture is more complex you can define a
custom resource that connect to a service where you define your properties.

Juan


2011/5/5 Erel Segal 

> I have a GWT web application that I run on multiple Tomcat servers. It
> happens to need some configuration, such as database username and
> password, initialization data, etc. I would like to put all this info
> in a configuration file, but, I where should I put the file so that my
> application will find it?
>
> * I cannot put the file in a hard-coded absolute path on my computer,
> because I run the application on several different servers, some are
> Linux and some are Windows, so they don't have the same folders.
> * I cannot put the file in a relative path, because this depends on
> the "current directory", and the current directory (as I found out)
> depends on where exactly I start Tomcat from.
> * I tried to use an environment variable to tell me where the file is
> located, but, I found out that the environment on Linux depends on who
> starts the Tomcat server - if it is started at initialization, it's
> the environment of the "root" user, but if I restart it manually, it
> uses my personal environment (Windows doesn't have this problem).
>
> I am sure I am not the first one that needs to configure a GWT
> application. How do the experts do this?
>
>
> --
> 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.
>
>

-- 
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: Configuring a GWT application in both hosted mode and Tomcat

2011-05-05 Thread Alan Chaney

Erel

On 5/5/2011 10:03 AM, Erel Segal wrote:

I have a GWT web application that I run on multiple Tomcat servers. It
happens to need some configuration, such as database username and
password, initialization data, etc. I would like to put all this info
in a configuration file, but, I where should I put the file so that my
application will find it?


Your question is really a tomcat question rather than a GWT question, in that the information you 
are providing is for the server, and

not directly for the GWT application.

My personal practice is to do the following:

1. If the information is the same in all instances, place it in a Java properties file in the 
classpath - typically a "myapp.properties" file.
Then use the ClassLoader.getResource() or ClassLoader.getResourceAsInputStream() to read it. If you 
are using Spring, you can actually inject

such a resource file into the appropriate service bean.

2. If the information is different in different environments, place the properties file in a "known 
place" for example, ${user.home}/.myapp/myapp.properties. See my comment below about starting as 
root


3. If you *really* need the option to specify the location, do it as -DpropertyfileName=your property> on the command line, and indirect all the references to the property file in the 
methods above.



* I tried to use an environment variable to tell me where the file is
located, but, I found out that the environment on Linux depends on who
starts the Tomcat server - if it is started at initialization, it's
the environment of the "root" user, but if I restart it manually, it
uses my personal environment (Windows doesn't have this problem).


Apologies for "shouting", but!

NEVER EVER RUN TOMCAT AS ROOT ON A PUBLICLY ACCESSIBLE SERVER!

This is a *huge* security hole. Either:

1. bind the server to a port above 1000 and start and run as a regular or 
restricted user.

2. Use jsvc to start the server as root and switch to a restricted user after startup. Search google 
for jsvc (its in the tomcat distro.)
IMHO this is best way to start and stop tomcat - you can have an init script and do "service tomcat 
start" and "service tomcat stop" in linux



3. Use some kind of port mapping (eg Apache + a connector or iptables) to map from port 80 if you 
really don't want to use jsvc and you must have http:80.


By restricted user I mean that I create a tomcat user who does not have a login and isn't called 
'tomcat'!. Then I start the server as this user. If I need to start the server manually, then I SSH 
as a regular use (with a port diffferent from 22) and su - and then su - tomcatuser to start the 
server. To do this, you should make all read-only tomcat and application files owned by root, and 
only those files (mainly logs and scratch areas) which *must* be written owned by tomcatuser (or 
whatever you call them). If you need access from your command line, then create a common group and 
set the appropriate s bits for shared access. Google for "linux permissions".



HTH

Regards

Alan




I am sure I am not the first one that needs to configure a GWT
application. How do the experts do this?





--
Alan Chaney
CTO and Founder, Mechnicality, Inc.
www.mechnicality.com

--
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: Configuring a GWT application in both hosted mode and Tomcat

2011-05-05 Thread Juan Pablo Gardella
The simple way that I recommend use jndi resuorces. Then you must configure
each server access to database. In your source code you doesn't need the
information to access to database or other resources. Is the standard form.
If your architecture is more complex you can define a custom resource that
connect to a service where you define your properties.


2011/5/5 Alan Chaney 

> Erel
>
>
> On 5/5/2011 10:03 AM, Erel Segal wrote:
>
>> I have a GWT web application that I run on multiple Tomcat servers. It
>> happens to need some configuration, such as database username and
>> password, initialization data, etc. I would like to put all this info
>> in a configuration file, but, I where should I put the file so that my
>> application will find it?
>>
>>
>>  Your question is really a tomcat question rather than a GWT question, in
> that the information you are providing is for the server, and
> not directly for the GWT application.
>
> My personal practice is to do the following:
>
> 1. If the information is the same in all instances, place it in a Java
> properties file in the classpath - typically a "myapp.properties" file.
> Then use the ClassLoader.getResource() or
> ClassLoader.getResourceAsInputStream() to read it. If you are using Spring,
> you can actually inject
> such a resource file into the appropriate service bean.
>
> 2. If the information is different in different environments, place the
> properties file in a "known place" for example,
> ${user.home}/.myapp/myapp.properties. See my comment below about starting as
> root
>
> 3. If you *really* need the option to specify the location, do it as
> -DpropertyfileName= on the command line, and indirect
> all the references to the property file in the methods above.
>
>
>  * I tried to use an environment variable to tell me where the file is
>> located, but, I found out that the environment on Linux depends on who
>> starts the Tomcat server - if it is started at initialization, it's
>> the environment of the "root" user, but if I restart it manually, it
>> uses my personal environment (Windows doesn't have this problem).
>>
>>  Apologies for "shouting", but!
>
> NEVER EVER RUN TOMCAT AS ROOT ON A PUBLICLY ACCESSIBLE SERVER!
>
> This is a *huge* security hole. Either:
>
> 1. bind the server to a port above 1000 and start and run as a regular or
> restricted user.
>
> 2. Use jsvc to start the server as root and switch to a restricted user
> after startup. Search google for jsvc (its in the tomcat distro.)
> IMHO this is best way to start and stop tomcat - you can have an init
> script and do "service tomcat start" and "service tomcat stop" in linux
>
>
> 3. Use some kind of port mapping (eg Apache + a connector or iptables) to
> map from port 80 if you really don't want to use jsvc and you must have
> http:80.
>
> By restricted user I mean that I create a tomcat user who does not have a
> login and isn't called 'tomcat'!. Then I start the server as this user. If I
> need to start the server manually, then I SSH as a regular use (with a port
> diffferent from 22) and su - and then su - tomcatuser to start the server.
> To do this, you should make all read-only tomcat and application files owned
> by root, and only those files (mainly logs and scratch areas) which *must*
> be written owned by tomcatuser (or whatever you call them). If you need
> access from your command line, then create a common group and set the
> appropriate s bits for shared access. Google for "linux permissions".
>
>
> HTH
>
> Regards
>
> Alan
>
>
>
>
>  I am sure I am not the first one that needs to configure a GWT
>> application. How do the experts do this?
>>
>>
>>
>
> --
> Alan Chaney
> CTO and Founder, Mechnicality, Inc.
> www.mechnicality.com
>
>
> --
> 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.
>
>

-- 
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: GWT Designer Problem

2011-05-05 Thread Eric Clayberg
Please create a bug report from the error window and append it to this
case...

http://code.google.com/p/google-web-toolkit/issues/detail?id=6316

On May 4, 6:03 pm, Wandile Chamane  wrote:
> Hi, I updated to 2.3 on tuesday and ever since i have had problems
> with my GWT designer has anyone got a solution to this?

-- 
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.



GWT Google/io meeting on Monday night

2011-05-05 Thread Jeff Larsen
Hey was wondering if there is any interest in a gwt get together on Monday 
night in SF. 

I'm flying in and will be in the city ~7pm. If there is enough interest, 
maybe we could get a get together someplace, preferably with 
beer/cocktails. 

If anyone has any good ideas for a location to do this close to Mosconi, 
that will probably be better than me doing a google search for restaraunts 
in the area. 

Reply here if you're going to be in SF and interested in meeting up Monday 
night. 

-- 
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.



Hover text / Help Text for a Cell Tables

2011-05-05 Thread Greg Dougherty
The user interface for my current app is built around a Cell Table.
I'd like to put hover text over the elements in several of my
columns.  If they were UIObjects, I'd simply call setTitle ().  What
do I call to do this for Cell columns (I'm perfectly fine with the
text being the same for every cell in the column, I'd just like to be
able to put SOMETHING up to explain t ousers why they might click on
that cell, and what they need to do first).

TIA,

Greg

-- 
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: Designer Problems after GWT 2.3 install

2011-05-05 Thread Ian Jacobs
I take it back.   My 1st test was using a gwt plugin I installed into a 
directory with spaces.  I changed the classpath to use the gwt plugin off of 
c:\eclipse\ and the designer loaded without incident.

-- 
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.



gwt 2.3 gwt-servlet-deps.jar from Ant Ivy build

2011-05-05 Thread pohl
I am trying to get a simple GWT 2.3 project working in DevMode with an
Ant Ivy build. I have used Ivy for GWT projects prior to 2.3 (GWT
2.0.x in particular), and the following dependencies (in my Ivy module
xml file) have worked for me in the past: (I have removed the specific
names for my Ivy configurations, and show them as "..." below.)





My gwt-compile (when GWT's Java-to-Javascript compiler is invoked)
fails using the above under GWT 2.3, however. In particular, with
several errors similar to the following:

[java] [ERROR] Errors in 'jar:file:/../gwt-user-2.3.0.jar!/com/google/
gwt/editor/client/EditorDriver.java'
[java] [ERROR] Line 97: No source code is available for type
javax.validation.ConstraintViolation; did you forget to inherit a
required module?

After searching online for references that may be relevant, I find
threads like this one regarding similar problems while building
release candidates of 2.3 from source.

http://groups.google.com/group/google-web-toolkit/browse_thread/thread/86ee81f80a3f5d67/ca5481d6be62bd3b?lnk=raot

These threads frequently mention a gwt-servlet-deps.jar that one needs
to include in the compilation classpath, which appears to be the
fruits of the labor around this issue in the GWT issue tracking
system:

http://code.google.com/p/google-web-toolkit/issues/detail?id=5468

Of course with Ivy it's not quite the same as the advice I'm seeing.
The above 

...and I thought I was pretty bad-ass for even having that idea (I
seem to be a perpetual newbie to the Ivy & Maven world) but, alas, I
am still getting the same errors.

Apparently the Java-to-Javascript compiler would like the sources, not
just the bytecode jar, but I don't know how to tell Ivy to go get
them. I feel like I'm close because I have found this thread...

http://groups.google.com/group/google-web-toolkit/browse_thread/thread/86ee81f80a3f5d67/ca5481d6be62bd3b?lnk=raot

...which shows an Ant task that copies two validation jars into lib
(both bytecode and sources), but I need some help to connect the dots
for the Ivy world.

How would I tell Ivy to grab the source 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: gwt 2.3 gwt-servlet-deps.jar from Ant Ivy build

2011-05-05 Thread Juan Pablo Gardella
http://stackoverflow.com/questions/4950048/what-is-the-ivy-equivalent-of-mavens-versionsdisplay-dependency-updates

2011/5/5 pohl 

> I am trying to get a simple GWT 2.3 project working in DevMode with an
> Ant Ivy build. I have used Ivy for GWT projects prior to 2.3 (GWT
> 2.0.x in particular), and the following dependencies (in my Ivy module
> xml file) have worked for me in the past: (I have removed the specific
> names for my Ivy configurations, and show them as "..." below.)
>
>  conf="..." />
>  conf="..." />
>  conf="..." />
>
> My gwt-compile (when GWT's Java-to-Javascript compiler is invoked)
> fails using the above under GWT 2.3, however. In particular, with
> several errors similar to the following:
>
> [java] [ERROR] Errors in 'jar:file:/../gwt-user-2.3.0.jar!/com/google/
> gwt/editor/client/EditorDriver.java'
> [java] [ERROR] Line 97: No source code is available for type
> javax.validation.ConstraintViolation; did you forget to inherit a
> required module?
>
> After searching online for references that may be relevant, I find
> threads like this one regarding similar problems while building
> release candidates of 2.3 from source.
>
>
> http://groups.google.com/group/google-web-toolkit/browse_thread/thread/86ee81f80a3f5d67/ca5481d6be62bd3b?lnk=raot
>
> These threads frequently mention a gwt-servlet-deps.jar that one needs
> to include in the compilation classpath, which appears to be the
> fruits of the labor around this issue in the GWT issue tracking
> system:
>
> http://code.google.com/p/google-web-toolkit/issues/detail?id=5468
>
> Of course with Ivy it's not quite the same as the advice I'm seeing.
> The above  deps.jar (as opposed to downloading GWT's official distribution,
> wherein a special copy of that jar can be found).
>
> So I have reasoned out that in the Ivy universe I probably need to add
> something like this:
>
>  rev="1.0.0.GA" conf="..."/>
>
> ...and I thought I was pretty bad-ass for even having that idea (I
> seem to be a perpetual newbie to the Ivy & Maven world) but, alas, I
> am still getting the same errors.
>
> Apparently the Java-to-Javascript compiler would like the sources, not
> just the bytecode jar, but I don't know how to tell Ivy to go get
> them. I feel like I'm close because I have found this thread...
>
>
> http://groups.google.com/group/google-web-toolkit/browse_thread/thread/86ee81f80a3f5d67/ca5481d6be62bd3b?lnk=raot
>
> ...which shows an Ant task that copies two validation jars into lib
> (both bytecode and sources), but I need some help to connect the dots
> for the Ivy world.
>
> How would I tell Ivy to grab the source 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.
>
>

-- 
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.



Facebook like/send buttons: using XFBML from GWT

2011-05-05 Thread KaffeineComa
Has anyone had any success getting Facebook Like/Send buttons to work using 
XFBML? The issues I'm running into are:

1. I want to show the buttons dynamically, based on the user "navigating" to 
a particular state of my GWT app. I'm fine with including the FB script in 
my host page, as long as I can display the buttons "on demand", so to speak.

2. The page being "liked" is itself a GWT page state (i.e. hash-style URL: 
http://example.com/#!results://all/1-10). Although the URLs are durable and 
bookmarkable, they do need to be set in the  tag somewhat 
dynamically. 

I don't yet have the  tag working in UIBinder, but I've read that 
updating the "href" property dynamically won't work. So I'm going to try 
inserting the entire  tag dynamically. This feels an awful lot like 
emitting a page JSP-style, so I'm wondering if there's a better solution out 
there.

Thanks




-- 
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: CSS resources for DockLayoutPanel

2011-05-05 Thread Wandile Chamane
What you need to do is first create a standard app for what you want to do i.e 
with default cusstization and the test it on the browser preferably chrome or 
firefox now inspect element and see the source code and then find out which CSS 
is linked to the element you want to change. Now go to your war directory and 
open the relevant CSS and edit it remember that this could be done internally 
but might be a bit confusing and misunderstood.

Sent from my iPhone

On May 5, 2011, at 15:16, Dieter  wrote:

> Hello,
> 
> I'm looking for for a document, which CSS resources are available for
> the DockLayoutPanel.
> 
> Especially I'm looking for the background color of the slit-bar.
> 
> Dieter
> 
> -- 
> 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.
> 

-- 
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: GEP: Signing in with Google Account vs. Proxy

2011-05-05 Thread Alex Humesky
Hi Csillag,
See this this Eclipse FAQ entry and let us know if it fixes the issue
for you: http://www.eclipse.org/swt/faq.php#browserproxy

Thanks,
Alex, GPE Team

On May 5, 7:44 am, csillag  wrote:
> Hi,
>
> I have just upgraded to GWT 2.3, and when I click "Sign in to Google"
> in Eclipse's corner the plugin is trying to connect directly to
> 209.85.149.104, ignoring the proxy settints in Eclipse.
>
> (The GEP and GWT SDK installation succeeded via the proxy, so the
> proxy settings are fine.)
>
> Could this be a bug?
>
> Thank you for your help:
>
>      Csillag

-- 
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: GWT Google/io meeting on Monday night

2011-05-05 Thread Andy
I might have dinner plans, but if I'm available I'd love to meet up.
I'm actually flying in on Sunday. Hit me up on twitter if you figure
out a plan. I'm staying near Moscone.

Cheers,
Andy
@pulazzo

On May 5, 1:56 pm, Jeff Larsen  wrote:
> Hey was wondering if there is any interest in a gwt get together on Monday
> night in SF.
>
> I'm flying in and will be in the city ~7pm. If there is enough interest,
> maybe we could get a get together someplace, preferably with
> beer/cocktails.
>
> If anyone has any good ideas for a location to do this close to Mosconi,
> that will probably be better than me doing a google search for restaraunts
> in the area.
>
> Reply here if you're going to be in SF and interested in meeting up Monday
> night.

-- 
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.



Can not export to IE 7

2011-05-05 Thread Greg Dougherty
I have a web app that mostly works with IE 7.  However, when I try to
export results to IE, I get the following error message:

>>>
Internet Explorer cannot download (URL name) from (web address).

Internet Explorer was not able to open this internet site.  The
requested web site is either unavailable or cannot be found.  Please
try again later.
<<<

Export works by having a frame with a URL.  That part works, because
my servlet gets called.  My servlet calls
response.setContentType ("text/tsv");  and
response.addHeader ("Content-Disposition", "attachment; filename=\"" +
fileName + "\"");

gets the response Writier, wraps the writer with a BufferedWriter,
writes some data to it, and then calls flush on the BufferedWriter,
which gets to the download dialog to pop up for IE.  However, at some
point while I'm sending it data over that BufferedWriter (and it's
pretty early in the process, because it never gives me a chance to
specify where I want to save the file), IE gives me the above error
message.

Any suggestions for what's going on, and how to fix it?

TIA,

Greg

-- 
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: Can not export to IE 7

2011-05-05 Thread Juan Pablo Gardella
Check
http://code.google.com/webtoolkit/doc/latest/FAQ_Server.html#What_is_the_Same_Origin_Policy,_and_how_does_it_affect_GWT?

Is
relate to this?

2011/5/5 Greg Dougherty 

> I have a web app that mostly works with IE 7.  However, when I try to
> export results to IE, I get the following error message:
>
> >>>
> Internet Explorer cannot download (URL name) from (web address).
>
> Internet Explorer was not able to open this internet site.  The
> requested web site is either unavailable or cannot be found.  Please
> try again later.
> <<<
>
> Export works by having a frame with a URL.  That part works, because
> my servlet gets called.  My servlet calls
> response.setContentType ("text/tsv");  and
> response.addHeader ("Content-Disposition", "attachment; filename=\"" +
> fileName + "\"");
>
> gets the response Writier, wraps the writer with a BufferedWriter,
> writes some data to it, and then calls flush on the BufferedWriter,
> which gets to the download dialog to pop up for IE.  However, at some
> point while I'm sending it data over that BufferedWriter (and it's
> pretty early in the process, because it never gives me a chance to
> specify where I want to save the file), IE gives me the above error
> message.
>
> Any suggestions for what's going on, and how to fix it?
>
> TIA,
>
> Greg
>
> --
> 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.
>
>

-- 
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: Fail upgrade to GWT 2.3

2011-05-05 Thread Juan Pablo Gardella
Can you past the .classpath file?

2011/5/5 Bert 

> Hi,
>
> I got some errors when I upgrade my application from GWT 2.1.1 to GWT
> 2.3 in eclipse plugin. I change nothing in my code.
>
> [DEBUG] [erdilverbatimvisualisation] - Validating newly compiled units
>[ERROR] [erdilverbatimvisualisation] - Errors in 'jar:file:/C:/
> eclipse-jee-helios/eclipse/plugins/
> com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-
> user.jar!/com/google/gwt/event/shared/EventBus.java'
>[ERROR] [erdilverbatimvisualisation] - Line 24: No source
> code is
> available for type com.google.web.bindery.event.shared.EventBus; did
> you forget to inherit a required module?
>[ERROR] [erdilverbatimvisualisation] - Line 28: No source
> code is
> available for type
> com.google.web.bindery.event.shared.HandlerRegistration; did you
> forget to inherit a required module?
>[ERROR] [erdilverbatimvisualisation] - Line 28: No source
> code is
> available for type
> com.google.web.bindery.event.shared.Event.Type; did you forget
> to inherit a required module?
>[ERROR] [erdilverbatimvisualisation] - Line 48: No source
> code is
> available for type com.google.web.bindery.event.shared.Event; did
> you forget to inherit a required module?
>[ERROR] [erdilverbatimvisualisation] - Line 68: Cannot cast
> from
> GwtEvent to Event
>[ERROR] [erdilverbatimvisualisation] - Line 69: No source
> code is
> available for type
> com.google.web.bindery.event.shared.UmbrellaException; did you forget
> to inherit a required module?
>[ERROR] [erdilverbatimvisualisation] - Line 76: Cannot cast
> from
> GwtEvent to Event
>[ERROR] [erdilverbatimvisualisation] - Errors in 'jar:file:/C:/
> eclipse-jee-helios/eclipse/plugins/
> com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-
> user.jar!/com/google/gwt/event/shared/LegacyHandlerWrapper.java'
>[ERROR] [erdilverbatimvisualisation] - Line 19: No source
> code is
> available for type
> com.google.web.bindery.event.shared.HandlerRegistration; did you
> forget to inherit a required module?
>[ERROR] [erdilverbatimvisualisation] - Errors in 'jar:file:/C:/
> eclipse-jee-helios/eclipse/plugins/
> com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-
> user.jar!/com/google/gwt/event/shared/ResettableEventBus.java'
>[ERROR] [erdilverbatimvisualisation] - Line 27: No source
> code is
> available for type
> com.google.web.bindery.event.shared.ResettableEventBus; did you forget
> to inherit a required module?
>[ERROR] [erdilverbatimvisualisation] - Line 49: Cannot cast
> from
> GwtEvent.Type to Event.Type
>[ERROR] [erdilverbatimvisualisation] - Line 49: No source
> code is
> available for type
> com.google.web.bindery.event.shared.Event.Type; did you forget
> to inherit a required module?
>[ERROR] [erdilverbatimvisualisation] - Line 53: No source
> code is
> available for type
> com.google.web.bindery.event.shared.HandlerRegistration; did you
> forget to inherit a required module?
>[ERROR] [erdilverbatimvisualisation] - Line 59: Cannot cast
> from
> GwtEvent.Type to Event.Type
>[ERROR] [erdilverbatimvisualisation] - Line 68: No source
> code is
> available for type com.google.web.bindery.event.shared.Event; did
> you forget to inherit a required module?
>[ERROR] [erdilverbatimvisualisation] - Errors in 'jar:file:/C:/
> eclipse-jee-helios/eclipse/plugins/
> com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-
> user.jar!/com/google/gwt/event/shared/SimpleEventBus.java'
>[ERROR] [erdilverbatimvisualisation] - Line 27: No source
> code is
> available for type com.google.web.bindery.event.shared.SimpleEventBus;
> did you forget to inherit a required module?
>[ERROR] [erdilverbatimvisualisation] - Line 32: Cannot cast
> from
> GwtEvent.Type to Event.Type
>[ERROR] [erdilverbatimvisualisation] - Line 32: No source
> code is
> available for type
> com.google.web.bindery.event.shared.Event.Type; did you forget
> to inherit a required module?
>[ERROR] [erdilverbatimvisualisation] - Line 36: No source
> code is
> available for type
> com.google.web.bindery.event.shared.HandlerRegistration; did you
> forget to inherit a required module?
>[ERROR] [erdilverbatimvisualisation] - Line 42: Cannot cast
> from
> GwtEvent.Type to Event.Type
>[ERROR] [erdilverbatimvisualisation] - Line 51: No source
> code is
> available for type com.google.web.bindery.event.shared.Event; did
> you forget to inherit a required module?
>[ERROR] [erdilverbatimvisualisation] - Errors in 'jar:file:/C:/
> eclipse-jee-helios/eclipse/plugins/
> com.google.gwt.eclipse.sdkbundle_2.3.0.r36v201104261928/gwt-2.3.0/gwt-
> user.jar!/com/google/gwt/event/shar

RPC Error after 2.3 upgrade: The response could not be deserialized

2011-05-05 Thread KevMo
After upgrading to GWT 2.3 some of my RPC services no longer work and
fail with "The response could not be deserialized".  It seems to
happen to services that are returning objects that are use Date
objects that are annotated with  @Temporal(TemporalType.TIMESTAMP).  I
use Gilead 1.3.1 and Hibernate 3.6 and I had no issues with GWT 2.2.

Any idea what could be going on, or how to start debugging?

Here's the stack trace:
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: The
response could not be deserialized
at
com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:
221)
at
com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:
287)
at com.google.gwt.http.client.RequestBuilder
$1.onReadyStateChange(RequestBuilder.java:395)
at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
at
com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
at
com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:
167)
at
com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:
326)
at
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:
207)
at
com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:
132)
at
com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:
561)
at
com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:
269)
at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:
91)
at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:214)
at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
at
com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
at
com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:
167)
at
com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:
281)
at
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:
531)
at
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:
352)
at java.lang.Thread.run(Thread.java:680)
Caused by: com.google.gwt.user.client.rpc.SerializationException:
java.sql.Timestamp/1769758459
Caused by: com.google.gwt.user.client.rpc.SerializationException:
java.sql.Timestamp/1769758459
at
com.google.gwt.user.client.rpc.impl.SerializerBase.getTypeHandler(SerializerBase.java:
153)
at
com.google.gwt.user.client.rpc.impl.SerializerBase.instantiate(SerializerBase.java:
114)
at
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.deserialize(ClientSerializationStreamReader.java:
111)
at
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader.readObject(AbstractSerializationStreamReader.java:
119)
at
com.lensoo.shared.entity.Course_FieldSerializer.deserialize(Course_FieldSerializer.java:
320)
at
com.lensoo.shared.entity.Course_FieldSerializer.deserial(Course_FieldSerializer.java:
405)
at
com.google.gwt.user.client.rpc.impl.SerializerBase.deserialize(SerializerBase.java:
95)
at
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.deserialize(ClientSerializationStreamReader.java:
113)
at
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader.readObject(AbstractSerializationStreamReader.java:
119)
at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter
$ResponseReader$8.read(RequestCallbackAdapter.java:106)
at
com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:
214)
... 26 more
... 26 more

-- 
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: RPC Error after 2.3 upgrade: The response could not be deserialized

2011-05-05 Thread Juan Pablo Gardella
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/6bd717b92ae4a708

2011/5/5 KevMo 

> After upgrading to GWT 2.3 some of my RPC services no longer work and
> fail with "The response could not be deserialized".  It seems to
> happen to services that are returning objects that are use Date
> objects that are annotated with  @Temporal(TemporalType.TIMESTAMP).  I
> use Gilead 1.3.1 and Hibernate 3.6 and I had no issues with GWT 2.2.
>
> Any idea what could be going on, or how to start debugging?
>
> Here's the stack trace:
> com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: The
> response could not be deserialized
>at
>
> com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:
> 221)
>at
> com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:
> 287)
>at com.google.gwt.http.client.RequestBuilder
> $1.onReadyStateChange(RequestBuilder.java:395)
>at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown
> Source)
>at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
> 25)
>at java.lang.reflect.Method.invoke(Method.java:597)
>at
> com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
>at
> com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
>at
>
> com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:
> 167)
>at
>
> com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:
> 326)
>at
>
> com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:
> 207)
>at
> com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:
> 132)
>at
> com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:
> 561)
>at
> com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:
> 269)
>at
>
> com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:
> 91)
>at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
>at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
>at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:214)
>at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown
> Source)
>at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
> 25)
>at java.lang.reflect.Method.invoke(Method.java:597)
>at
> com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
>at
> com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
>at
>
> com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:
> 167)
>at
>
> com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:
> 281)
>at
>
> com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:
> 531)
>at
>
> com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:
> 352)
>at java.lang.Thread.run(Thread.java:680)
> Caused by: com.google.gwt.user.client.rpc.SerializationException:
> java.sql.Timestamp/1769758459
> Caused by: com.google.gwt.user.client.rpc.SerializationException:
> java.sql.Timestamp/1769758459
>at
>
> com.google.gwt.user.client.rpc.impl.SerializerBase.getTypeHandler(SerializerBase.java:
> 153)
>at
>
> com.google.gwt.user.client.rpc.impl.SerializerBase.instantiate(SerializerBase.java:
> 114)
>at
>
> com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.deserialize(ClientSerializationStreamReader.java:
> 111)
>at
>
> com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader.readObject(AbstractSerializationStreamReader.java:
> 119)
>at
>
> com.lensoo.shared.entity.Course_FieldSerializer.deserialize(Course_FieldSerializer.java:
> 320)
>at
>
> com.lensoo.shared.entity.Course_FieldSerializer.deserial(Course_FieldSerializer.java:
> 405)
>at
>
> com.google.gwt.user.client.rpc.impl.SerializerBase.deserialize(SerializerBase.java:
> 95)
>at
>
> com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.deserialize(ClientSerializationStreamReader.java:
> 113)
>at
>
> com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader.readObject(AbstractSerializationStreamReader.java:
> 119)
>at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter
> $ResponseReader$8.read(RequestCallbackAdapter.java:106)
>at
>
> com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:
> 214)
>... 26 more
>... 26 more
>
> --
> 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@go

Re: GWT RPC XSRF protection - Invalid RPC token

2011-05-05 Thread pman
thanks, your suggestion works.

-- 
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: RPC Error after 2.3 upgrade: The response could not be deserialized

2011-05-05 Thread Andrei Bulanau
May be you have old version gwt-servlet.jar in your project.

-- 
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: gwt 2.3 gwt-servlet-deps.jar from Ant Ivy build

2011-05-05 Thread pohl
http://stackoverflow.com/questions/4950048/what-is-the-ivy-equivalent-of-mavens-versionsdisplay-dependency-updates

Could you elaborate as to what lesson I'm supposed to draw from this
link?   The use of ivy::report seems like
a good idea, but i'm not sure how it helps me.

I have implemented an equivalent target and generated such a report
for my build configurations.   The report
is impressive looking.  I see a row of tabs along the top of the page,
one for each Ivy configuration that
I have.

Each one of the configurations shows "0 Errors".

Is there some other thing on the report I should be looking for?

-- 
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: GWT Google/io meeting on Monday night

2011-05-05 Thread Brian Reilly
I may be interested as well. I don't know a lot about the area, so all
I can suggest is Thirsty Bear, which is on Howard St. a block over
from Moscone East.

-Brian

On May 5, 1:56 pm, Jeff Larsen  wrote:
> Hey was wondering if there is any interest in a gwt get together on Monday
> night in SF.
>
> I'm flying in and will be in the city ~7pm. If there is enough interest,
> maybe we could get a get together someplace, preferably with
> beer/cocktails.
>
> If anyone has any good ideas for a location to do this close to Mosconi,
> that will probably be better than me doing a google search for restaraunts
> in the area.
>
> Reply here if you're going to be in SF and interested in meeting up Monday
> night.

-- 
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: gwt 2.3 gwt-servlet-deps.jar from Ant Ivy build

2011-05-05 Thread Filipe Sousa
I'm having the same problem with IvyDE.
I can't pass the validation-api-1.0.0.GA-sources.jar to the eclipse 
classpath. Let me know if you find a solution.

-- 
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: gwt 2.3 gwt-servlet-deps.jar from Ant Ivy build

2011-05-05 Thread pohl
Filipe,  I found that issue in the tracker yesterday.  You may want to
star this.  It looks like you, at least, have a workaround if you're
willing to add that jar directly to your classpath.

http://code.google.com/p/google-web-toolkit/issues/detail?id=6225

On May 5, 3:22 pm, Filipe Sousa  wrote:
> I'm having the same problem with IvyDE.
> I can't pass the validation-api-1.0.0.GA-sources.jar to the eclipse
> classpath. Let me know if you find a solution.

-- 
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.



Logging: Application doesn't get default log handlers

2011-05-05 Thread Magno Machado
I'm trying to start using the GWT Logging framework in my app

So far, this is what I've done:
Add  to my .gwt.xml file

Add this code:
Logger logger = Logger.getLogger("Test");
logger.log(Level.SEVERE, "some text");

The code is executed, but I have no log output.
In fact, I've looked at the root logger's handler list and it is empty. If I
register my own handler then it works

Then I created a new project with nothing but the very same code I used
before, and then the log just worked

Am I missing something here?

-- 
Magno Machado Paulo
http://blog.magnomachado.com.br
http://code.google.com/p/emballo/

-- 
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: RPC Error after 2.3 upgrade: The response could not be deserialized

2011-05-05 Thread KevMo
Thanks for the suggestion.  I've replaced all the GWT jars just to be
double sure.  I still have the same problem though.

On May 5, 12:59 pm, Andrei Bulanau  wrote:
> May be you have old version gwt-servlet.jar in your project.

-- 
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.



TouchScroller.java and click event suppression

2011-05-05 Thread bradr
Not sure if this the appropriate place to post this ...

I was playing around with the TouchScroller in the new gwt 2.3 build,
which I am using in the left pane of this demo:  
http://gwt-touch-demos.appspot.com

One issue I had with the TouchScroller is that it suppressed click
events, so  I added the following code to the TouchScroller's
onDragEnd event:

Point diff =
startTouchPosition.minus(lastTouchPosition.getPoint());
if(diff.getX()==0 && diff.getY()==0) {

Element target = Element.as(
 
event.getNativeEvent().getEventTarget());

if(target!=null) {

int y =
event.getNativeEvent().getClientY();
int x =
event.getNativeEvent().getClientX();
NativeEvent clickEvent =
Document.get().createMouseEvent(
"click",true, true,0, x, y, x,
y, false, false,
false, false,
NativeEvent.BUTTON_LEFT, target);
target.dispatchEvent(clickEvent);
}
   }

This dispatches a click event to the touched element if the user
touched the scroll panel, but did not scroll.

Not sure if this is the best approach, but something the gwt team may
want to consider

-- 
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.



Running GWT Developing mode

2011-05-05 Thread rread
i keep getting these type of error's  but i dont know how to fix it
any help
this happen when i try to run the gwt developer server.

all the errors refer to missing javax.validation package but its a
j2ee standar package

10:50:12.403 [ERROR] [dr_gov_sigef_v2_prueba_web] Errors in 'jar:file:/
home/rread/.m2/repository/com/google/gwt/gwt-user/2.3.0/gwt-
user-2.3.0.jar!/javax/validation/super/javax/validation/spi/
ConfigurationState.java'

-- 
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.



GWT 2.3 RequestFactory problem

2011-05-05 Thread QBiT
Hello,

when i refactored my sources to fit the new package structure ( 
com.google.web.bindery.requestfactory ) of the requestfactory i ended up 
with a mess :/
When i try to launch my application i get the following error:

SCHWERWIEGEND: de.systemagmbh.gf.dwr.ui.shared.context.ReportRequestContext 
is not a RequestContext
05.05.2011 16:05:51 
com.google.gwt.requestfactory.server.ServiceLayerDecorator die
SCHWERWIEGEND: The RequestContext type 
de.systemagmbh.gf.dwr.ui.shared.context.ReportRequestContext did not pass 
validation
05.05.2011 16:05:51 
com.google.gwt.requestfactory.server.RequestFactoryServlet doPost
SCHWERWIEGEND: Unexpected error
com.google.gwt.requestfactory.server.UnexpectedException: The RequestContext 
type de.systemagmbh.gf.dwr.ui.shared.context.ReportRequestContext did not 
pass validation
at 
com.google.gwt.requestfactory.server.ServiceLayerDecorator.die(ServiceLayerDecorator.java:205)

After a debugging session i found out that perhaps something went wrong with 
the move to the new package.
This is what i have found:

In the class ResolverServiceLayer the method 
validator.validateRequestContext(requestContextClass); sets the validator to 
poisened.

  @Override
  public Method resolveRequestContextMethod(String requestContextClass, 
String methodName) {
synchronized (validator) {
  validator.antidote();
  validator.validateRequestContext(requestContextClass);
  if (validator.isPoisoned()) {
die(null, "The RequestContext type %s did not pass validation", 
requestContextClass);
  }
}
Class searchIn = forName(requestContextClass);
for (Method method : searchIn.getMethods()) {
  if (method.getName().equals(methodName)) {
return method;
  }
}
return report("Could not locate %s method %s::%s", 
RequestContext.class.getSimpleName(),
requestContextClass, methodName);
  }

This is because of the following in the RequestFactoryInterfaceValidator. 
The method isAssignable(logger, requestContextIntf, requestContextType) goes 
wrong.

  public void validateRequestContext(String binaryName) {
if (fastFail(binaryName)) {
  return;
}

Type requestContextType = 
Type.getObjectType(BinaryName.toInternalName(binaryName));
final ErrorContext logger = parentLogger.setType(requestContextType);

// Quick sanity check for calling code
if (!isAssignable(logger, requestContextIntf, requestContextType)) {
  logger.poison("%s is not a %s", print(requestContextType),
  RequestContext.class.getSimpleName());
  return;
}

Type domainServiceType = getDomainType(logger, requestContextType);
if (domainServiceType == errorType) {
  logger.poison(
  "The type %s must be annotated with a @%s or @%s annotation",
  BinaryName.toSourceName(binaryName), 
Service.class.getSimpleName(),
  ServiceName.class.getSimpleName());
  return;
}

for (RFMethod method : getMethodsInHierarchy(logger, 
requestContextType)) {
  // Ignore methods in RequestContext itself
  if (findCompatibleMethod(logger, requestContextIntf, method, false, 
true,
  true) != null) {
continue;
  }

  // Check the client method against the domain
  checkClientMethodInDomain(logger, method, domainServiceType,
  !clientToLocatorMap.containsKey(requestContextType));
  maybeCheckReferredProxies(logger, method);
}

checkUnresolvedKeyTypes(logger);
  }

And this finally is because my Context is not extended from the old 
RequestContext anymore.
The isAssignable() method does the following:

  private boolean isAssignable(ErrorContext logger, Type possibleSupertype,
  Type possibleSubtype) {
// Fast-path for same type
if (possibleSupertype.equals(possibleSubtype)) {
  return true;
}

// Supertype calculation is cached
List allSupertypes = getSupertypes(logger, possibleSubtype);
return allSupertypes.contains(possibleSupertype);
  }

The list allSupertypes contains OBJECT my RequestContext interface and its 
superclass wich is ...bindery..requestContext.
The problem is that possible superType somehow* is the old RequestContext 
(old package) *which can obviously then not be
in the possible supertypes list.

What is going on here? 
What could i have done wrong?
Is it right now not possible to move to the new Requestfactory packages 
because something was overlooked here?
I do not want to use all these deprecated classes? 
Do we need to wait for a fix here?

Hope for some help on this one
QB!T

-- 
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.



Problems with showing Designer after update GWT

2011-05-05 Thread Dave K
Hello,

I've some problems with the Designer after updating GWT. I didn't
change anything in my code so I think that the is the update. Do you
know how to solve this for me?

I've made a report but I can't attach it.

-- 
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.



Running GWT Developing mode

2011-05-05 Thread rread
I have setup my enviroment to work with gwt,

but everytime i try to run my application i am getting errors with
gwt
of the javax.validation package, with he cannot find,

any tips here with this?
how to fix this problem

-- 
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.



GWT 2.3 web server reload time

2011-05-05 Thread zip184
I just upgraded to 2.3.  Did anyone else notice the web server takes a
lot longer to reload than it did before?  Did it switch back to using
tomcat again or something?  My VC arguments are:

-Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=512m

-Thanks

-- 
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.



GWT 2.3 Designer

2011-05-05 Thread dareen
hello GWT :
congratulation for your new release ..

I couldnot install New GWT 2.3 designer due to firewall,
1- isnot there published zip file for new designer?
2- shall i uninstall old one [2.2designer]?

thanks for your support

-- 
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: Running GWT Developing mode

2011-05-05 Thread Nick Chalko
The validation jar is not on the path,

search the group history you will find some answers.

-- 
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: Problems with showing Designer after update GWT

2011-05-05 Thread David Chandler
Yep, we're working on it.

See http://code.google.com/p/google-web-toolkit/issues/detail?id=6316

Star the issue to get notified of updates.

Thanks,
/dmc

On Thu, May 5, 2011 at 1:19 PM, Dave K  wrote:

> Hello,
>
> I've some problems with the Designer after updating GWT. I didn't
> change anything in my code so I think that the is the update. Do you
> know how to solve this for me?
>
> I've made a report but I can't attach it.
>
> --
> 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.
>
>


-- 
David Chandler
Developer Programs Engineer, Google Web Toolkit
w: http://code.google.com/
b: http://googlewebtoolkit.blogspot.com/
t: @googledevtools

-- 
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: Configuring a GWT application in both hosted mode and Tomcat

2011-05-05 Thread Chris
> I have a GWT web application that I run on multiple Tomcat servers. It
> happens to need some configuration, such as database username and
> password, initialization data, etc. I would like to put all this info
> in a configuration file, but, I where should I put the file so that my
> application will find it?

If you're using Maven, Maven Profiles are a also great way to deal
with this: http://goo.gl/ujQuf
You could use this to filter environment specific settings into your
tomcat JNDI setup or filter these settings into properties files on
your classpath.

-- 
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: GWT 2.3 RequestFactory problem

2011-05-05 Thread David Chandler
QBiT,

Have you cleaned your project? I was seeing some weirdness in RF after
moving to 2.3, then realized I still had the GWT 2.2 jar on the classpath...

/dmc

On Thu, May 5, 2011 at 10:19 AM, QBiT  wrote:

> Hello,
>
> when i refactored my sources to fit the new package structure (
> com.google.web.bindery.requestfactory ) of the requestfactory i ended up
> with a mess :/
> When i try to launch my application i get the following error:
>
> SCHWERWIEGEND: de.systemagmbh.gf.dwr.ui.shared.context.ReportRequestContext
> is not a RequestContext
> 05.05.2011 16:05:51
> com.google.gwt.requestfactory.server.ServiceLayerDecorator die
> SCHWERWIEGEND: The RequestContext type
> de.systemagmbh.gf.dwr.ui.shared.context.ReportRequestContext did not pass
> validation
> 05.05.2011 16:05:51
> com.google.gwt.requestfactory.server.RequestFactoryServlet doPost
> SCHWERWIEGEND: Unexpected error
> com.google.gwt.requestfactory.server.UnexpectedException: The
> RequestContext type
> de.systemagmbh.gf.dwr.ui.shared.context.ReportRequestContext did not pass
> validation
>  at
> com.google.gwt.requestfactory.server.ServiceLayerDecorator.die(ServiceLayerDecorator.java:205)
>
> After a debugging session i found out that perhaps something went wrong
> with the move to the new package.
> This is what i have found:
>
> In the class ResolverServiceLayer the method
> validator.validateRequestContext(requestContextClass); sets the validator to
> poisened.
>
>   @Override
>   public Method resolveRequestContextMethod(String requestContextClass,
> String methodName) {
> synchronized (validator) {
>   validator.antidote();
>   validator.validateRequestContext(requestContextClass);
>   if (validator.isPoisoned()) {
> die(null, "The RequestContext type %s did not pass validation",
> requestContextClass);
>   }
> }
> Class searchIn = forName(requestContextClass);
> for (Method method : searchIn.getMethods()) {
>   if (method.getName().equals(methodName)) {
> return method;
>   }
> }
> return report("Could not locate %s method %s::%s",
> RequestContext.class.getSimpleName(),
> requestContextClass, methodName);
>   }
>
> This is because of the following in the RequestFactoryInterfaceValidator.
> The method isAssignable(logger, requestContextIntf, requestContextType) goes
> wrong.
>
>   public void validateRequestContext(String binaryName) {
> if (fastFail(binaryName)) {
>   return;
> }
>
> Type requestContextType =
> Type.getObjectType(BinaryName.toInternalName(binaryName));
> final ErrorContext logger = parentLogger.setType(requestContextType);
>
> // Quick sanity check for calling code
> if (!isAssignable(logger, requestContextIntf, requestContextType)) {
>   logger.poison("%s is not a %s", print(requestContextType),
>   RequestContext.class.getSimpleName());
>   return;
> }
>
> Type domainServiceType = getDomainType(logger, requestContextType);
> if (domainServiceType == errorType) {
>   logger.poison(
>   "The type %s must be annotated with a @%s or @%s annotation",
>   BinaryName.toSourceName(binaryName),
> Service.class.getSimpleName(),
>   ServiceName.class.getSimpleName());
>   return;
> }
>
> for (RFMethod method : getMethodsInHierarchy(logger,
> requestContextType)) {
>   // Ignore methods in RequestContext itself
>   if (findCompatibleMethod(logger, requestContextIntf, method, false,
> true,
>   true) != null) {
> continue;
>   }
>
>   // Check the client method against the domain
>   checkClientMethodInDomain(logger, method, domainServiceType,
>   !clientToLocatorMap.containsKey(requestContextType));
>   maybeCheckReferredProxies(logger, method);
> }
>
> checkUnresolvedKeyTypes(logger);
>   }
>
> And this finally is because my Context is not extended from the old
> RequestContext anymore.
> The isAssignable() method does the following:
>
>   private boolean isAssignable(ErrorContext logger, Type possibleSupertype,
>   Type possibleSubtype) {
> // Fast-path for same type
> if (possibleSupertype.equals(possibleSubtype)) {
>   return true;
> }
>
> // Supertype calculation is cached
> List allSupertypes = getSupertypes(logger, possibleSubtype);
> return allSupertypes.contains(possibleSupertype);
>   }
>
> The list allSupertypes contains OBJECT my RequestContext interface and its
> superclass wich is ...bindery..requestContext.
> The problem is that possible superType somehow* is the old RequestContext
> (old package) *which can obviously then not be
> in the possible supertypes list.
>
> What is going on here?
> What could i have done wrong?
> Is it right now not possible to move to the new Requestfactory packages
> because something was overlooked here?
> I do not want to use all these deprecated classes?
> Do we need to wait for a fix here?
>
> Hope for some help on this one
> QB!T
>

Re: Running GWT Developing mode

2011-05-05 Thread rread
it is in a depencie in a pom.xml

at compile time it works fine its a run time it fails

On May 5, 5:34 pm, Nick Chalko  wrote:
> The validation jar is not on the path,
>
> search the group history you will find some answers.

-- 
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: Running GWT Developing mode

2011-05-05 Thread David Chandler
Remove provided from the validation-api dependency since it
appears your app server doesn't provide it.

/dmc

On Thu, May 5, 2011 at 5:57 PM, rread  wrote:

> it is in a depencie in a pom.xml
>
> at compile time it works fine its a run time it fails
>
> On May 5, 5:34 pm, Nick Chalko  wrote:
> > The validation jar is not on the path,
> >
> > search the group history you will find some answers.
>
> --
> 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.
>
>


-- 
David Chandler
Developer Programs Engineer, Google Web Toolkit
w: http://code.google.com/
b: http://googlewebtoolkit.blogspot.com/
t: @googledevtools

-- 
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: Designer Problems after GWT 2.3 install

2011-05-05 Thread Eric Clayberg
See the latest update to...

http://code.google.com/p/google-web-toolkit/issues/detail?id=6316

We hope to have a patch out tomorrow. In the meantime, a work around
is available.

On May 5, 2:09 pm, Ian Jacobs  wrote:
> I take it back.   My 1st test was using a gwt plugin I installed into a
> directory with spaces.  I changed the classpath to use the gwt plugin off of
> c:\eclipse\ and the designer loaded without incident.

-- 
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.



How do you create your buttons, textfields...?

2011-05-05 Thread Gomez
Hello people, i got this message here:
http://stackoverflow.com/questions/5890484/gwt-best-way-to-setsize-of-buttons-design-buttons

and exactly this is my question too. Whats the best way to create
buttons, textfields ...?
Im using debian and working with eclipse + gwt. Im testing the
application on firefox, opera and chromium so I think "ok everything
is finde" then im uploading the war file to the server and then the
windows users with IE are asking me what hell is wrong with the
application?

me: "why? are you not able to login?"
they: "no we cant!"
me: "whats the problem?"
they: "there are no buttons or any fields..."
me: "what the..."

Are there some solutions? Please give me any ideas...

-- 
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.



Gwt Developers--Oversight With HTML 5 audio

2011-05-05 Thread stymie
There seems to be no CompleteListener implemented with the HTML 5
audio that came along in 2.2.

Are you going to implement this in an upcoming release.Seems like a
pretty big oversight to me.

-- 
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: Running GWT Developing mode

2011-05-05 Thread pohl

Does this translate to Ant Ivy in some way?  Same  issue there.


On May 5, 5:18 pm, David Chandler  wrote:
> Remove provided from the validation-api dependency since it
> appears your app server doesn't provide it.
>
> /dmc

-- 
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.



gwt 2.3 linkedlist SerializationException

2011-05-05 Thread Peter Warren
I'm using the Google Plugin for Eclipse and upgraded today to gwt
2.3.  Now when running my project I get the exception below about a
problem serializing LinkedList.  If I switch back to gwt 2.2 my app
works great again.

Any tips?

Thanks,
Peter

com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: The
response could not be deserialized
...
Caused by: com.google.gwt.user.client.rpc.SerializationException:
java.util.LinkedList/1060625595
at
com.google.gwt.user.client.rpc.impl.SerializerBase.getTypeHandler(SerializerBase.java:
153)
at
com.google.gwt.user.client.rpc.impl.SerializerBase.instantiate(SerializerBase.java:
114)
at
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.deserialize(ClientSerializationStreamReader.java:
111)
at
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader.readObject(AbstractSerializationStreamReader.java:
119)
at
com.treehouselogic.guide.client.logic.configurator.IndirectConfigurator_FieldSerializer.deserialize(IndirectConfigurator_FieldSerializer.java:
29)
at
com.treehouselogic.guide.client.logic.configurator.IndirectConfigurator_FieldSerializer.deserial(IndirectConfigurator_FieldSerializer.java:
49)
at
com.google.gwt.user.client.rpc.impl.SerializerBase.deserialize(SerializerBase.java:
95)
at
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.deserialize(ClientSerializationStreamReader.java:
113)
at
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader.readObject(AbstractSerializationStreamReader.java:
119)
at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter
$ResponseReader$8.read(RequestCallbackAdapter.java:106)
at
com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:
214)

-- 
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: gwt 2.3 gwt-servlet-deps.jar from Ant Ivy build

2011-05-05 Thread Juan Pablo Gardella
If you use maven resolve this problem with this:

   
   javax.validation
   validation-api
   1.0.0.GA 
   provided
   
   
   javax.validation
   validation-api
   1.0.0.GA 
   sources
   provided
   

You need to define in Ivy this dependencies. You must declare the dependency
plus the classifier. Ivy support this
but
I don't know Ivy to paste the code that define a dependency with classifier

Juan

2011/5/5 pohl 

> Filipe,  I found that issue in the tracker yesterday.  You may want to
> star this.  It looks like you, at least, have a workaround if you're
> willing to add that jar directly to your classpath.
>
> http://code.google.com/p/google-web-toolkit/issues/detail?id=6225
>
> On May 5, 3:22 pm, Filipe Sousa  wrote:
> > I'm having the same problem with IvyDE.
> > I can't pass the validation-api-1.0.0.GA-sources.jar to the eclipse
> > classpath. Let me know if you find a solution.
>
> --
> 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.
>
>

-- 
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: RPC Error after 2.3 upgrade: The response could not be deserialized

2011-05-05 Thread Juan Pablo Gardella
Can you paste to your .classpath file ?

2011/5/5 KevMo 

> Thanks for the suggestion.  I've replaced all the GWT jars just to be
> double sure.  I still have the same problem though.
>
> On May 5, 12:59 pm, Andrei Bulanau  wrote:
> > May be you have old version gwt-servlet.jar in your project.
>
> --
> 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.
>
>

-- 
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: gwt 2.3 linkedlist SerializationException

2011-05-05 Thread Juan Pablo Gardella
What types of objects are you sent in LinkedList?

2011/5/5 Peter Warren 

> I'm using the Google Plugin for Eclipse and upgraded today to gwt
> 2.3.  Now when running my project I get the exception below about a
> problem serializing LinkedList.  If I switch back to gwt 2.2 my app
> works great again.
>
> Any tips?
>
> Thanks,
> Peter
>
> com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: The
> response could not be deserialized
> ...
> Caused by: com.google.gwt.user.client.rpc.SerializationException:
> java.util.LinkedList/1060625595
>at
>
> com.google.gwt.user.client.rpc.impl.SerializerBase.getTypeHandler(SerializerBase.java:
> 153)
>at
>
> com.google.gwt.user.client.rpc.impl.SerializerBase.instantiate(SerializerBase.java:
> 114)
>at
>
> com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.deserialize(ClientSerializationStreamReader.java:
> 111)
>at
>
> com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader.readObject(AbstractSerializationStreamReader.java:
> 119)
>at
>
> com.treehouselogic.guide.client.logic.configurator.IndirectConfigurator_FieldSerializer.deserialize(IndirectConfigurator_FieldSerializer.java:
> 29)
>at
>
> com.treehouselogic.guide.client.logic.configurator.IndirectConfigurator_FieldSerializer.deserial(IndirectConfigurator_FieldSerializer.java:
> 49)
>at
>
> com.google.gwt.user.client.rpc.impl.SerializerBase.deserialize(SerializerBase.java:
> 95)
>at
>
> com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.deserialize(ClientSerializationStreamReader.java:
> 113)
>at
>
> com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader.readObject(AbstractSerializationStreamReader.java:
> 119)
>at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter
> $ResponseReader$8.read(RequestCallbackAdapter.java:106)
>at
>
> com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:
> 214)
>
> --
> 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.
>
>

-- 
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: GWT 2.3 web server reload time

2011-05-05 Thread Juan Pablo Gardella
Is slow in chrome and firefox, in IE is faster in dev mode than other
browser in Windows OS

2011/5/5 zip184 

> I just upgraded to 2.3.  Did anyone else notice the web server takes a
> lot longer to reload than it did before?  Did it switch back to using
> tomcat again or something?  My VC arguments are:
>
> -Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=512m
>
> -Thanks
>
> --
> 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.
>
>

-- 
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: How do you create your buttons, textfields...?

2011-05-05 Thread Juan Pablo Gardella
You must test in server mode. Is seem that not find javascript file. Check
your paths

2011/5/5 Gomez 

> Hello people, i got this message here:
>
> http://stackoverflow.com/questions/5890484/gwt-best-way-to-setsize-of-buttons-design-buttons
>
> and exactly this is my question too. Whats the best way to create
> buttons, textfields ...?
> Im using debian and working with eclipse + gwt. Im testing the
> application on firefox, opera and chromium so I think "ok everything
> is finde" then im uploading the war file to the server and then the
> windows users with IE are asking me what hell is wrong with the
> application?
>
> me: "why? are you not able to login?"
> they: "no we cant!"
> me: "whats the problem?"
> they: "there are no buttons or any fields..."
> me: "what the..."
>
> Are there some solutions? Please give me any ideas...
>
> --
> 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.
>
>

-- 
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: Can not export to IE 7

2011-05-05 Thread Greg Dougherty
Nope.  It works just fine for Firefox and Sea Monkey,  it's just with
IE that there's a problem.

On May 5, 2:37 pm, Juan Pablo Gardella 
wrote:
> Checkhttp://code.google.com/webtoolkit/doc/latest/FAQ_Server.html#What_is_...
>
> Is
> relate to this?
>
> 2011/5/5 Greg Dougherty 
>
> > I have a web app that mostly works with IE 7.  However, when I try to
> > export results to IE, I get the following error message:
>
> > Internet Explorer cannot download (URL name) from (web address).
>
> > Internet Explorer was not able to open this internet site.  The
> > requested web site is either unavailable or cannot be found.  Please
> > try again later.
> > <<<
>
> > Export works by having a frame with a URL.  That part works, because
> > my servlet gets called.  My servlet calls
> > response.setContentType ("text/tsv");  and
> > response.addHeader ("Content-Disposition", "attachment; filename=\"" +
> > fileName + "\"");
>
> > gets the response Writier, wraps the writer with a BufferedWriter,
> > writes some data to it, and then calls flush on the BufferedWriter,
> > which gets to the download dialog to pop up for IE.  However, at some
> > point while I'm sending it data over that BufferedWriter (and it's
> > pretty early in the process, because it never gives me a chance to
> > specify where I want to save the file), IE gives me the above error
> > message.
>
> > Any suggestions for what's going on, and how to fix it?
>
> > TIA,
>
> > Greg
>
> > --
> > 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.

-- 
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: gwt 2.3 linkedlist SerializationException

2011-05-05 Thread Peter Warren
The LinkedList contains custom objects, but the complaint is about
this type signature: java.util.LinkedList/1060625595.  If the custom
object were the problem, wouldn't the error complain about the custom
class and not LinkedList?

The custom class is serializable in gwt 2.2.  The same code works fine
in 2.2.  Have the requirements for gwt serialization changed?

-- 
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: gwt 2.3 linkedlist SerializationException

2011-05-05 Thread Juan Pablo Gardella
Mmmm I don't know. I need more info. For example .classpath file and the
object are you send, but if you said in gwt 2.2.0 works, perhaps is a bug.
Make a sample that reproduce the bug and open a issue.

But check this
http://code.google.com/p/google-web-toolkit/issues/detail?id=5230 and check
.classpath file to be sure don't have conflict of version inyour jars.

Juan


2011/5/5 Peter Warren 

> The LinkedList contains custom objects, but the complaint is about
> this type signature: java.util.LinkedList/1060625595.  If the custom
> object were the problem, wouldn't the error complain about the custom
> class and not LinkedList?
>
> The custom class is serializable in gwt 2.2.  The same code works fine
> in 2.2.  Have the requirements for gwt serialization changed?
>
> --
> 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.
>
>

-- 
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: IE8 Performance problems

2011-05-05 Thread Thiago
Hi,

Try to use Dynatrace to profile your application To know what you
must to do to turn your application faster, you first need to
measure Dynatrace is the best profiler tool that I know (and works
for IE 8!!). It can give you a complete view of what is causing the
performance problem Download it from: http://ajax.dynatrace.com/ajax/en/

You should also read this post about performance of GWT applications:

http://blog.cruxframework.org/2010/10/performance-tuning-on-gwt-applications.html


Thiago.


On 27 abr, 11:39, Jens  wrote:
> Hehe well your only chance would be to use CellTable (but that needs at
> least GWT 2.1), build some pagination into your app so that you do not
> display all data at once or you generate the whole table as a pure html
> string and call setInnerHtml (its basically what CellTable does). The last
> one is really fast on all browsers including IE.
> We did the last solution on a big questionnaire in one of our apps
> (CellTable wasn't suitable here). We generate it as html on the server, send
> it to the client and then insert it into a custom widget via setInnerHtml.
> Works really well. The custom widget overwrites onBrowserEvent to provide
> some basic event handling we need for some logic behind the questionnaire.
>
> Hope that helps. FlexTable and Grid are really bad for displaying lots of
> data in IE.
>
> -- J.

-- 
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: Adding scrollbar to celltable - please help

2011-05-05 Thread Subhrajyoti Moitra
i usually put the table inside a ScrollPanel.
Set the dimensions of the panel appropriately. It has worked well so far for
my requirements.

You can also try the GWT-Incubator Scroll table-though its deprecated.

Thanks,
Subhro.

On Tue, May 3, 2011 at 8:24 PM, Nisha  wrote:

> Hi All,
>
> This might be very trivial issue but somehow I am not able to add
> scrollbar to celltable.
> I am not sure if I am doing this right.
>
> I have just set the size of the table to show 3 records and I assumed
> that the celltable will have a built in feature to display a
> scrollbar. Any help is appreciated.
>
> Thanks
>
> --
> 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.
>
>

-- 
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.