From: Dmitriy S. <sha...@gm...> - 2010-04-13 02:51:16
|
On Mon, 2010-04-12 at 19:58 +0000, di...@us... wrote: > Collection root = DatabaseManager.getCollection("xmldb:exist://" + > DBBroker.ROOT_COLLECTION, "admin", null); You should not use null as password, use "". On null password account will be blocked (for now it have workaround at password check time, but I do want to change it after next release). -- Cheers, Dmitriy Shabanov |