RPC/Serialization problem with StockWatcher tutorial

2009-06-03 Thread james.o...@gmail.com
I'm going through the StockWatcher tutorial and I get to the RPC part (http://code.google.com/webtoolkit/tutorials/1.6/RPC.html). At the first test point I get this error message as expected ... [ERROR] Type 'com.google.gwt.sample.stockwatcher.client.StockPrice' was not serializable and has

Re: RPC/Serialization problem with StockWatcher tutorial

2009-06-03 Thread Isaac Truett
Your StockPrice doesn't have a no-arg constructor. On Wed, Jun 3, 2009 at 1:27 PM, james.o...@gmail.com james.o...@gmail.com wrote: I'm going through the StockWatcher tutorial and I get to the RPC part (http://code.google.com/webtoolkit/tutorials/1.6/RPC.html). At the first test point I

Re: RPC/Serialization problem with StockWatcher tutorial

2009-06-03 Thread James Orr
Thanks! I guess I missed that line earlier in the tutorial. On Wed, Jun 3, 2009 at 2:08 PM, Isaac Truett itru...@gmail.com wrote: Your StockPrice doesn't have a no-arg constructor. On Wed, Jun 3, 2009 at 1:27 PM, james.o...@gmail.com james.o...@gmail.com wrote: I'm going through the