Results 1 to 4 of 4
- 06-22-2007, 03:23 PM #1
Senior Member
- Join Date
- Jun 2007
- Posts
- 111
- Rep Power
- 0
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:
Java 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
- 07-05-2007, 08:04 PM #2
Senior Member
- Join Date
- Jun 2007
- Posts
- 114
- Rep Power
- 0
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:rolleyes:
- 07-18-2007, 02:54 PM #3
Member
- Join Date
- Jul 2007
- Posts
- 17
- Rep Power
- 0
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
- 05-16-2008, 11:17 AM #4
Member
- Join Date
- May 2008
- Posts
- 1
- Rep Power
- 0
Similar Threads
-
How DataSource Concept works in Spring Framework
By Java Tip in forum Java TipReplies: 0Last Post: 04-01-2008, 10:40 AM -
Datasource starts after web application
By anosh_nathaniel in forum XMLReplies: 0Last Post: 12-12-2007, 10:49 AM -
Datasource starts after web application
By anosh_nathaniel in forum XMLReplies: 0Last Post: 12-12-2007, 10:47 AM -
Cannot set DataSource for RowSet
By piterskiy in forum JDBCReplies: 0Last Post: 12-07-2007, 07:58 PM -
Datasource
By samson in forum JavaServer Pages (JSP) and JSTLReplies: 3Last Post: 04-02-2007, 11:06 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks