Hallo,
I'm not sure I should ask this on the Axis users' list, but maybe someone can point me in the right direction.
We're considering using Axis2 as a WebService framework. The service we're creating will be accessed in REST style. After a little tweaking, the service endpoint is doing fine, however I'm running into the following error before the response is being sent back :
java.lang.NullPointerException
at java.io.Writer.<init>(Writer.java:70)
at java.io.OutputStreamWriter.<init>(OutputStreamWriter.java:79)
at org.apache.axiom.om.impl.MTOMXMLStreamWriter
.<init>(MTOMXMLStreamWriter.java:74)
[.. more ..]
This problem was fixed in the nightly builds under AXIS2-787, see http://www.mail-archive.com/[email protected]/msg17838.html
.
However, this company is not willing to make use of nightly builds. My question is thus, when will there be available a next release that contains this fix ?
Kind regards,
Heikki Doeleman
- [Axis2] Release planning for Axis2 ? heikki
- Re: [Axis2] Release planning for Axis2 ? Eran Chinthaka
