JacobGu
3 Sep 2010, 4:53 AM
The documentation for StoreMgr.register says that a Store's constructor will auto register with StoreMgr based on storeId, but that is not what is happening. The Store constructor is used the 'id' property rather than 'storeId'.
Resolution: Use storeId to register with StoreMgr rather than id property. Also add documentation directly into Store class that it supports storeId.
Resolution: Use storeId to register with StoreMgr rather than id property. Also add documentation directly into Store class that it supports storeId.