Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-22-2007, 04:23 PM
Senior Member
 
Join Date: Jun 2007
Posts: 111
Eric is on a distinguished road
Unable to get a XAConnection from the DataSource.
Hello, I have been working in an application EJB. I don't understand much of its operation, I made test case and worked, now I am doing the definitive one in a new application and a new server, when running in the new server I get this error:

Code:
Method createManagedConnctionWithMCWrapper caught an exception during creation of the ManagedConnection for resource jdbc/tray, throwing ResourceAllocationException. Original exception: com.ibm.ws.exception.WsException: DSRA8100E: Unable to get a XAConnection from the DataSource.

Eric
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-05-2007, 09:04 PM
Senior Member
 
Join Date: Jun 2007
Posts: 114
Albert is on a distinguished road
Check how the datasource are configured in the new servers

You can choose the type: XA or not. What I suppose is that they formed it so that it is XA and driver of jdbc of the data base does not support that, then throws the error to you. It tries to change that configuration.

Greetings.

Albert
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 07-18-2007, 03:54 PM
Member
 
Join Date: Jul 2007
Posts: 17
sathish_2111 is on a distinguished road
does your database driver support XA transaction....if your database driver is not supporting it trying to use the driver which suports XA transaction.....most of the database support XA but we need to use right drivers
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 05-16-2008, 12:17 PM
Member
 
Join Date: May 2008
Posts: 1
manish kumar is on a distinguished road
WSAD oracle 10G data sourse connection
I just started configuring my application with 10G . Please guide me with the procedures for that
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How DataSource Concept works in Spring Framework Java Tip Java Tips 0 04-01-2008 11:40 AM
Datasource starts after web application anosh_nathaniel XML 0 12-12-2007 11:49 AM
Datasource starts after web application anosh_nathaniel XML 0 12-12-2007 11:47 AM
Cannot set DataSource for RowSet piterskiy Database 0 12-07-2007 08:58 PM
Datasource samson JavaServer Pages (JSP) and JSTL 3 04-02-2007 12:06 PM


All times are GMT +3. The time now is 04:04 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org