Jens: thanks for the pointers.

I did some more debugging, and it's hard.. 

<https://lh4.googleusercontent.com/-3H7tkxdTop4/UtmD2GJqc7I/AAAAAAAAAWQ/rjRvIS-2I2M/s1600/Capture.PNG>

<https://lh5.googleusercontent.com/-SZsTYExCf40/UtmD4wJkpnI/AAAAAAAAAWY/lNzm9vhB7Bg/s1600/Capture1.PNG>
Like you said, the seed table seem to be some kind of mapping between an id 
and class info (see the watch expression in the screenshot). The class info 
is present as a function.
What happens: a JS method is called with 2 id's: seed and superSeed id. It 
first retrieves the seed class info through the seed id, followed by the 
superSeed class info through the superSeed id, see screenshot. In this 
build the superSeed id is 1352, which doesn't exists as seen in the watch 
expressions, such that an exception occurs.

I searched for the superSeed id in the JS files, and do find them in the 
method calls in most deferred js snippets, but can't find a call that 
actually adds the class info for this superSeed id which is probably the 
problem.
I noticed calls that add class info with an id to the seed table, but still 
not able to find out what class info is associated with this superSeed id 
:(...

BTW: I use 2 different gwt config files to generate 2 app's with some 
different settings/content. One works, and the other results in the above 
exception :(...

Dammmm
Any advice?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to