svn commit: r723984 - in /webservices/commons/trunk/modules/transport/modules/base/src/main/java/org/apache/axis2/transport/base/streams: ReaderInputStream.java WriterOutputStream.java

2008-12-06 Thread veithen
Author: veithen Date: Sat Dec 6 06:08:32 2008 New Revision: 723984 URL: http://svn.apache.org/viewvc?rev=723984&view=rev Log: Added a note. Modified: webservices/commons/trunk/modules/transport/modules/base/src/main/java/org/apache/axis2/transport/base/streams/ReaderInputStream.java we

svn commit: r724000 - in /webservices/commons/trunk/modules/axiom/modules: axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/util/ axiom-tests/src/test/java/org/apache/axiom/om/impl/llom/util/

2008-12-06 Thread veithen
Author: veithen Date: Sat Dec 6 07:34:41 2008 New Revision: 724000 URL: http://svn.apache.org/viewvc?rev=724000&view=rev Log: WSCOMMONS-345: Fixed an issue in AXIOMUtil.stringToOM(String) when the XML fragment contains non ASCII characters and the platform default charset encoding is not UTF-8.

[jira] Resolved: (WSCOMMONS-345) AXIOMUtil.stringToOM doesn't work properly

2008-12-06 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved WSCOMMONS-345. --- Resolution: Fixed > AXIOMUtil.stringToOM doesn't work properly > -

svn commit: r724004 - in /webservices/commons/trunk/modules/axiom/modules: axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/OMStAXWrapper.java axiom-tests/src/test/java/org/apache/axiom/om/impl/

2008-12-06 Thread veithen
Author: veithen Date: Sat Dec 6 08:26:08 2008 New Revision: 724004 URL: http://svn.apache.org/viewvc?rev=724004&view=rev Log: WSCOMMONS-393: Fixed the getText* methods to make sure that the behavior is consistent, namely that getText() and getTextCharacters() return the same data. In particular

[jira] Commented: (WSCOMMONS-393) Error using AxiomSoapMessageFactory with comments in request

2008-12-06 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654125#action_12654125 ] Andreas Veithen commented on WSCOMMONS-393: --- Fixed in trunk. Can you retest wi

svn commit: r724005 - /webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/Attachments.java

2008-12-06 Thread veithen
Author: veithen Date: Sat Dec 6 08:41:02 2008 New Revision: 724005 URL: http://svn.apache.org/viewvc?rev=724005&view=rev Log: WSCOMMONS-386: Throw an exception if the "boundary" parameter is not found. Indeed, it makes no sense to let the MIME parser look for "--null". Modified: webservice

[jira] Commented: (WSCOMMONS-386) Exception thrown is not descriptive, if content-type missing boundary parameter

2008-12-06 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654129#action_12654129 ] Andreas Veithen commented on WSCOMMONS-386: --- Fixed in trunk. > Exception thro

svn commit: r724021 - /webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/soap/SOAPMessageTest.java

2008-12-06 Thread veithen
Author: veithen Date: Sat Dec 6 10:16:53 2008 New Revision: 724021 URL: http://svn.apache.org/viewvc?rev=724021&view=rev Log: SOAPMessageTest: Don't intercept exceptions in the test case. That way we will get a more meaningful message if the test fails. Modified: webservices/commons/trunk/

svn commit: r724027 - /webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/factory/OMDOMFactory.java

2008-12-06 Thread veithen
Author: veithen Date: Sat Dec 6 10:46:11 2008 New Revision: 724027 URL: http://svn.apache.org/viewvc?rev=724027&view=rev Log: OMDOMFactory: Support creating a text node as a child of a Document node. This should be allowed (at least if the text node contains whitespace only), but the code made

svn commit: r724029 - in /webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom: om/impl/builder/StAXOMBuilder.java soap/impl/builder/StAXSOAPModelBuilder.java

2008-12-06 Thread veithen
Author: veithen Date: Sat Dec 6 11:12:28 2008 New Revision: 724029 URL: http://svn.apache.org/viewvc?rev=724029&view=rev Log: * StAXOMBuilder didn't update lastNode after constructing a comment node. Under some circumstances, this caused the comment node to be discarded (as described in WSCOMMO

[jira] Commented: (WSCOMMONS-115) Problem in serialization when comments presents

2008-12-06 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654141#action_12654141 ] Andreas Veithen commented on WSCOMMONS-115: --- Fixed in trunk. > Problem in ser

