my problem is (the same problem as the others have/has?) if i change the event bus in GinModule all other instance get the "new" event bus. But now nobody (for example the activity manager) could call start(..., OldEventBus) because AbstractActivity's (com.google.gwt.activity.shared.AbstractActivity) start-method needs the eventbus from the "old" package. (to make it short if i switch to new event bus in ginModule the compile fails - i'don't want this :-))
the question is what to do (in http://code.google.com/p/google-web-toolkit/issues/detail?id=6653) they talked about editing activity source code or providing an own activity. but i guess thats not the "official" solution to lift an gwt app (2.3 using activities) to 2.4?! so how to implement an Activity in gwt 2.4 (i guess com.google.gwt.activity.shared.AbstractActivity should not be used?)? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/sw-Kb7zdaGsJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
