[jira] Resolved: (WSCOMMONS-255) AXIOM DOM based org.w3c.dom.Element.getElementsByTagName and getElementsByTagNameNS do not funcion according to spec

2008-12-14 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved WSCOMMONS-255. --- Resolution: Fixed Fix Version/s: Axiom 1.2.8 This should now be fixed in tr

svn commit: r726587 - in /webservices/commons/trunk/modules/axiom/modules: axiom-api/src/main/java/org/apache/axiom/om/impl/traverse/ axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/ axiom-tests/

2008-12-14 Thread veithen
Author: veithen Date: Sun Dec 14 16:32:37 2008 New Revision: 726587 URL: http://svn.apache.org/viewvc?rev=726587&view=rev Log: Fixed multiple bugs in ElementImpl#getElementsByTagName and ElementImpl#getElementsByTagNameNS, in particular the fact that they only considered direct children, not all

svn commit: r726576 [10/10] - in /webservices/commons/trunk/modules/XmlSchema: ./ etc/ etc/eclipse/ src/main/java/org/apache/ws/commons/schema/ src/main/java/org/apache/ws/commons/schema/constants/ sr

2008-12-14 Thread bimargulies
Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomExtElementDeserializerTest.java URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomExtElementDeserializerTest.java?rev=726576&r1=726575&

svn commit: r726576 [1/10] - in /webservices/commons/trunk/modules/XmlSchema: ./ etc/ etc/eclipse/ src/main/java/org/apache/ws/commons/schema/ src/main/java/org/apache/ws/commons/schema/constants/ src

2008-12-14 Thread bimargulies
Author: bimargulies Date: Sun Dec 14 15:18:54 2008 New Revision: 726576 URL: http://svn.apache.org/viewvc?rev=726576&view=rev Log: Start moving on 2.0. Set up a set of PMD and Checkstyle options. Do an initial push of all of the code to respect them. mvn install doesn't run them yet, because even

svn commit: r726576 [4/10] - in /webservices/commons/trunk/modules/XmlSchema: ./ etc/ etc/eclipse/ src/main/java/org/apache/ws/commons/schema/ src/main/java/org/apache/ws/commons/schema/constants/ src

2008-12-14 Thread bimargulies
Modified: webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/XmlSchemaContentType.java URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/XmlSchemaContentType.java?rev=726576&r1=726575&r2=726

svn commit: r726568 - /webservices/commons/trunk/modules/XmlSchema/pom.xml

2008-12-14 Thread bimargulies
Author: bimargulies Date: Sun Dec 14 14:40:24 2008 New Revision: 726568 URL: http://svn.apache.org/viewvc?rev=726568&view=rev Log: Fix trunk POM to anticipate 2.0. Modified: webservices/commons/trunk/modules/XmlSchema/pom.xml Modified: webservices/commons/trunk/modules/XmlSchema/pom.xml URL:

svn commit: r726564 - in /webservices/commons/trunk/modules/XmlSchema: ./ src/main/java/org/apache/ws/commons/schema/ src/main/java/org/apache/ws/commons/schema/resolver/ src/test/java/tests/ src/test

2008-12-14 Thread bimargulies
Author: bimargulies Date: Sun Dec 14 14:27:37 2008 New Revision: 726564 URL: http://svn.apache.org/viewvc?rev=726564&view=rev Log: Merged revisions 726532 via svnmerge from https://svn.apache.org/repos/asf/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH r726532 | bimarguli

svn commit: r726558 - /webservices/commons/trunk/modules/XmlSchema/

2008-12-14 Thread bimargulies
Author: bimargulies Date: Sun Dec 14 14:13:45 2008 New Revision: 726558 URL: http://svn.apache.org/viewvc?rev=726558&view=rev Log: Try again to get merge into shape. Modified: webservices/commons/trunk/modules/XmlSchema/ (props changed) Propchange: webservices/commons/trunk/modules/XmlSche

svn commit: r726557 - /webservices/commons/trunk/modules/XmlSchema/

2008-12-14 Thread bimargulies
Author: bimargulies Date: Sun Dec 14 14:12:07 2008 New Revision: 726557 URL: http://svn.apache.org/viewvc?rev=726557&view=rev Log: Try to patch the merge state. Modified: webservices/commons/trunk/modules/XmlSchema/ (props changed) Propchange: webservices/commons/trunk/modules/XmlSchema/ -

svn commit: r726549 - in /webservices/commons/trunk/modules/XmlSchema: ./ maint/

2008-12-14 Thread bimargulies
Author: bimargulies Date: Sun Dec 14 14:00:35 2008 New Revision: 726549 URL: http://svn.apache.org/viewvc?rev=726549&view=rev Log: Reinitialize merge tracking. What a pain. Modified: webservices/commons/trunk/modules/XmlSchema/ (props changed) webservices/commons/trunk/modules/XmlSchema

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

2008-12-14 Thread veithen
Author: veithen Date: Sun Dec 14 13:54:20 2008 New Revision: 726547 URL: http://svn.apache.org/viewvc?rev=726547&view=rev Log: Refactored duplicate code into separate method. Modified: webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NodeLi

svn commit: r726544 - /webservices/commons/trunk/modules/XmlSchema/

2008-12-14 Thread bimargulies
Author: bimargulies Date: Sun Dec 14 13:49:52 2008 New Revision: 726544 URL: http://svn.apache.org/viewvc?rev=726544&view=rev Log: I think this completes a merge that I was in the middle of when I lost connectivity. Modified: webservices/commons/trunk/modules/XmlSchema/ (props changed) Pr

svn commit: r726540 - in /webservices/commons/trunk/modules/XmlSchema: ./ src/site/apt/index.apt src/site/xdoc/download.xml src/test/java/tests/FacetsTest.java

2008-12-14 Thread bimargulies
Author: bimargulies Date: Sun Dec 14 13:42:52 2008 New Revision: 726540 URL: http://svn.apache.org/viewvc?rev=726540&view=rev Log: Merged revisions 725681 via svnmerge from https://svn.apache.org/repos/asf/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH r725681 | bimarguli

WSCOMMONS-377

2008-12-14 Thread Benson Margulies
I made some changes today that purport to address WSCOMMONS-377. I've deployed a snapshot, perhaps JUDDI can try it out? Here is a summary of the situation as I see it. Make a collection. Set a base URI for the collection. Try to read some schemas from DOM elements (not documents) into the colle

svn commit: r726537 - in /webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/dom: DOMTestUtil.java DocumentImplTest.java ElementImplTest.java TextImplTe

2008-12-14 Thread veithen
Author: veithen Date: Sun Dec 14 13:32:13 2008 New Revision: 726537 URL: http://svn.apache.org/viewvc?rev=726537&view=rev Log: Improved the DOM related tests so that test cases that only refer to the JAXP and DOM APIs are executed twice: once against a standard DOM implementation (Xerces) and on

[jira] Resolved: (WSCOMMONS-377) XmlSchemaCollection does not handle multiple imports correctly

2008-12-14 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benson Margulies resolved WSCOMMONS-377. Resolution: Fixed The 'fix' is as follows: You can now give each schema a uniqu

svn commit: r726532 - in /webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src: main/java/org/apache/ws/commons/schema/ main/java/org/apache/ws/commons/schema/resolver/ test/java/tests/ tes

2008-12-14 Thread bimargulies
Author: bimargulies Date: Sun Dec 14 13:25:18 2008 New Revision: 726532 URL: http://svn.apache.org/viewvc?rev=726532&view=rev Log: WSCOMMONS-377. Add functionality so that the base URI of an XmlSchemaCollection is used to resolve imports inside of a schema when that schemas's system ID is not u

[jira] Updated: (WSCOMMONS-377) XmlSchemaCollection does not handle multiple imports correctly

2008-12-14 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benson Margulies updated WSCOMMONS-377: --- Fix Version/s: XmlSchema 1.4.4 Assignee: Benson Margulies Affe

svn commit: r726530 - in /webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om: ./ impl/dom/

2008-12-14 Thread veithen
Author: veithen Date: Sun Dec 14 12:51:53 2008 New Revision: 726530 URL: http://svn.apache.org/viewvc?rev=726530&view=rev Log: Some code cleanup in DOM tests (no functional changes): * Removed unnecessary constructors. * Avoid using TestCase#fail in case of an exception. Instead just let JUnit in

[jira] Commented: (WSCOMMONS-377) XmlSchemaCollection does not handle multiple imports correctly

2008-12-14 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656455#action_12656455 ] Benson Margulies commented on WSCOMMONS-377: The immediate problem in the in

[jira] Commented: (WSCOMMONS-377) XmlSchemaCollection does not handle multiple imports correctly

2008-12-14 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656451#action_12656451 ] Benson Margulies commented on WSCOMMONS-377: Some of Dan's recent patches

Original XML schema developers, can you give me a tiny bit of assistance?

2008-12-14 Thread Benson Margulies
Does the first part of https://issues.apache.org/jira/browse/WSCOMMONS-378 make sense? Was there ever a discussion of WSCOMMONS-311?

[jira] Resolved: (WSCOMMONS-359) if schema's targetNamespace is "http://www.example.org/simple/type" XmlSchema.getElementFormDefault().getValue() always return "unqualified"

2008-12-14 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benson Margulies resolved WSCOMMONS-359. Resolution: Incomplete This was reported against an old version, and the reporte

[jira] Updated: (WSCOMMONS-346) getFirstChildWithName should not read the next element.

2008-12-14 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated WSCOMMONS-346: -- Fix Version/s: Axiom 1.2.9 I think that the issue is in OMChildrenQNameIterator#next

svn commit: r726501 - in /webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/dom: DocumentImplTest.java ElementImplTest.java

2008-12-14 Thread veithen
Author: veithen Date: Sun Dec 14 09:30:13 2008 New Revision: 726501 URL: http://svn.apache.org/viewvc?rev=726501&view=rev Log: WSCOMMONS-412: Use DOOMDocumentBuilderFactory in unit tests. Modified: webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/

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

2008-12-14 Thread veithen
Author: veithen Date: Sun Dec 14 08:30:53 2008 New Revision: 726489 URL: http://svn.apache.org/viewvc?rev=726489&view=rev Log: Removed duplicate dependencyManagement entries. Modified: webservices/commons/trunk/modules/axiom/pom.xml Modified: webservices/commons/trunk/modules/axiom/pom.xml U

svn commit: r726447 - in /webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/jaxp: DOOMDocumentBuilder.java DOOMDocumentBuilderFactory.java DocumentBu

2008-12-14 Thread veithen
Author: veithen Date: Sun Dec 14 06:00:53 2008 New Revision: 726447 URL: http://svn.apache.org/viewvc?rev=726447&view=rev Log: WSCOMMONS-412: Deprecated DocumentBuilderFactoryImpl and DocumentBuilderImpl and created two new classes DOOMDocumentBuilderFactory and DOOMDocumentBuilder without the s

Re: Discussion : What should be in Axis2 TLP (Was Re: [VOTE] Axis2 as TLP (Alternate Proposal))

2008-12-14 Thread Benson Margulies
Some of us aren't on axis-dev or private, but, then again, our votes dont bind. On Sat, Dec 13, 2008 at 9:41 PM, Eran Chinthaka wrote: > Hi Benson, > > On Sun, Nov 30, 2008 at 9:04 PM, Benson Margulies > wrote: > >> Eran, >> >> I get the feeling that you have some particular individuals in mind

[jira] Assigned: (WSCOMMONS-412) Get rid of the setDOOMRequired hack

2008-12-14 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/WSCOMMONS-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen reassigned WSCOMMONS-412: - Assignee: Andreas Veithen After looking a bit more into this, I think that the