[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Porting from 2.4.4 to 4.2.1

medievalelks do-not-reply at jboss.com
Mon Dec 10 13:59:20 EST 2007


Sorry about the jcml not coming through...should look like this:

 <mbean code="org.jboss.jdbc.JdbcProvider" name="DefaultDomain:service=JdbcProvider">
  |      <attribute name="Drivers">com.inet.tds.TdsDriver</attribute>
  |   </mbean>
  | 
  | 
  |   <mbean code="org.jboss.jdbc.XADataSourceLoader" name="DefaultDomain:service=XADataSource,name=mydbPool">
  |    <attribute name="DataSourceClass">org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl</attribute>
  |    <attribute name="PoolName">mydb</attribute>
  |    <attribute name="URL">jdbc:inetdae:myserver:1433?database=mydb</attribute>
  |    <attribute name="JDBCUser">user</attribute>
  |    <attribute name="Password">pass</attribute>
  |    <attribute name="GCEnabled">false</attribute>
  |    <attribute name="InvalidateOnError">false</attribute>
  |    <attribute name="TimestampUsed">false</attribute>
  |    <attribute name="Blocking">true</attribute>
  |    <attribute name="GCInterval">120000</attribute>
  |    <attribute name="IdleTimeout">1800000</attribute>
  |    <attribute name="IdleTimeoutEnabled">false</attribute>
  |    <attribute name="LoggingEnabled">false</attribute>
  |    <attribute name="MaxIdleTimeoutPercent">1.0</attribute>
  |    <attribute name="MinSize">0</attribute>
  |    <attribute name="MaxSize">40</attribute>
  |   </mbean>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111734#4111734

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111734



More information about the jboss-user mailing list