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 bu...@apache.org on 2003/12/15 06:57:36 UTC

DO NOT REPLY [Bug 25524] New: - NullPointerException @SchemaTypeImpl.setShortJavaName(SchemaTypeImpl.java:532)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25524>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25524

NullPointerException @SchemaTypeImpl.setShortJavaName(SchemaTypeImpl.java:532)

           Summary: NullPointerException
                    @SchemaTypeImpl.setShortJavaName(SchemaTypeImpl.java:532
                    )
           Product: XMLBeans
           Version: unspecified
          Platform: PC
               URL: http://www.w3.org/TR/2002/WD-speech-synthesis-20021202/
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Compiler
        AssignedTo: xmlbeans-dev@xml.apache.org
        ReportedBy: hattons@globalsymmetry.com


I get the following NullPointerException when attempting to compile the
synthesys.xsd found at http://www.w3.org/TR/speech-synthesis/synthesis.xsd

Exception in thread "main" java.lang.NullPointerException
	at
org.apache.xmlbeans.impl.schema.SchemaTypeImpl.setShortJavaName(SchemaTypeImpl.java:532)
	at
org.apache.xmlbeans.impl.schema.StscJavaizer.assignJavaAnonymousTypeNames(StscJavaizer.java:326)
	at org.apache.xmlbeans.impl.schema.StscJavaizer.javaizeType(StscJavaizer.java:259)
	at org.apache.xmlbeans.impl.schema.StscJavaizer.javaizeType(StscJavaizer.java:214)
	at
org.apache.xmlbeans.impl.schema.StscJavaizer.javaizeAllTypes(StscJavaizer.java:100)
	at
org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.compileImpl(SchemaTypeSystemCompiler.java:244)
	at
org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.compile(SchemaTypeSystemCompiler.java:185)
	at
org.apache.xmlbeans.impl.tool.SchemaCompiler.loadTypeSystem(SchemaCompiler.java:771)
	at org.apache.xmlbeans.impl.tool.SchemaCompiler.compile(SchemaCompiler.java:823)
	at org.apache.xmlbeans.impl.tool.SchemaCompiler.main(SchemaCompiler.java:305)
	at com.globalsymmetry.xmlbeans.Main.main(Main.java:13)

- ---------------------------------------------------------------------
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/