Multi Database Application problems

I am having an issue with an application I am designing. I have one database that contains all the XPages because apparently scoped variables don’t work across databases. Let’s refer to this database as A.

I have two other database, one containing some documents that I want to edit, and one containing a view of information I want to show on the page used to edit the documents. So database B contains the documents and database C contains the view.

If I create a new document in B, the page shows the view from C just fine. However, if I try editing an existing document, the view from C displays with nothing in it. There is nothing in the view’s properties to restrict what it displays, and I have recreated the issue with a new database A and new XPages.

If B and C are the same database, it seems to work OK. The issue appears to be that the document is in B and the view is in C. And only when you are editing an existing document. All the databases have anonymous Editor access.

Subject: Bug: SPR #CJON82CVG9

This is a bug. SPR #CJON82CVG9