Check docs/dtd/jboss-ds_1_0.dtd for the possible configurations.

For your specific question you want something like:

      <min-pool-size>10</min-pool-size>
      <max-pool-size>100</max-pool-size>

Regards,
Adrian

On Wed, 2004-01-07 at 12:48, Mridul Jain wrote:
> My file looks like this and works fine. But still I
> don't know how to specify MaxSize and MinSize,
> although I can see classes like
> XAOracleManageConnection in jboss-xa-jdbc.rar etc.
> 
> ------------------------------------------------------------------------------------
> <datasources>
>   <xa-datasource>
>     <jndi-name>XAOracleDS</jndi-name>
>    
> <track-connection-by-tx>true</track-connection-by-tx>
>    
> <isSameRM-override-value>false</isSameRM-override-value>
>    
> <xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
>     <xa-datasource-property
> name="URL">jdbc:oracle:thin:@192.168.1.12:1521:mridul</xa-datasource-property>
>     <xa-datasource-property
> name="User">scott</xa-datasource-property>
>     <xa-datasource-property
> name="Password">tiger</xa-datasource-property>
>     
>    
> <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
>   </xa-datasource>
> 
>   <mbean
> code="org.jboss.resource.adapter.jdbc.xa.oracle.OracleXAExceptionFormatter"
> 
>         
> name="jboss.jca:service=OracleXAExceptionFormatter">
>     <depends
> optional-attribute-name="TransactionManagerService">jboss:service=TransactionManager</depends>
>   </mbean>
>       
> </datasources>
> --------------------------------------------------------------------------------------------------------
> 
> MJ
> --- Cor Hofman <[EMAIL PROTECTED]> wrote:
> > Could you post your Oracle bit of your configuration
> > as an example?
> > I have to upgrade to 3.2.x fairly soon and also use
> > Oracle.
> > I would like to avoid making te same mistakes.
> 
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
> http://hotjobs.sweepstakes.yahoo.com/signingbonus
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
-- 
xxxxxxxxxxxxxxxxxxxxxxxx 
Adrian Brock
Director of Support
Back Office
JBoss Group, LLC 
xxxxxxxxxxxxxxxxxxxxxxxx 



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to