You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by xm...@xml.apache.org on 2004/08/17 02:56:20 UTC

[jira] Commented: (XMLBEANS-11) Calling getUnionMemberTypes() on SchemaType for non-union types results in NullPointerException

The following comment has been added to this issue:

     Author: Radu Preotiuc-Pietro
    Created: Mon, 16 Aug 2004 5:55 PM
       Body:
I have been unable to download the Schema attached to this bug. Could you post it again?
Thanks.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/XMLBEANS-11?page=comments#action_37297

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XMLBEANS-11

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-11
    Summary: Calling getUnionMemberTypes() on SchemaType for non-union types results in NullPointerException
       Type: Bug

     Status: Open
   Priority: Blocker

    Project: XMLBeans
 Components: 
             Compiler
   Versions:
             Version 1
             Version 2

   Assignee: Radu Preotiuc-Pietro
   Reporter: Panagiotis Reveliotis

    Created: Thu, 15 Jan 2004 8:54 AM
    Updated: Mon, 16 Aug 2004 5:55 PM
Environment: Operating System: Windows XP
Platform: PC

Description:
Please see attached file for related test code and schemas.
Running against schema simple_types_001.xsd results in:

NUMBER OF GLOBAL TYPES: 1
Exception in thread "main" java.lang.NullPointerException
        at org.apache.xmlbeans.impl.schema.SchemaTypeImpl.getUnionMemberTypes
(Sc
hemaTypeImpl.java:1051)
        at test.UnionNPE.test(UnionNPE.java:44)
        at test.UnionNPE.<init>(UnionNPE.java:24)
        at test.UnionNPE.main(UnionNPE.java:19)


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/