Nullpointer Exception in String Tokenizer

2007-05-25 Thread Thomas Bopp
Hi there! I run into the following exception. Afterwards I am unable to connect (same error message all the time it seems). Apart from that, I sometimes get Tree-Node already exists when opening the connection. 09:48:23,069 ERROR [STDERR] java.lang.NullPointerException 09:48:23,069

Status of Slide?

2007-05-25 Thread Thomas Bopp
Hi there! I would like to use slide (WCK) in our new project (cooperative system framework). Unfortunately, I stumbled into a lot of problems: * TransientLockStore buggy? - I tried the example, but there are HeuristicMixedException all the time. I am not sure if there is a bug in the

Re: Nullpointer Exception in String Tokenizer

2007-05-25 Thread Thomas Bopp
Sorry, found the problem. I was returning an Array of String (allocated, but not completely filled) with null elements in String[] getChildrenNames Still get the Node already exists Exception though ... Tom Am 25.05.2007 um 09:52 schrieb Thomas Bopp: Hi there! I run into the following

slide wck performance

2007-05-24 Thread Thomas Bopp
Hi there! I created a BasicWebdavStore Module and enabled it in the slide configuration. My module connects to my server and calls appropriate functions in my Document Service through RMI. Unfortunately, each request takes very long. Even an Options command tooks 6s (see output below). I

Re: wck build problem

2007-05-22 Thread Thomas Bopp
I was able to figure that one out. But now I am getting EJBAccessException when deploying my war-file in jboss. It seems like the methods of my WCK BasicWebdavStore are called (which call some remote methods in my application) resulting in the Authentication failures. Apart from that, I am