-
Here's some Java code which does create a new user. Login with the new user and password works as well:
@Test
public void testSetUser() {
try {
String user = "rudi";
String passwd = "pass";
String simpleMd5 = MessageDigester.md5(passwd, true);
String digest = MessageDigester.md5(user + ":exist:" + passwd, false);...
2010-01-06 23:06:14 UTC in eXist
-
The method seems to work as expected. It returns an empty map if the compilation succeeded. The compiled expression is cached on the server and will not be returned.
If compile fails with an error, you will get a map in which the key "error" points to the compiler's error message. "line" and "column" point to the locatoin of the error - if available. The following Java test passes:
@Test.
2010-01-06 22:38:13 UTC in eXist
-
It may not always be possible to stop a hanging thread. eXist's shutdown process does not kill any threads (the threads are created by the servlet engine). It just sends a terminate request to the running XQuery. If a query does not respond within a certain time frame (as determined by the wait-before-shutdown parameter in conf.xml), eXist will continue the shutdown, make sure the db is in a...
2010-01-05 18:45:05 UTC in eXist
-
Found an IzPack variable which effectively disables the confirmation popup for both, the install target and the data directory. I committed the change to the 1.4.x branch, so we won't forget it for 1.4.1:
http://exist.svn.sourceforge.net/exist/?rev=10951&view=rev.
2010-01-05 18:21:43 UTC in eXist
-
So far the installer only displays a warning text for windows users. It would certainly be better if it could suggest a sensible location for the data directory.
Scanning through the newest IzPack docs again recently, I found a way to define dynamic variables depending on the OS, which can be used for our purpose. I committed a preliminary solution to the 1.4.x branch...
2010-01-05 17:53:35 UTC in eXist
-
The installer is generated by IzPack, which displays those confirmation dialogs by default. It seems possible to disable the confirmation dialog for the install directory, but not the one for the data directory.
It would be good to file a request to IzPack to change the defaults.
2010-01-05 16:12:44 UTC in eXist
-
wolfgang_m committed revision 10912 to the eXist SVN repository, changing 1 files.
2010-01-01 10:52:46 UTC in eXist
-
wolfgang_m committed revision 10911 to the eXist SVN repository, changing 2 files.
2010-01-01 10:00:51 UTC in eXist
-
wolfgang_m committed revision 10890 to the eXist SVN repository, changing 6 files.
2009-12-27 21:06:40 UTC in eXist
-
wolfgang_m committed revision 10876 to the eXist SVN repository, changing 108 files.
2009-12-24 19:43:11 UTC in eXist