Search:

Type: Posts; User: nitin_verma; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    9
    Views
    2,066

    Hi, Commons Transaction does not support XA...

    Hi,

    Commons Transaction does not support XA transactions, afaik. You can use XADisk to perform the file operations inside the XA transaction. This same XA transaction can include other XA-enabled...
  2. Hi, You can combine the jms operations and...

    Hi,

    You can combine the jms operations and file operations inside a single XA transaction. As file-systems do not support XA, you can use XADisk to do file operations which would become part of...
  3. Hi, Using XA transactions you can combine...

    Hi,

    Using XA transactions you can combine operations across multiple resources in a single global transaction. This would guarantee that either all of the operations commit or none of them commit....
  4. Hi, Using XA transactions you can combine...

    Hi,

    Using XA transactions you can combine operations across multiple resources in a single global transaction. This would guarantee that either all of the operations commit or none of them commit....
  5. Use XA transactions alongwith XADisk.

    Hi,

    Using XA transactions you can combine operations across multiple resources in a single global transaction. This would guarantee that either all of the operations commit or none of them commit....
  6. Replies
    8
    Views
    1,031

    We can give it a try and probably help you out;...

    We can give it a try and probably help you out; can you please detail the problem at the xadisk google-group so that apart from me, others can also provide inputs.

    Thanks,
    Nitin
  7. Replies
    8
    Views
    1,031

    Hello, You may want to look at my post in this...

    Hello,

    You may want to look at my post in this thread for basic integration with XADisk:

    http://groups.google.com/group/xadisk/browse_thread/thread/6538ebd7f043ce47

    Thanks,
    Nitin
  8. Replies
    8
    Views
    1,031

    Can XADisk help?

    Hi,

    XADisk supports local and XA transactions over file-systems to allows applications to do file/directory operations inside transactions (local or XA transactions). It works over *all*...
  9. Hi, You would need XA transactions to combine...

    Hi,

    You would need XA transactions to combine the operations over database and file-system in the same transaction. Databases already support XA participation. For file-systems, you can use...
  10. Hi, Commons Transaction does not support XA...

    Hi,

    Commons Transaction does not support XA transactions, afaik. You can use XADisk to perform the file operations inside the XA transaction. This same XA transaction can include other XA-enabled...
  11. Replies
    19
    Views
    7,823

    Hello, XADisk (http://xadisk.java.net/) allows...

    Hello,

    XADisk allows file operations to participate inside XA transactions. So, once you configure your database's data-source for XA, the file operations (through XADisk) and database operations...
Results 1 to 11 of 11