• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Class Cast Exception for MS-SQL Server Driver

 
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Gosh, I hope someone will answer this. I've research all over the net for answers and had no success on uncovering an answer.

The issue is I have a J2EE project deploying to a JBoss server (4.0.5). I've got the server configured as per the install program for JBoss. Howerver, starting the server produces the below error:




I have setup the data correctly as far as I can tell:

-ds.xml




jboss-web.xml





web.xml



When I go looking at the datasource within the jmx-console, I see this






Can someone help me, please?

Thanks for taking the time to read my post.

Russ
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't think the class that you've specified in the datasource file is the right one for an XA(distributed) datasource. It also looks like the old 2000 driver. Watch out for connection leaks.

Try something like:


[ November 21, 2006: Message edited by: graham king ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic