what a great help! thanks a lot.

I then checked the jar file on my system:
#zipinfo jboss-common-jdbc-wrapper.jar | grep vendor
I got 
-rw----     2.0 fat     4063 bl defN  2-May-05 20:24 
org/jboss/resource/adapter/jdbc/vendor/OracleXAExceptionFormatter.class
  | 

So,  if next time i get similar error, I think I can fix it myself.

"raygardner" wrote : I see this issue was first posted months ago, so, not sure 
this will still help you.  Maybe my post will help somebody else though.  
(Better late than never.)
  | 
  | I too had the same exception as pointed out.  I too followed the Getting 
Started guide, but, it needs to be corrected.  It states to create a oracle 
deployment descriptor, oracle-xa-ds.xml, with the following MBean:
  | 
  | 
  |   | <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>
  |   | 
  | 
  | But the path to the OracleXAExceptionFormatter class is incorrect.  It 
should be:
  | 
  | org.jboss.resource.adapter.jdbc.vendor.OracleXAExceptionFormatter
  | 
  | Once I made this change it immediately re-deployed and it was successful.

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

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


-------------------------------------------------------
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
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to