[jira] Commented: (WSCOMMONS-271) OMAbstractFactory should use thread context classloader rather than Class.forName(omFactory)

2008-12-06 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654143#action_12654143 ] Andreas Veithen commented on WSCOMMONS-271: --- If we implemented this, we could

svn commit: r724042 - in /webservices/commons/trunk/modules/axiom/modules: axiom-api/src/main/java/org/apache/axiom/om/util/TextHelper.java axiom-tests/src/test/java/org/apache/axiom/om/util/TextHelpe

2008-12-06 Thread veithen
Author: veithen Date: Sat Dec 6 13:35:56 2008 New Revision: 724042 URL: http://svn.apache.org/viewvc?rev=724042&view=rev Log: Fixed multiple issues in TextHelper#toStringBuffer(InputStream, StringBuffer): * Added a comment explaining why the byte buffer has length 1023. * Changed the code so that

[jira] Commented: (WSCOMMONS-101) axiom base64 encoding is incorrect

2008-12-06 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654148#action_12654148 ] Andreas Veithen commented on WSCOMMONS-101: --- Fixed in trunk. > axiom base64 e

[jira] Commented: (WSCOMMONS-237) Can't retrieve children from OMDocument

2008-12-06 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654150#action_12654150 ] Andreas Veithen commented on WSCOMMONS-237: --- The first problem (with the comme

svn commit: r724045 - /webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/impl/builder/StAXOMBuilder.java

2008-12-06 Thread veithen
Author: veithen Date: Sat Dec 6 14:21:02 2008 New Revision: 724045 URL: http://svn.apache.org/viewvc?rev=724045&view=rev Log: WSCOMMONS-237: In StAXOMBuilder, set lastNode correctly after creation of a PI node. Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/ja

[jira] Commented: (WSCOMMONS-237) Can't retrieve children from OMDocument

2008-12-06 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654152#action_12654152 ] Andreas Veithen commented on WSCOMMONS-237: --- Fixed in trunk. > Can't retrieve

svn commit: r724046 - /webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/DocumentImpl.java

2008-12-06 Thread veithen
Author: veithen Date: Sat Dec 6 14:34:40 2008 New Revision: 724046 URL: http://svn.apache.org/viewvc?rev=724046&view=rev Log: WSCOMMONS-254: DocumentImpl#getOMDocumentElement() made the incorrect assumption that only an element can be the first child of a Document. This is incorrect. There can

[jira] Commented: (WSCOMMONS-254) AXIOM DOM based implementation fails to parse documents that start with xml comment.

2008-12-06 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654155#action_12654155 ] Andreas Veithen commented on WSCOMMONS-254: --- Fixed in trunk. > AXIOM DOM base

Re: Time for Axiom 1.2.8 release?

2008-12-06 Thread Andreas Veithen
There are currently 57 open issues for Axiom. I think we should be able to review them all and fix those that are critical or that can easily be fixed. I've done a first iteration and the following issues can be marked as resolved now: WSCOMMONS-100: Duplicate of WSCOMMONS-245, which has been fixe

svn commit: r724052 - /webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml

2008-12-06 Thread veithen
Author: veithen Date: Sat Dec 6 15:20:28 2008 New Revision: 724052 URL: http://svn.apache.org/viewvc?rev=724052&view=rev Log: Some of the Axiom tests use AWT, so set the java.awt.headless system property to true. This prevents Mac OS X from showing an icon in the dock during the test run and sh

Re: Daniel Kulp as ws committer

2008-12-06 Thread Thilina Gunarathne
+1thanks, Thilina On Thu, Dec 4, 2008 at 2:37 PM, Sanka Samaranayake <[EMAIL PROTECTED]> wrote: > +1 > > Sanka > > On Thu, Dec 4, 2008 at 6:29 PM, Davanum Srinivas <[EMAIL PROTECTED]> > wrote: > > > Folks, > > > > Can we please add Daniel as a committer. He's flooding the bug queue!! > > > > than

Re: VOTE: Release XmlSchema 1.4.3

2008-12-06 Thread Thilina Gunarathne
+1Wow. That's a lot of files... thanks, Thilina On Fri, Dec 5, 2008 at 8:32 PM, Benson Margulies <[EMAIL PROTECTED]>wrote: > I knew I'd forgotten something. > > Here's my +1. Not PMC, so not binding, right? > > > On Fri, Dec 5, 2008 at 9:21 PM, Davanum Srinivas <[EMAIL PROTECTED]> > wrote: > >