Also.. side note:
I have:
@RemoteServiceRelativePath("rpc/foo")
but in the spring xml I have:
propety name="mappings">
<map>
<entry key="/foo" value-ref="fooSerivce"/>
in the web.xml I have my dispatcher serlvet match on
gwtAppName/rpc/*
so somehow one of the two things 'aint right' hah