Results 1 to 2 of 2

Thread: Weblogic JTA Error

  1. #1
    Join Date
    May 2007
    Posts
    5

    Default Weblogic JTA Error

    Hi,

    I am trying to invoke a Remote EJB from Spring.
    Both the data sources use XA drivers and Weblogic JTA

    I have the following line in my class that calls the ejb
    @Transactional(readOnly = false, propagation = Propagation.REQUIRED)


    When the transaction attibutes are Required on both sides,
    I get the following error

    javax.transaction.TransactionRolledbackException: Current server is the coordinator and transaction is not found. It was probably rolled back and forgotten already.
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(Respons eImpl.java:195)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(C lusterableRemoteRef.java:338)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(C lusterableRemoteRef.java:252)
    I need both the transaction attrbute to be required and need to use XA drivers. I have enabled domain trust on both the servers.

    Thanks!

  2. #2
    Join Date
    May 2007
    Posts
    5

    Default

    Hi,

    I got this resolved. Both the weblogic servers had the same name.
    Once i changed that it worked.

    Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •