svn commit: r656077 - /webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/llom/OMStAXWrapperTest.java

2008-05-13 Thread scheu
Author: scheu Date: Tue May 13 18:31:53 2008 New Revision: 656077 URL: http://svn.apache.org/viewvc?rev=656077&view=rev Log: Correcting assertion in OMStAXWrapperTest Modified: webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/llom/OMStAXWrapp

Re: Axiom Build Break! caused by svn revision 655996

2008-05-13 Thread R J Scheuerle Jr
Thanks dims. I tested this with a non-woodstox parser. Committing the correction now. Rich Scheuerle IBM Web Services Apache Axis2 ([EMAIL PROTECTED]) 512-838-5115 (IBM TL 678-5115) Davanum Srinivas

Axiom Build Break! caused by svn revision 655996

2008-05-13 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rich, SVN revision 655996 broke build on multiple JDK's. thanks, dims Running org.apache.axiom.om.impl.llom.OMStAXWrapperTest Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec <<< FAILURE! ~ ~ ~ ~ ~ ~

svn commit: r655996 - /webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/llom/OMStAXWrapperTest.java

2008-05-13 Thread scheu
Author: scheu Date: Tue May 13 13:27:00 2008 New Revision: 655996 URL: http://svn.apache.org/viewvc?rev=655996&view=rev Log: Quick Fix. Contributor:Rich Scheuerle When I contributed this test I did not realize that other XMLStreamReaders may interpret javax.xml.stream.isCoalescing differently. S

[jira] Resolved: (WSCOMMONS-344) OMStaXWrapper Does Not Support Optimized OMText as an XOP:Include

2008-05-13 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle resolved WSCOMMONS-344. -- Resolution: Fixed Committed Axis2/JAXWS enablement: 655959 > OMStaXWrapper Does Not

[jira] Commented: (WSCOMMONS-344) OMStaXWrapper Does Not Support Optimized OMText as an XOP:Include

2008-05-13 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596386#action_12596386 ] Rich Scheuerle commented on WSCOMMONS-344: -- Committed the Axiom portion of the

svn commit: r655845 - in /webservices/commons/trunk/modules/axiom/modules: axiom-api/src/main/java/org/apache/axiom/om/ axiom-api/src/main/java/org/apache/axiom/soap/impl/builder/ axiom-dom/src/main/j

2008-05-13 Thread scheu
Author: scheu Date: Tue May 13 05:56:37 2008 New Revision: 655845 URL: http://svn.apache.org/viewvc?rev=655845&view=rev Log: WSCOMMONS-344 Contributor:Rich Scheuerle Discovered By: Huiran Wang The OMStAXWrapper code is upgraded to support the delivery of MTOM attachments as XOP:Include elements.

Re: [jira] Created: (WSCOMMONS-342) Incorrect class for complex types with more then one same named elements

2008-05-13 Thread Krystian Szczesny
Hi, Have you looked at this issue? I am wondering whether this is something you wanted to have or a bug? I guess checking if a name already exists or not was not removed just like that? If this change was made on purpose then is there any way I can change it back in my local sources? Any pointe