BEA WebLogic Server 9.1 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType jdbc-storeType

{http://www.w3.org/2001/XMLSchema}anyType
  {http://www.bea.com/ns/weblogic/90/domain}configurationType
      {http://www.bea.com/ns/weblogic/90/domain}generic-jdbc-storeType
          {http://www.bea.com/ns/weblogic/90/domain}jdbc-storeType

Model
<...>
name?, notes?, prefix-name?, create-table-ddl-file?, data-source?, target?, connection-pool?, deletes-per-batch-maximum?, deployment-order?, logical-name?, inserts-per-batch-maximum?, xa-resource-name?, deletes-per-statement-maximum?
</...>
Prohibited substitutions (block)
none (extensions and restrictions are allowed)
Usage
Derived types: none
Components using this type: none
Documentation

Defines an instance of the persistent store that stores its persistent records in a JDBC-accessible database. It may be used by JMS and by other subsystems.

MBean: JDBCStoreMBean


Nested Element Summary
annonymous type derived from stringname optional
           
stringnotes optional
          

Optional information that you can include to describe this configuration.

 
stringprefix-name optional
           
stringcreate-table-ddl-file optional
           
stringdata-source optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
stringtarget optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
stringconnection-pool optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from intdeletes-per-batch-maximum optional
          

The maximum number of table rows that are deleted per database call.

 
annonymous type derived from intdeployment-order optional
          

A priority that the server uses to determine when it deploys an item.

 
stringlogical-name optional
          

The name used by subsystems to refer to different stores on different servers using the same name.

 
annonymous type derived from intinserts-per-batch-maximum optional
          

The maximum number of table rows that are inserted per database call.

 
stringxa-resource-name optional
          

Overrides the name of the XAResource that this store registers with JTA.

 
annonymous type derived from intdeletes-per-statement-maximum optional
          

The maximum number of table rows that are deleted per database call.

 

BEA WebLogic Server 9.1 Domain Configuration Schema Reference

Version: 9.1