We have client proxy code that we generated using axis2 v1.1. This code works
fine with jdk 1.5, however we have a need to upgrade to JDK 1.6. During this
process, we hit the following exception,
javax.xml.stream.FactoryConfigurationError: Provider
javax.xml.stream.XMLInputFactory could not be
[
https://issues.apache.org/jira/browse/AXIS2-5020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez updated AXIS2-5020:
Priority: Major (was: Blocker)
This seems to be a configuration issue on the client. Anyway, if at
[
https://issues.apache.org/jira/browse/AXIS2-4244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez resolved AXIS2-4244.
-
Resolution: Fixed
Fixed in the forthcoming Axis2 1.6.0 release
> NullPointerException in generat
Hi,
I created a webservice and enabled session management on both server
and client. It works FINE until I enable REST on the client by adding
the 3rd line of code in the serviceStub.java on the client side.
Session management stopped working.
// added session management
_serviceClient.getOption
Typo in exception message ('charactors' instead of 'characters')
Key: AXIS2-5046
URL: https://issues.apache.org/jira/browse/AXIS2-5046
Project: Axis2
Issue Type: Bug
[
https://issues.apache.org/jira/browse/AXIS2-5023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan updated AXIS2-5023:
Attachment: AXIS2-5023-Test.patch
The patch takes advantage of an existing test suite in jaxws-integration
module,
[
https://issues.apache.org/jira/browse/AXIS2-3916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034673#comment-13034673
]
Christoph Müller commented on AXIS2-3916:
-
We still see this issue with 1.5.4.
In
[
https://issues.apache.org/jira/browse/AXIS2-5039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan updated AXIS2-5039:
Attachment: AXIS2-5039.patch
Update the patch, and will provide a test case to demonstrate the issue.
> Override
[
https://issues.apache.org/jira/browse/AXIS2-5039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan updated AXIS2-5039:
Attachment: (was: AXIS2-5039.patch)
> Override the SOAPAction from the SOAPMessage MIME header if it is explici