[
https://issues.apache.org/jira/browse/CMIS-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16039398#comment-16039398
]
Irfan commented on CMIS-1034:
-----------------------------
That didn't help. I have also tried adding that argument at the server JVM
level based on this article
https://www.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/twbs_thirdparty.html.
Here is the snippet of my pom
{code:xml}
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
<manifestEntries>
<Implementation-Build-Tag>${BUILD_TAG}</Implementation-Build-Tag>
<Implementation-Revision>${SVN_REVISION}</Implementation-Revision>
<Build-Number>${BUILD_NUMBER}</Build-Number>
<DisableIBMJAXWSEngine>true</DisableIBMJAXWSEngine>
<LegacyWebmethod>true</LegacyWebmethod>
</manifestEntries>
</archive>
</configuration>
{code}
> Error when trying to deploy CMIS server in Websphere 8.5
> --------------------------------------------------------
>
> Key: CMIS-1034
> URL: https://issues.apache.org/jira/browse/CMIS-1034
> Project: Chemistry
> Issue Type: Bug
> Components: opencmis-server
> Affects Versions: OpenCMIS 1.1.0
> Environment: Websphere 8.5/IBM JRE 7
> Reporter: Irfan
>
> When trying to deploy a CMIS server in Websphere 8.5 server multiple errors
> are thrown
> com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0271E: Uncaught
> init() exception created by servlet [cmisws10] in application
> [icmp-fedecm-1_1_1-SNAPSHOT_war]: javax.xml.ws.WebServiceException:
> Validation error: WebMethod annotations cannot exist on implentation when
> WebService.endpointInterface is set. Implementation class:
> org.apache.chemistry.opencmis.server.impl.webservices.RepositoryService10
> com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0271E: Uncaught
> init() exception created by servlet [cmisws11] in application
> [icmp-fedecm-1_1_1-SNAPSHOT_war]: java.lang.UnsupportedOperationException:
> Endpoint publish not allowed in managed environment
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)