BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType jdbc-data-source-factoryType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}jdbc-data-source-factoryType (extension)

Documentation
Corresponds to JDBCDataSourceFactoryMBean
Properties
This component is not nillable.

Model
<...>
(user-name?, password-encrypted?, url?, driver-class-name?, properties?, factory-name? )
</...>


Nested Element Summary
xs:stringdriver-class-name
          The full package name of JDBC driver class used to create the physical database connections in the connection pool. 
xs:stringfactory-name
          The name used in deployment descriptor files to reference this JDBC data source factory. 
xs:stringpassword-encrypted
          
xs:stringproperties
          
xs:stringurl
          The URL of the database to connect to. 
xs:stringuser-name
          The database account user name used in physical database connections. 
Source
<xs:complexType name="jdbc-data-source-factoryType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="user-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="password-encrypted" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="url" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="driver-class-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="properties" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="factory-name" nillable="true" type="xs:string">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation