TODO - better description
-------------------------
Key: JBWS-3008
URL: https://jira.jboss.org/jira/browse/JBWS-3008
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jbossws-native
Reporter: Richard Opalka
Assignee: Richard Opalka
Fix For: jbossws-native-3.3.0
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
The JAXB build deployed with JBoss EAB 4.3 CP 07 throws a marshalling exception
--------------------------------------------------------------------------------
Key: JBWS-3012
URL: https://jira.jboss.org/jira/browse/JBWS-3012
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jbossws-native
Environment: JBoss EAP 4.3 CP07
Reporter: Tim Walsh
https://enterprise.redhat.com/issue-tracker/?module=issues&action=view&ti...
After upgrading from CP03 to CP07 we now get the following errors on our production environment concerning JBossWS:
Caused by: javax.xml.bind.UnmarshalException: unrecognized type name: debitCardSO. Did you mean {http://service.dienstcontract.services.snsbank.nl/}debitCardSO?
at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.handleEvent(UnmarshallingContext.java:603)
at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportError(Loader.java:244)
at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportError(Loader.java:239)
The relevant input message part for this exception is:
<env:Body wsu:Id='element-17722-1268323678541-1923510807' xmlns:wsu='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utilit...'>
<ns1:geefPaslimietenResponse xmlns:ns1='http://service.dienstcontract.services.snsbank.nl/' xmlns:ns2='http://service.dienstcontract.services.snsbank.nl/'>
<return>
<pas xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:type='debitCardSO'>
<rekeningnummer>280102755</rekeningnummer>
The <pas> element (card in dutch) has the complexType "pasSO" which is not abstract and used for most types of cards. For debit cards the "debitCardSO" type is used which extends "pasSO".
It look like the xsi:type specifies the correct schema type, but misses a namespace prefix which causes the UnmarshalException. It seems to me that the correct attribute would be: xsi:type='ns1:debitCardSO'.
This problem did not occur on platforms with CP03, but was introduced after upgrading to CP04 and CP07. It is blocking for our next release of services, so could you please supply an estimated resolution time so we can adjust our release planning accordingly?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Switch to Netty 3.2.0.BETA1
---------------------------
Key: JBWS-2979
URL: https://jira.jboss.org/jira/browse/JBWS-2979
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jbossws-integration
Affects Versions: jbossws-native-3.3.0.CR1, jbossws-metro-3.3.0.CR1, jbossws-cxf-3.3.0.CR1
Reporter: Richard Opalka
Assignee: Richard Opalka
Fix For: jbossws-native-3.3.0, jbossws-metro-3.3.0, jbossws-cxf-3.3.0
AS trunk uses it
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
webservice.xml overrides not working with jaxws
-----------------------------------------------
Key: JBWS-2999
URL: https://jira.jboss.org/jira/browse/JBWS-2999
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jbossws-cxf
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: jbossws-cxf-3.3.0
Currently the optional overrides from webservices.xml are not considered and CXF of course just looks at the annotations when building up a service. We should probably scan the webservices.xml in the DescriptorDeploymentAspect and use the obtained info when generating the jboss-cxf.xml.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
service-ref mtom configuration through deployment descriptor not working
------------------------------------------------------------------------
Key: JBWS-2997
URL: https://jira.jboss.org/jira/browse/JBWS-2997
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jbossws-cxf
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: jbossws-cxf-3.3.0
The port-component-ref element can have enable-mtom element so that the injected service ref is preconfigured for using MTOM. Currently this is not considered.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Fix maven [WARNING] Using platform encoding ... build is platform dependent!
-----------------------------------------------------------------------------
Key: JBWS-3003
URL: https://jira.jboss.org/jira/browse/JBWS-3003
Project: JBoss Web Services
Issue Type: Task
Security Level: Public (Everyone can see)
Components: jbossws-cxf, jbossws-integration, jbossws-metro, jbossws-native
Reporter: Richard Opalka
Assignee: Richard Opalka
Fix For: jbossws-native-3.3.0, jbossws-metro-3.3.0, jbossws-cxf-3.3.0
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
service-ref mtom configuration through deployment descriptor not working
--------------------------------------------------------------------------
Key: JBWS-2998
URL: https://jira.jboss.org/jira/browse/JBWS-2998
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jbossws-metro
Reporter: Alessio Soldano
Fix For: community contributions
The same as JBWS-2997 but for Metro based stack
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Implement handler chains override through webservices.xml
---------------------------------------------------------
Key: JBWS-3000
URL: https://jira.jboss.org/jira/browse/JBWS-3000
Project: JBoss Web Services
Issue Type: Task
Security Level: Public (Everyone can see)
Components: jbossws-cxf
Affects Versions: jbossws-cxf-3.3.0
Reporter: Alessio Soldano
Fix For: jbossws-cxf-4.0
The handler chains section is still todo in org.jboss.wsf.stack.cxf.metadata.MetadataBuilder::processWSDDContribution
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
TODO - better description
-------------------------
Key: JBWS-2991
URL: https://jira.jboss.org/jira/browse/JBWS-2991
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jbossws-native
Reporter: Richard Opalka
Assignee: Richard Opalka
Fix For: jbossws-native-3.3.0
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira