I have a commandDataAdapter and a itemDataAdapter.

I am able to easily subscribe to my commandDataAdapter , but when I add the second level data adapter for my itemDataAdapter I am getting a lineNumber: 2619 columnNumber: 403: dataAdapter is not defined. On the Client Side.

However, in the server logs the itemDataAdapter is properly loaded, and is not showing any logging around a failed look-up on the server side.

Log Entry Line: Finished loading Data Adapter MyAppAdapterSet.itemDataAdapter

I have verified everything is subscribing off the name param set in the adapters.xml for the item data adapter.

I have simply wrapped GWT functions around the JS Subscribe setCommandSecondLevelDataAdapter/Fields.