You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florian Müller (JIRA)" <ji...@apache.org> on 2016/08/30 10:52:20 UTC

[jira] [Resolved] (CMIS-917) webservices binding client not working on java 8

     [ https://issues.apache.org/jira/browse/CMIS-917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Müller resolved CMIS-917.
---------------------------------
       Resolution: Fixed
    Fix Version/s: OpenCMIS 0.14.0

> webservices binding client not working on java 8
> ------------------------------------------------
>
>                 Key: CMIS-917
>                 URL: https://issues.apache.org/jira/browse/CMIS-917
>             Project: Chemistry
>          Issue Type: Bug
>          Components: opencmis-client
>    Affects Versions: OpenCMIS 0.13.0
>         Environment: java version "1.8.0_40"
> Java(TM) SE Runtime Environment (build 1.8.0_40-b25)
> Java HotSpot(TM) 64-Bit Server VM (build 25.40-b25, mixed mode)
>            Reporter: Michael Brackx
>            Assignee: Florian Müller
>             Fix For: OpenCMIS 0.14.0
>
>         Attachments: issue.diff
>
>
> The client is not working for the webservices binding on java 8.
> stacktrace:
> {noformat}
> java.lang.NoSuchMethodError: com.sun.xml.internal.ws.api.message.Message.getHeaders()Lcom/sun/xml/internal/ws/api/message/HeaderList;
> 	at org.apache.chemistry.opencmis.commons.impl.tube.client.JreWssMUTube.processResponse(JreWssMUTube.java:62)
> 	at com.sun.xml.internal.ws.api.pipe.Fiber.__doRun(Fiber.java:1132)
> 	at com.sun.xml.internal.ws.api.pipe.Fiber._doRun(Fiber.java:1035)
> 	at com.sun.xml.internal.ws.api.pipe.Fiber.doRun(Fiber.java:1004)
> 	at com.sun.xml.internal.ws.api.pipe.Fiber.runSync(Fiber.java:862)
> 	at com.sun.xml.internal.ws.client.Stub.process(Stub.java:448)
> 	at com.sun.xml.internal.ws.client.sei.SEIStub.doProcess(SEIStub.java:178)
> 	at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:93)
> 	at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:77)
> 	at com.sun.xml.internal.ws.client.sei.SEIStub.invoke(SEIStub.java:147)
> 	at com.sun.proxy.$Proxy38.getRepositories(Unknown Source)
> 	at org.apache.chemistry.opencmis.client.bindings.spi.webservices.RepositoryServiceImpl.getRepositoryInfos(RepositoryServiceImpl.java:76)
> 	at org.apache.chemistry.opencmis.client.bindings.impl.RepositoryServiceImpl.getRepositoryInfos(RepositoryServiceImpl.java:90)
> 	at org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl.getRepositories(SessionFactoryImpl.java:135)
> 	at org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl.getRepositories(SessionFactoryImpl.java:112)
> 	at org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.run(AbstractSessionTest.java:160)
> 	at org.apache.chemistry.opencmis.tck.impl.AbstractCmisTestGroup.run(AbstractCmisTestGroup.java:109)
> 	at org.apache.chemistry.opencmis.tck.runner.AbstractRunner.run(AbstractRunner.java:221)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)