Hi,
I executed the XQJ in the BaseX 6.7.1, got the NullPointerException.
But in the previous version, the exception wasn't thrown.
6.6.1 RELEASE OK
6.7.1 SNAPSHOT at 17-Jul OK
6.7.1 SNAPSHOT at 27-Jul NG
6.7.1 RELEASE NG
simple test: org.basex.examples.xqj.XQJQuery.java
----------
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.basex.core.Prop.<clinit>(Prop.java:32)
at org.basex.core.MainProp.<clinit>(MainProp.java:20)
at org.basex.api.xqj.BXQDataSource.<init>(BXQDataSource.java:35)
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 java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at org.basex.examples.xqj.XQJQuery.main(XQJQuery.java:33)
Caused by: java.lang.NullPointerException
at org.basex.util.Util.<clinit>(Util.java:26)
... 10 more
----------
Is there some solution of this phenomenon?
Thanks,
Oda.