You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-dev@xml.apache.org by ji...@apache.org on 2004/06/12 02:11:10 UTC

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

The following issue has been updated:

    Updater: Dave Remy (mailto:david.remy@bea.com)
       Date: Fri, 11 Jun 2004 5:10 PM
    Changes:
             assignee changed from xmlbeans-dev@xml.apache.org
             description changed from 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) to 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)
             environment changed from Operating System: Windows XP
Platform: PC to Operating System: Windows XP
Platform: PC
             priority changed to Blocker
             Version changed to Version 1
             Version changed to Version 2
             Version changed from unspecified
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/XMLBEANS-11?page=history

---------------------------------------------------------------------
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: Unassigned
   Priority: Blocker

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

   Assignee: 
   Reporter: Panagiotis Reveliotis

    Created: Thu, 15 Jan 2004 8:54 AM
    Updated: Fri, 11 Jun 2004 5:10 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/