Hello!
I hope you can help me, unless there're some people in this forum who think I'm 
lazy and don't work to solve my own problems.
I'm trying to configure the connection pool with Oracle.
1.I uncomment the Pad attribute in jboss-servce.xml.
2.I put the jdbc drivers, that is, classes12.jar, in my default/lib folder.
3.Then, I create the /default/deploy/oracle-xa-ds.xml, which include


  <xa-datasource>
    <jndi-name>/jdbc/myoracle</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:@...</xa-datasource-property>
    <xa-datasource-property name="User">...</xa-datasource-property>
    <xa-datasource-property name="Password">...</xa-datasource-property>
    
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
        <no-tx-separate-pools/>
 </xa-datasource>

  
    <depends 
optional-attribute-name="TransactionManagerService">jboss:service=TransactionManager
  


But I keep having the following error... 

17:05:48,748 ERROR [MainDeployer] could not create deployment: 
file:/opt/jboss-4.0.0/server/default/deploy/oracle-xa-ds.xml
org.jboss.deployment.DeploymentException: No ClassLoaders found for: 
org.jboss.resource.adapter.jdbc.xa.oracle.OracleXAExceptionFormatter; - nested 
throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: 
org.jboss.resource.adapter.jdbc.xa.oracle.OracleXAExceptionFormatter)

I can imagine it's not able to find a jar... but I don't know wthat's more I 
have to configure.
I've followed the Startud guide and thst's all it says...

Would you mind helping me?


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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to