[jboss-jira] [JBoss JIRA] (WFLY-7746) Upgrade to a version of Infinispan that depends on JBoss Marshalling 2.0.0.Beta3

Farah Juma (JIRA) issues at jboss.org
Wed Dec 7 11:54:00 EST 2016


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

Farah Juma commented on WFLY-7746:
----------------------------------

[~pferraro] The tests in ClusteredSingleSignOnTestCase fail with the following error:

{code}
java.lang.AssertionError: Should see HTTP_MOVED_TEMP. Got 200
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.jboss.as.test.integration.web.sso.SSOTestBase.executeFormLogin(SSOTestBase.java:257)
	at org.jboss.as.test.integration.web.sso.SSOTestBase.executeFormAuthSSOTimeoutTest(SSOTestBase.java:190)
	at org.jboss.as.test.clustering.cluster.sso.ClusteredSingleSignOnTestCase.testSessionTimeoutDestroysSSO(ClusteredSingleSignOnTestCase.java:148)
{code}

The test output file shows the following issue that occurs during un-marshalling (I've also attached the full test output):

{code}
[11:42:08,249] WARN  [org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher] (thread-19,ee,node-1) IS
PN000220: Problems un-marshalling remote command from byte buffer: java.lang.AbstractMethodError: org.infinispan.commons.marsh
all.jboss.JBossExternalizerAdapter.createExternal(Ljava/lang/Class;Ljava/io/ObjectInput;)Ljava/lang/Object;
{code}

Note that we'll need a fix for these tests for WildFly 11 since the JBoss Marshalling upgrade is part of the Elytron-related integration work.

> Upgrade to a version of Infinispan that depends on JBoss Marshalling 2.0.0.Beta3
> --------------------------------------------------------------------------------
>
>                 Key: WFLY-7746
>                 URL: https://issues.jboss.org/browse/WFLY-7746
>             Project: WildFly
>          Issue Type: Component Upgrade
>          Components: Clustering
>            Reporter: Farah Juma
>            Assignee: Paul Ferraro
>         Attachments: org.jboss.as.test.clustering.cluster.sso.ClusteredSingleSignOnTestCase-SYNC-tcp-output.txt
>
>
> As part of the wildfly-naming-client integration work, we need to upgrade to JBoss Marshalling 2.0.0.Beta3 (see WFCORE-2044 and WFLY-7675). This upgrade currently results in testsuite failures in {{org.jboss.as.test.clustering.cluster.sso.ClusteredSingleSignOnTestCase}} since Infinispan is still on JBoss Marshalling 1.4.x.
> ISPN-3391 was created a while back to upgrade Infinispan to JBoss Marshalling 2.0.0 but it seems this issue was waiting on a JBoss Marshalling release that adds back some classes that had previously been removed. JBoss Marshalling 2.0.0.Beta3 contains these classes so it should be possible now to upgrade Infinispan to this new version.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list