hi, all :
  Following is my oracle-ds.xml file : 

   <?xml version="1.0" encoding="UTF-8"?>
     
        <local-tx-datasource>
            <jndi-name>cluster</jndi-name>

            
<connection-url>jdbc:oracle:thin:@localhost:1521:timogen</connection-url>

            <driver-class>some error driver name</driver-class>

        <user-name>user</user-name>

        password
        

      <min-pool-size>5</min-pool-size>
                
        <max-pool-size>20</max-pool-size>

    </local-tx-datasource>



I think when jboss start , it should throw exception, but it actually not?
do anyone  know why? BTW , I use jboss4.00

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to