Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> OracleJDBC/XA question
Hello,
While using the Oracle (Java)XA interfaces, I came across this situation-
Operation (4) fails with the error - java.sql.SQLException: Not in a transaction. Now my question is - since I've already demarcated the transactional boundaries with the start and end calls on the XAresource, why cannot I perform any other operations outside the transaction even if I've not committed the tx? The JTA spec says these two calls are supposed to do just that. Is it an Oracle specific problem or am I missing a point here?
Thanks in advance
~spiderbug~
Received on Thu Oct 21 2004 - 12:43:11 CDT