[JBoss JIRA] (JBWS-4113) Wsprovide tool doesn't generate/keep class files on JDK9 or JDK10
by Alessio Soldano (JIRA)
[ https://issues.jboss.org/browse/JBWS-4113?page=com.atlassian.jira.plugin.... ]
Alessio Soldano updated JBWS-4113:
----------------------------------
Fix Version/s: jbossws-cxf-5.2.1.Final
> Wsprovide tool doesn't generate/keep class files on JDK9 or JDK10
> -----------------------------------------------------------------
>
> Key: JBWS-4113
> URL: https://issues.jboss.org/browse/JBWS-4113
> Project: JBoss Web Services
> Issue Type: Bug
> Components: jbossws-cxf
> Affects Versions: jbossws-cxf-5.1.2.Final
> Reporter: R Searls
> Assignee: R Searls
> Fix For: jbossws-cxf-5.2.1.Final
>
>
> CXFProviderImpl using apache's JavaToWS does not provide a means to provide a custom compiler implementation like CXFConsumerImpl using apache's WSDLToJava does.
> Changes are needed to CXFProviderImpl and code related to apache's JavaToWS to accept and use a custom compiler like WSDLToJava does.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
5 years, 1 month
[JBoss JIRA] (JBWS-4113) Wsprovide tool doesn't generate/keep class files on JDK9 or JDK10
by R Searls (JIRA)
R Searls created JBWS-4113:
------------------------------
Summary: Wsprovide tool doesn't generate/keep class files on JDK9 or JDK10
Key: JBWS-4113
URL: https://issues.jboss.org/browse/JBWS-4113
Project: JBoss Web Services
Issue Type: Bug
Components: jbossws-cxf
Affects Versions: jbossws-cxf-5.1.2.Final
Reporter: R Searls
Assignee: R Searls
CXFProviderImpl using apache's JavaToWS does not provide a means to provide a custom compiler implementation like CXFConsumerImpl using apache's WSDLToJava does.
Changes are needed to CXFProviderImpl and code related to apache's JavaToWS to accept and use a custom compiler like WSDLToJava does.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
5 years, 1 month
[JBoss JIRA] (JBWS-4112) 9 failures in the testsuite runs with security manager enabled on wfly-13
by R Searls (JIRA)
[ https://issues.jboss.org/browse/JBWS-4112?page=com.atlassian.jira.plugin.... ]
R Searls commented on JBWS-4112:
--------------------------------
It appears the debugger is interfering in some manner and causing the invoke method to be called with toString and thus causing the java.lang.NullPointerException. But null is still being returned for the proxy object.
> 9 failures in the testsuite runs with security manager enabled on wfly-13
> -------------------------------------------------------------------------
>
> Key: JBWS-4112
> URL: https://issues.jboss.org/browse/JBWS-4112
> Project: JBoss Web Services
> Issue Type: Bug
> Components: jbossws-cxf
> Affects Versions: jbossws-cxf-5.2.1.Final
> Reporter: R Searls
> Assignee: R Searls
>
> https://jbossws-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/jenkins/job/CXF-C...
> tests:
> org.jboss.test.ws.jaxws.cxf.jbws3713.ClientBusStrategyTestCase.testClientWithThreadBusStrategy org.jboss.test.ws.jaxws.cxf.jbws3713.ClientBusStrategyTestCase.testClientWithNewBusStrategy org.jboss.test.ws.jaxws.cxf.jbws3713.ClientBusStrategyTestCase.testClientWithTCCLBusStrategy org.jboss.test.ws.jaxws.samples.wsse.policy.jaspi.JaspiAuthenticationTestCase.testInContainerClientAuthModule org.jboss.test.ws.jaxws.jbws1666.JBWS1666TestCase.testClientUsingJBossModulesWithJBossWSClientAggregationModule
> org.jboss.test.ws.jaxws.jbws1666.JBWS1666TestCase.testClientUsingJBossModules
> org.jboss.test.ws.jaxws.samples.serviceref.ServiceRefTestCase.testApplicationClient
> org.jboss.test.ws.jaxws.samples.webserviceref.WebServiceRefTestCase.testApplicationClient
> org.jboss.test.ws.publish.EndpointPublishTestCase.testEndpointPublish
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
5 years, 1 month
[JBoss JIRA] (JBWS-4097) JAXB doesn't (un)marshall property with @XmlElementRef
by Radovan Netuka (JIRA)
[ https://issues.jboss.org/browse/JBWS-4097?page=com.atlassian.jira.plugin.... ]
Radovan Netuka commented on JBWS-4097:
--------------------------------------
Reproducer:
Upload WAR from /target on EAP 7.1 (optionally build the WAR from sources yourself). Into your browser, enter http://localhost:8080/wsservice/index.xhtml and click on the button.
Expected result:
text displays an array of numbers
Actual result:
text displays null (the web service itself returns no result)
Source code highlights:
See IndexBean for sending the web service request. Check TestWebServiceImpl for the web service itself.
> JAXB doesn't (un)marshall property with @XmlElementRef
> ------------------------------------------------------
>
> Key: JBWS-4097
> URL: https://issues.jboss.org/browse/JBWS-4097
> Project: JBoss Web Services
> Issue Type: Bug
> Components: jbossws-cxf
> Reporter: Viral Gohel
> Assignee: Radovan Netuka
> Fix For: jbossws-cxf-5.2.1.Final
>
> Attachments: Reproducer.zip
>
>
> The link, https://docs.oracle.com/cd/E19355-01/820-1072/ahiid/index.html it suggests that JAXBElement is required also if there are element nillable="true" and minOccurs="0" or if there are two global elements with the same named xsd:complexType.
> We always need a client to be regenerated using a jaxbBindings.xml with the option <jaxb:globalBindings generateElementProperty="false" />, the web service client is working.
> Some of the implementation except CXF, work without having the file, jaxbBindings.xml file. Is that an issue with jbossws-cxf ?
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
5 years, 1 month