[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] Application context for a dynamic libary

I followed the directions for adding an object to the application context from the wiki:

http://wiki.eclipse.org/Adding_an_Object_to_the_Application_Context_for_the_Viewer_(BIRT)

in order to gather parameters for a database. Everything seems to work fine, unless I'm trying to load a report that uses a data set from a library. The data source in the library uses the default database values defined for anything that comes from the library (such as a master page), and then uses the database defined in the property binding for any elements defined in the report itself.

Is there a way to set things up so that the data source always uses the database defined in its property bindings, or some reason I've missed as to why its not applying them earlier?