Error: Could not find no-arg method named [...].CssResource

2011-10-17 Thread Cory
I've been working on a project in GWT 2.1.1 and have had no need to upgrade, until now. Recently, additional devs needed to be able to access the code and build, and I've needed to document the process for them. I set up a VM and a fresh install of Eclipse/GWT and have been unable to build.

Re: Error: Could not find no-arg method named [...].CssResource

2011-10-17 Thread Cory
Just wanted to throw in an update. Running ant from the command line works as-expected. The problem definitely seems to be related to GPE. Perhaps I should move this post to the newly created forum that I noticed? On Oct 17, 11:37 am, Cory c...@grit-design.com wrote: I've been working

2.1.1 fails in SimpleRequestProcessor.processInvocationMessages when nothing to invoke

2010-12-21 Thread Cory Prowse
or RequestMessage.getInvocations() should return an empty list instead of a null. -- Cory -- 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-tool...@googlegroups.com. To unsubscribe from this group

[gwt-contrib] 2.1.1 fails in SimpleRequestProcessor.processInvocationMessages when no Invokations

2010-12-21 Thread Cory
SimpleRequestProcessor.processInvocationMessages() needs to cater for a null ListInvocationMessage or RequestMessage.getInvocations() should return an empty list instead of a null. -- Cory -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] 2.1.1 fails in SimpleRequestProcessor.processInvocationMessages when no Invokations

2010-12-21 Thread Cory
On the client I am effectively doing the following (I've removed the widget stuff for ease of reading): interface Driver extends RequestFactoryEditorDriverArticleProxy, ArticleEditorDesktop {} ... driver.initialize(clientFactory.getEventBus(), clientFactory.getRequestFactory(),

[gwt-contrib] static findEntity method cannot access jndi resources

2010-11-12 Thread Cory
of RequestFactory in 2.1.1 Thanks, -- Cory -- http://groups.google.com/group/Google-Web-Toolkit-Contributors