Hi all,
I have an app I've been developing on smartgwt 3.0 version using the nightlies. I just decided to try the 3.1d version and grabbed the 2012-07-16 nightly.
I have implemented all my data sources as static singletons and everything works properly with 3.0 version. Now with 3.1 version I'm getting
.. from about every data source in the application.
I got these with 3.0 version too when I really had an ID collide (accidentally set the same ID for two different data sources for example) but for some reason 3.1d reports these all the time ? Any idea why ?
--
Marko
I have an app I've been developing on smartgwt 3.0 version using the nightlies. I just decided to try the 3.1d version and grabbed the 2012-07-16 nightly.
I have implemented all my data sources as static singletons and everything works properly with 3.0 version. Now with 3.1 version I'm getting
Code:
ClassFactory.addGlobalID: ID:'Role' for object '[RestDataSource ID:Role]' collides with ID of existing object '[RestDataSource ID:Role]'. The global reference to this object will be replaced
I got these with 3.0 version too when I really had an ID collide (accidentally set the same ID for two different data sources for example) but for some reason 3.1d reports these all the time ? Any idea why ?
--
Marko
Comment