[jira] Created: (WSCOMMONS-177) 'id' attribute on schema element not deserialized

2007-03-09 Thread Cindy McNally (JIRA)
'id' attribute on schema element not deserialized - Key: WSCOMMONS-177 URL: https://issues.apache.org/jira/browse/WSCOMMONS-177 Project: WS-Commons Issue Type: Bug Components: XmlSche

svn commit: r516443 - /webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/soap/impl/builder/StAXSOAPModelBuilderTest.java

2007-03-09 Thread gdaniels
Author: gdaniels Date: Fri Mar 9 07:58:46 2007 New Revision: 516443 URL: http://svn.apache.org/viewvc?view=rev&rev=516443 Log: Add tests to make sure element checks are case-sensitive and namespace-sensitive. Modified: webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/ja

[axiom] Stop parsing at ?

2007-03-09 Thread Glen Daniels
Hi all: Currently when someone calls getEnvelope() on StAXSOAPModelBuilder, we parse ONLY to the startElement, and then return them a basically empty SOAPEnvelope. Shouldn't we be immediately parsing through the end of the SOAP headers, to ensure that a) the envelope is well-formed at least

Axiom tests module

2007-03-09 Thread Glen Daniels
Hi folks! Question - why are the axiom tests in a separate Maven module? If I'm reading this correctly, even if some tests fail, the buggy axiom-impl.jar (and axiom-dom.jar) will still be built and installed in the repository. This seems like a Bad Thing... Am I misunderstanding? If not, I

Re: [XMLSchema] Adding an extension registry and custom serializers/deserializers

2007-03-09 Thread Jeremy Hughes
On 02/03/07, Ajith Ranabahu <[EMAIL PROTECTED]> wrote: Hi Jeremy, Sorry for the delay, Well really the reason behind putting up this proposal is to ultimately use it in woden (and ofcourse I got the great! inspiration from WSDL4J and Woden extension registries) :) So if we Take a look at th