I never had trouble with this statement:
DbDocument.Db xdb =
DbDocument.Factory.parse( this.dbUrl ).getDb();
But with my new Project I got this error:
java.lang.ExceptionInInitializerError
at sun.misc.Unsafe.ensureClassInitialized(Native Method)
at
sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAccessorFactory.java:25)
at
sun.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:122)
at java.lang.reflect.Field.acquireFieldAccessor(Field.java:917)
at java.lang.reflect.Field.getFieldAccessor(Field.java:898)
at java.lang.reflect.Field.get(Field.java:357)
at
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(XmlBeans.java:768)
at de.august.docvet.x2006.db.DbDocument.<clinit>(DbDocument.java:19)
at
de.august.docvet.x2006.db.DbDocument$Factory.parse(DbDocument.java:267)
at de.august.docvet.db.impl.DB.reload(DB.java:57)
at de.august.docvet.db.impl.DB.<init>(DB.java:47)
...
I would appreciate if someone has an idea at least were to look next.
I carefully compared the projects classpath to other projects
but could not find any difference, yet.
Rolf
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]