I've also got bitten by this problem, and have not found a solution to
it yet. I have a file in the public web directory called
<hashvalue>.gwt.rpc, however when gwt loads the SerializationPolicy,
the strongname is another hashvalue. Where does the strongname come
from?
I've you solve it, please report back your solution.
Regards,
//Hugo
2008/8/13 Martin <m.z...@gmail.com>:
--
Med vänlig hälsning,
Hugo Hallqvist
Dokad Software AB
www.dokad.se
@scottb, jat: When we decided to pull this out, I think we probably overstepped a bit. Would either of you object to putting it back?
This is exactly the case I have to specifically code for (initial
token), and the implementation I had to change when this method got
dropped.
(I realize there may be code out there that would break under this
proposal, but I agree that getting the initial token case to "just
work" is important)
Fred
--
Fred Sauer
fr...@allen-sauer.com
That'll still mess with apps like mine which call onHistoryChanged on
the *listener* to initialize state. I'll get a double dose. Just
something to be aware of. And it wouldn't hurt to have an
addHistoryListener(HistoryListener listener, boolean initialize) to
specifically request that I *not* receive the current token in case
I'm messing with listeners in the normal course of operations.
My reading of Scott's Three Point Plan was that we wouldn't lose
anything: History.onHistoryChanged() is deprecated, but still there;
History.fireCurrentHistoryState() is added to fire changes to all
registered listeners; addHistoryListener(HistoryListener listener,
boolean fireCurrentHistoryState) is added to allow one-step addition
and initialization of listeners.
(Does this topic deserve it's own thread?)