[jbossts-issues] [JBoss JIRA] (JBTM-1408) TXFramework tests error: Could not serialize object

Paul Robinson (JIRA) jira-events at lists.jboss.org
Wed Jan 2 09:00:10 EST 2013


    [ https://issues.jboss.org/browse/JBTM-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12743160#comment-12743160 ] 

Paul Robinson commented on JBTM-1408:
-------------------------------------

This is happening for all Narayana tests with JDK 6 and 7.

Pertinent error message in server logs: 

{code}
SoapFault: MustUnderstand headers: [{http://docs.oasis-open.org/ws-tx/wscoor/2006/06}CoordinationContext] are not understood
{code}

This means that there is no server side interceptor registered to handle the CoordinationContext header. Most likely the integration code for adding the handler programatically, no longer works with master of AS7.
                
> TXFramework tests error: Could not serialize object
> ---------------------------------------------------
>
>                 Key: JBTM-1408
>                 URL: https://issues.jboss.org/browse/JBTM-1408
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Testing, TXFramework
>    Affects Versions: 5.0.0.M1
>            Reporter: Amos Feng
>            Assignee: Paul Robinson
>            Priority: Critical
>             Fix For: 5.0.0.M2
>
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> Tests in error: 
>   testSimple(org.jboss.narayana.txframework.functional.ATBridgeTest): Could not serialize object: TestResult[status=FAILED,time=1212ms]
>   testClientDrivenRollback(org.jboss.narayana.txframework.functional.ATBridgeTest): Could not serialize object: TestResult[status=FAILED,time=331ms]
>   testSimple(org.jboss.narayana.txframework.functional.ATTest): Could not serialize object: TestResult[status=FAILED,time=1735ms]
>   testMultiInvoke(org.jboss.narayana.txframework.functional.ATTest): Could not serialize object: TestResult[status=FAILED,time=431ms]
>   testClientDrivenRollback(org.jboss.narayana.txframework.functional.ATTest)
>   testParticipantDrivenRollback(org.jboss.narayana.txframework.functional.ATTest): Unexpected exception, expected<com.arjuna.wst.TransactionRolledBackException> but was<java.lang.Exception>
>   testApplicationException(org.jboss.narayana.txframework.functional.ATTest)
>   testSimple(org.jboss.narayana.txframework.functional.BACoordinatorCompletionTest): Could not serialize object: TestResult[status=FAILED,time=1050ms]
>   testMultiInvoke(org.jboss.narayana.txframework.functional.BACoordinatorCompletionTest): Could not serialize object: TestResult[status=FAILED,time=449ms]
>   testClientDrivenCancel(org.jboss.narayana.txframework.functional.BACoordinatorCompletionTest)
>   testApplicationException(org.jboss.narayana.txframework.functional.BACoordinatorCompletionTest)
>   testCannotComplete(org.jboss.narayana.txframework.functional.BACoordinatorCompletionTest): Unexpected exception, expected<com.arjuna.wst.TransactionRolledBackException> but was<java.lang.Exception>
>   testAutoComplete(org.jboss.narayana.txframework.functional.BAParticipantCompletionTest): Could not serialize object: TestResult[status=FAILED,time=2534ms]
>   testManualComplete(org.jboss.narayana.txframework.functional.BAParticipantCompletionTest): Could not serialize object: TestResult[status=FAILED,time=501ms]
>   testMultiInvoke(org.jboss.narayana.txframework.functional.BAParticipantCompletionTest)
>   testClientDrivenCompensate(org.jboss.narayana.txframework.functional.BAParticipantCompletionTest)
>   testApplicationException(org.jboss.narayana.txframework.functional.BAParticipantCompletionTest)
>   testCannotComplete(org.jboss.narayana.txframework.functional.BAParticipantCompletionTest): Unexpected exception, expected<com.arjuna.wst.TransactionRolledBackException> but was<java.lang.RuntimeException>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list