Hello,

I don't understand my issue.

java.lang.ExceptionInInitializerError
        at
com.mycompany.myproj.adminwizard.SelectionDocument.<clinit>(SelectionDocument.java:19)
        at
com.mycompany.myproj.adminwizard.SelectionDocument$Factory.newInstance(SelectionDocument.java:240)
        at com.mycompany.awt_swing.JavaHook.isAvailable(JavaHook.java:65)
        at
com.sun.java.accessibility.util.EventQueueMonitor.addTopLevelWindow(EventQueueMonitor.java:311)
        at
com.sun.java.accessibility.util.ComponentEvtDispatchThread.run(EventQueueMonitor.java:636)
Caused by: org.apache.xmlbeans.XmlRuntimeException:
java.lang.reflect.InvocationTargetException
        at
schema.system.s63B4FBC1A3440EA59B1F33F58E7E92FC.TypeSystemHolder.loadTypeSystem(TypeSystemHolder.java:12)
        at
schema.system.s63B4FBC1A3440EA59B1F33F58E7E92FC.TypeSystemHolder.<clinit>(TypeSystemHolder.java:6)
        ... 6 more
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at
schema.system.s63B4FBC1A3440EA59B1F33F58E7E92FC.TypeSystemHolder.loadTypeSystem(TypeSystemHolder.java:10)
        ... 7 more
Caused by: org.apache.xmlbeans.SchemaTypeLoaderException: XML-BEANS compiled
schema: Could not locate compiled schema resource
schema/system/s63B4FBC1A3440EA59B1F33F58E7E92FC/index.xsb
(schema.system.s63B4FBC1A3440EA59B1F33F58E7E92FC.index) - code 0
        at
org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl$XsbReader.<init>(SchemaTypeSystemImpl.java:1077)
        at
org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl.initFromHeader(SchemaTypeSystemImpl.java:277)

index.xsd is present in my jar file.

This exception is only generated in 'applet environment' with JRE 1.3 and
1.4
I use xmlbeans-1.0.4-jdk1.3

Thank you
-- 
View this message in context: 
http://www.nabble.com/SchemaTypeLoaderException-and-index.xsd-tp25504346p25504346.html
Sent from the Xml Beans - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@xmlbeans.apache.org
For additional commands, e-mail: user-h...@xmlbeans.apache.org

Reply via email to