打印本文 打印本文 关闭窗口 关闭窗口
Jboss3.0-Tomcat4.03的数据库的配置(以Oracle为例)
作者:武汉SEO闵涛  文章来源:敏韬网  点击数4546  更新时间:2009/4/22 22:08:18  文章录入:mintao  责任编辑:mintao
 

        <attribute name="JndiName">DefaultDS</attribute>

        <attribute name="ManagedConnectionFactoryProperties">

          <properties>

            <config-property name="ConnectionURL" type="java.lang.String">jdbc:hsqldb:hsql://localhost:1476</config-property>

            <config-property name="DriverClass" type="java.lang.String">org.hsqldb.jdbcDriver</config-property>

            <config-property name="UserName" type="java.lang.String">sa</config-property>

            <config-property name="Password" type="java.lang.String"></config-property>

          </properties>

        </attribute>

 

<!--Below here are advanced properties -->

        <!--hack-->

        <depends optional-attribute-name="OldRarDeployment">jboss.jca:service=RARDeployment,name=JBoss LocalTransaction JDBC Wrapper</depends>

        <depends>jboss:service=Hypersonic</depends>

 

      </mbean>

    </depends>

    <depends optional-attribute-name="ManagedConnectionPool">

      <!--embedded mbean-->

      <mbean code="org.jboss.resource.connectionmanager.JBossManagedConnectionPool" name="jboss.jca:service=LocalTxPool,name=hsqldbDS">

 

        <attribute name="MinSize">0</attribute>

        <attribute name="MaxSize">50</attribute>

        <attribute name="BlockingTimeoutMillis">5000</attribute>

        <attribute name="IdleTimeoutMinutes">15</attribute>

        <!--criteria indicates if Subject (from security domain) or app supplied

            parameters (such as from getConnection(user, pw)) are used to distinguish

            connections in the pool. Choices are

            ByContainerAndApplication (use both),

            ByContainer (use Subject),

            ByApplication (use app supplied params only),

            ByNothing (all connections are equivalent, usually if adapter supports

              reauthentication)-->

        <attribute name="Criteria">ByContainer</attribute>

      </mbean>

    </depends>

    <depends optional-attribute-name="CachedConnectionManager">jboss.jca:service=CachedConnectionManager</depends>

 

    <depends optional-attribute-name="JaasSecurityManagerService">jboss.security:service=JaasSecurityManager</depends>

 

    <attribute name="TransactionManager">java:/TransactionManager</attribute>

 

    <!--make the rar deploy! hack till better deployment-->

    <depends>jboss.jca:service=RARDeployer</depends>

 

  </mbean>

 

 

  <!-- Moved to end to test anonymous depends -->

 

  <mbean code="org.jboss.jdbc.HypersonicDatabase"

 name="jboss:service=Hypersonic">

    <attribute name="Port">1476</attribute>

    <attribute name="Si

上一页  [1] [2] [3] [4] [5] [6]  下一页

打印本文 打印本文 关闭窗口 关闭窗口