We are using JBossManagedConnectionPool as MBean Service with following entries where 
I would also like to specify "exception-sorter-class-name" as 
"org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter". 

Question 1. How do I specify that ? There is no Setter/Getter method for 
ExceptionSorterClassName. 
Question 2. Where do I get the above exception sorter class ? 

    
       <depends optional-attribute-name="ManagedConnectionFactoryName"> 
            
               MYDS 
                
                    
                       <config-property name="ConnectionURL" 
type="java.lang.String">jdbc:oracle:thin:@::</config-property> 
                       <config-property name="DriverClass" 
type="java.lang.String">oracle.jdbc.driver.OracleDriver</config-property> 
                    
                
               <!--Below here are advanced properties --> 
               <!--hack--> 
               <depends 
optional-attribute-name="OldRarDeployment">jboss.jca:service=RARDeployment,name=JBoss 
LocalTransaction JDBC Wrapper 
            
        
       <depends optional-attribute-name="ManagedConnectionPool"> 
           <!--embedded mbean--> 
            
               1 
               10 
               5000 
               15 
               ByContainer 
            
        
       <depends 
optional-attribute-name="CachedConnectionManager">jboss.jca:service=CachedConnectionManager
 
       <depends 
optional-attribute-name="JaasSecurityManagerService">jboss.security:service=JaasSecurityManager
 
       <!-- java:/TransactionManager --> 
       <!--make the rar deploy! hack till better deployment--> 
       jboss.jca:service=RARDeployer 
    


<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826622#3826622";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826622>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to