Alessio Soldano created JBWS-3452:
-------------------------------------
Summary: Do not log appclient boot messages to console
Key: JBWS-3452
URL: https://issues.jboss.org/browse/JBWS-3452
Project: JBoss Web Services
Issue Type: Task
Security Level: Public (Everyone can see)
Components: jbossws-cxf, jbossws-native
Reporter: Alessio Soldano
Assignee: Richard Opalka
Fix For:…
[View More] jbossws-native-4.1, jbossws-cxf-4.1
... use existing test.log file for that (IOW treat those messages as any other client testsuite logs)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Alessio Soldano created JBWS-3451:
-------------------------------------
Summary: Move modified appclient.xml conf for WS tests to appclient-ws.xml
Key: JBWS-3451
URL: https://issues.jboss.org/browse/JBWS-3451
Project: JBoss Web Services
Issue Type: Task
Security Level: Public (Everyone can see)
Components: jbossws-cxf, jbossws-integration, jbossws-native
Reporter: Alessio Soldano
…
[View More]Assignee: Richard Opalka
Fix For: jbossws-native-4.1, jbossws-cxf-4.1
... and use a custom sh/bat script for loading the configuration in it (appclient-ws.xml) when running from the jbossws testsuite.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Verify dependencies on outstanding Metro issues
-----------------------------------------------
Key: JBWS-2302
URL: https://jira.jboss.org/jira/browse/JBWS-2302
Project: JBoss Web Services
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Alessio Soldano
Fix For: jbossws-metro-3.0.4
Before releasing we should check if some of the Metro issue we created have been solved, so that the …
[View More]corresponding JBossWS issue can be solved.
--
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
[View Less]
Alessio Soldano created JBWS-3439:
-------------------------------------
Summary: Upgrade to Apache WSS4J 1.6.5 and Santuario 1.5
Key: JBWS-3439
URL: https://issues.jboss.org/browse/JBWS-3439
Project: JBoss Web Services
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: jbossws-cxf
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: …
[View More]jbossws-cxf-4.0.2
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Richard Opalka created JBWS-3444:
------------------------------------
Summary: Review and enable appclient tests
Key: JBWS-3444
URL: https://issues.jboss.org/browse/JBWS-3444
Project: JBoss Web Services
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: jbossws-cxf, jbossws-integration, jbossws-native
Reporter: Richard Opalka
Assignee: Richard Opalka
…
[View More] Fix For: jbossws-cxf-4.0.2, jbossws-native-4.0.2
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
IllegalArgumentException: Illegal null argument:ns - Raised initialising Service referencing a WSDL which imports a xsd with no namespace
-----------------------------------------------------------------------------------------------------------------------------------------
Key: JBWS-2930
URL: https://jira.jboss.org/jira/browse/JBWS-2930
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
…
[View More] Components: jbossws-native
Affects Versions: jbossws-native-3.2.2
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: jbossws-native-3.3.0
The following exception is thrown when a Service is initialised using a WSDL that imports a schema with no namespace: -
java.lang.IllegalArgumentException: Illegal null argument:ns
at org.jboss.ws.metadata.wsdl.xmlschema.JBossXSModel.createNamespaceItemIfNotExistent(JBossXSModel.java:511)
at org.jboss.ws.metadata.wsdl.xmlschema.JBossXSModel.addXSElementDeclaration(JBossXSModel.java:351)
at org.jboss.ws.metadata.wsdl.xmlschema.WSSchemaUtils.copyXSModel(WSSchemaUtils.java:707)
at org.jboss.ws.tools.JavaToXSD.parseSchema(JavaToXSD.java:202)
--
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
[View Less]
SOAPElementImpl.getElementsByTagName does not return correct results.
---------------------------------------------------------------------
Key: JBWS-3055
URL: https://jira.jboss.org/browse/JBWS-3055
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jbossws-native
Affects Versions: jbossws-native-3.1.2
Environment: jbossws version: JBossWS-native 3.1.2.SP3_CP01
…
[View More] Reporter: Marek Baluch
If SOAPElementImpl.getElementsByTagName(String str) method is called on an element which has a child element with a tag name <ns4:RequestedSecurityToken>...</ns4:RequestedSecurityToken> and the input parameter is only the name without namespace ("RequestedSecurityToken") then the element will not be found.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
wsprovide tool does not check the annotation and method signature
-----------------------------------------------------------------
Key: JBWS-2843
URL: https://jira.jboss.org/jira/browse/JBWS-2843
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jbossws-native
Reporter: Jim Ma
wsprovide tool will generate wrong wsdl for this wrong jaxws annotated add method (…
[View More]the parameter style should be wrapped:
@SOAPBinding(parameterStyle = ParameterStyle.BARE)
public class Test {
@WebMethod
public int add(int a, int b)
{
return(a + b);
}
We should validate this method and it's annotation before generate wsdl .
--
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
[View Less]