Namespace -- http://xmlns.oracle.com/bibeans
Group -- BI uiXML Elements
Type of element -- Definition
The biThinSession element must be the first BI uiXML element that you insert
in a page. The biThinSession element stores initialization information for the
following BI Beans objects: BISession
, PersistenceManager
,
Connection
, MetadataManager
, and QueryManager
.
id -- (Required) A unique identifier for the DataObject
that is defined by this element.
configuration -- (Required) Full path for the BI configuration file that contains the application settings.
stateful -- Indicates whether state information is to be stored for the BI Beans objects that are defined in this application.
The biThinSession element is a child of the page element. All other BI Beans uiXML definition elements are child elements of the biThinSession element.