CursorAdapter and XMLTable objects do not belong to the same data session. (Error 2125)

Occurs when a CursorAdapter object and an XMLTable are created in different data sessions.

  • Make sure that the CursorAdapter object and the XMLTable are created in the same data session before they are used together.