@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)
修改ä¸ÞZ¸åŒServerå,则è¿è¡Œæ£å¸¸ã€?br />
å…·ä½“åŽŸå› åQŒæŸ¥æ‰¾ä¸ã€‚。ã€?br />
====================
å…·ä½“åŽŸå› å·²ç»æŸ¥æ˜ŽåQŒå‚è§äº†WebLogic的官æ–ÒŽ–‡æ¡£ã€ŠProgramming WebLogic JTA Release 10.0》第35™åµï¼Œå…³äºŽè·¨Domain JTAäº‹åŠ¡çš„å±€é™æ˜qŽÍ¼š
The domains and all participating resources must have unique names. That is, you cannot
have a JDBC data source, a server, or a domain with the same name as an object in another
domain or the domain itself.

]]>