Re: [gwt-contrib] STS RPC failures

2010-05-26 Thread Aaron Steele
> What version of the DataNucleus libraries to you have installed? Here's what's in the auto-generated project pom.xml file: datanucleus-appengine - 1.0.7.final datanucleus-core - 1.1.6 datanucleus-jpa - 1.1.5 datanucleus-rdbms - 1.1.6 datanucleus-enhancer- 1.1.4 maven-datanucleus-plugin - 1.1.4

Re: [gwt-contrib] STS RPC failures

2010-05-26 Thread Chris Ramsdale
One initial problem is that it's failing to find the right DataNucleus libraries: ERROR DataNucleus.Plugin - Bundle "org.datanucleus.store.appengine" requires "org.datanucleus" version "[1.0.4, 1.1.5.final)" but the resolved bundle has version "1.0.7.final" which is outside the expected range. Wh

Re: [gwt-contrib] STS RPC failures

2010-05-24 Thread Aaron Steele
It's definitely working. On the other hand, after creating a test project configured with GAE persistence (using this Roo script: http://goo.gl/fQX9), I'm able to launch and run it in developer mode but the console displays a bunch of errors: http://goo.gl/QHmn Then, if I try logging into the app

Re: [gwt-contrib] STS RPC failures

2010-05-24 Thread Rajeev Dayal
Great, I think the problem was the AspectJ weaving being disabled. Glad that it is all working. On Sat, May 22, 2010 at 6:16 PM, Aaron Steele wrote: > I reinstalled STS and enabled AspectJ weaving. All systems are go! I > can launch and run the app from within STS or from the Maven command > line

Re: [gwt-contrib] STS RPC failures

2010-05-22 Thread Aaron Steele
I reinstalled STS and enabled AspectJ weaving. All systems are go! I can launch and run the app from within STS or from the Maven command line. Sweet. Thanks, Aaron On Fri, May 21, 2010 at 4:30 PM, Aaron Steele wrote: >> Oh, also, did you enable AspectJ weaving (when STS asked you about this)? >

Re: [gwt-contrib] STS RPC failures

2010-05-21 Thread Rajeev Dayal
Oh, also, did you enable AspectJ weaving (when STS asked you about this)? On Fri, May 21, 2010 at 3:50 PM, Rajeev Dayal wrote: > [by the way, the second link you posted is broken] > > Hm, this is odd. What actions are you taking (in the UI) when the RPC > exceptions happen? > > The dialog that p

Re: [gwt-contrib] STS RPC failures

2010-05-21 Thread Rajeev Dayal
[by the way, the second link you posted is broken] Hm, this is odd. What actions are you taking (in the UI) when the RPC exceptions happen? The dialog that pops up for you to select your WAR directory is expected; the default value is what you should choose. Can you send a text listing of the fil

Re: [gwt-contrib] STS RPC failures

2010-05-21 Thread Aaron Steele
Similar results using Roo 1.1.0.M1 to generate the app (as opposed to Roo 1.0.2): http://goo.gl/SD8sx $ springsource/roo-1.1.0.M1/bin/roo.sh roo> script --file expenses.roo What am I missing? FWIW, when launching from STS (Run as->Web Application), it launches a Finder window and prompts me to

Re: [gwt-contrib] STS RPC failures

2010-05-21 Thread Rajeev Dayal
The roo directory should be "roo-1.1.0.M1"; so you should be using Roo 1.1.0.M1 to generate the app, as opposed to Roo 1.0.2. On Fri, May 21, 2010 at 2:22 PM, Rajeev Dayal wrote: > I wonder about the version of Roo that you're using. If you navigate down > into your STS folder, do you see a roo-

Re: [gwt-contrib] STS RPC failures

2010-05-21 Thread Rajeev Dayal
I wonder about the version of Roo that you're using. If you navigate down into your STS folder, do you see a roo-related directory there? What is the name of that directory? I think you need to be using the milestone version of roo, which is located at //bin/roo.{sh, bat}. On Fri, May 21, 2010 at

[gwt-contrib] STS RPC failures

2010-05-21 Thread Aaron Steele
I'm seeing a strange issue with STS where launching a web application from within STS succeeds, but then RPCs fail with the following errors: http://goo.gl/hAkP The project I'm running is from /samples/expenses.roo and was created using the Roo shell (script expenses.roo). If I try running the sa